summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sb1000: fix a couple of indentation issues and remove assignment in if statem...Colin Ian King2019-01-181-4/+7
* net: add a route cache full diagnostic messagePeter Oskolkov2019-01-181-1/+5
* dpaa2-eth: Fix ndo_stop routineIoana Ciocoi Radulescu2019-01-181-34/+34
* wan: dscc4: fix various indentation issuesColin Ian King2019-01-181-25/+25
* Merge branch 'vxlan-FDB-veto'David S. Miller2019-01-1827-188/+421
|\
| * selftests: mlxsw: Test veto of unsupported VXLAN FDBsPetr Machata2019-01-181-0/+126
| * mlxsw: spectrum: Add extack messages to VXLAN FDB rejectionPetr Machata2019-01-182-10/+19
| * switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata2019-01-1810-19/+24
| * vxlan: Add extack to switchdev operationsPetr Machata2019-01-183-31/+46
| * mlxsw: Add extack to mlxsw_sp_nve_ops.fdb_replayPetr Machata2019-01-183-3/+5
| * net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-1814-16/+31
| * vxlan: changelink: Delete remote after updatePetr Machata2019-01-181-9/+8
| * vxlan: changelink: Postpone vxlan_config_apply()Petr Machata2019-01-181-21/+14
| * vxlan: changelink: Inline vxlan_dev_configure()Petr Machata2019-01-181-1/+5
| * vxlan: Allow vetoing of FDB notificationsPetr Machata2019-01-181-18/+46
| * vxlan: Have vxlan_fdb_replace() save original rdst valuePetr Machata2019-01-181-2/+4
| * vxlan: Split vxlan_fdb_update() in twoPetr Machata2019-01-181-61/+97
| * vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy()Petr Machata2019-01-181-30/+29
|/
* Merge branch 'improving-TCP-behavior-on-host-congestion'David S. Miller2019-01-182-76/+54
|\
| * tcp: less aggressive window probing on local congestionYuchung Cheng2019-01-181-15/+7
| * tcp: retry more conservatively on local congestionYuchung Cheng2019-01-181-5/+3
| * tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng2019-01-181-7/+7
| * tcp: create a helper to model exponential backoffYuchung Cheng2019-01-181-13/+18
| * tcp: properly track retry time on passive Fast OpenYuchung Cheng2019-01-181-0/+3
| * tcp: always set retrans_stamp on recoveryYuchung Cheng2019-01-182-25/+7
| * tcp: always timestamp on every skb transmissionYuchung Cheng2019-01-181-8/+8
| * tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng2019-01-181-4/+2
|/
* net: phy: micrel: use phy_read_mmd and phy_write_mmdHeiner Kallweit2019-01-181-32/+11
* davicom: Annotate implicit fall through in dm9000_set_ioMathieu Malaterre2019-01-181-0/+1
* net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann2019-01-171-12/+3
* net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann2019-01-171-12/+3
* net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-179-10/+52
* tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg2019-01-172-71/+198
* Merge branch 'dsa-lantiq_gswip-probe-fixes-and-remove-cleanup'David S. Miller2019-01-171-11/+13
|\
| * net: dsa: lantiq_gswip: drop bogus drvdata checkJohan Hovold2019-01-171-3/+0
| * net: dsa: lantiq_gswip: fix OF child-node lookupsJohan Hovold2019-01-171-7/+9
| * net: dsa: lantiq_gswip: fix use-after-free on failed probeJohan Hovold2019-01-171-1/+4
|/
* sfc: extend MTD support for newer hardwareBert Kenward2019-01-173-10/+63
* selftests/tls: Fix recv partial/large_buff test casesVakul Garg2019-01-171-5/+7
* net: phy: check return code when requesting PHY driver moduleHeiner Kallweit2019-01-171-5/+30
* net/tls: Make function tls_sw_do_sendpage staticYueHaibing2019-01-171-2/+2
* net/tls: remove unused function tls_sw_sendpage_lockedYueHaibing2019-01-171-10/+0
* Optimize sk_msg_clone() by data merge to end dst sg entryVakul Garg2019-01-171-8/+17
* net: hns: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-171-2/+3
* net: phy: Add helpers to determine if PHY driver is genericFlorian Fainelli2019-01-172-2/+35
* Merge branch 'dsa-Split-platform-data-to-header-file'David S. Miller2019-01-1712-69/+79
|\
| * net: dsa: Include platform_data header fileFlorian Fainelli2019-01-172-2/+2
| * ARM: orion5x: Include platform_data/dsa.hFlorian Fainelli2019-01-177-7/+7
| * net: dsa: Split platform data to header fileFlorian Fainelli2019-01-173-60/+70
|/
* net-next/hinic: replace disable_irq_nosync/enable_irqXue Chaojing2019-01-176-4/+73