summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: use core MTU range checking in misc driversJarod Wilson2016-10-2023-154/+46
* net: use core MTU range checking in virt driversJarod Wilson2016-10-208-34/+35
* net: use core MTU range checking in core net infraJarod Wilson2016-10-2011-102/+81
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-2022-42/+7
* net: use core MTU range checking in wireless driversJarod Wilson2016-10-2013-119/+34
* net: use core MTU range checking in USB NIC driversJarod Wilson2016-10-209-44/+25
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-2022-108/+68
* myri10ge: fix typo in parameter descriptionWei Yongjun2016-10-201-1/+1
* net: ethernet: mediatek: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun2016-10-201-1/+1
* dwc_eth_qos: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun2016-10-201-1/+1
* net: phy: aquantia: add PHY ID of AQR106 and AQR107Shaohui Xie2016-10-201-0/+28
* net: fec: drop check for clk==NULL before calling clk_*Uwe Kleine-König2016-10-201-14/+11
* tcp: relax listening_hash operationsEric Dumazet2016-10-202-15/+7
* net: smc91x: fix neponset breakage by pxa u16 writesRobert Jarzmik2016-10-201-0/+2
* ila: Fix tailroom allocation of lwtstateThomas Graf2016-10-201-1/+1
* Merge branch 'macb-ethtool-ringparam'David S. Miller2016-10-192-52/+124
|\
| * net: macb: Add ethtool get_ringparam and set_ringparam functionalityZach Brown2016-10-191-0/+59
| * net: macb: Use variables with defaults for tx/rx ring sizes instead of hardco...Zach Brown2016-10-192-52/+65
|/
* net: arc_emac: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun2016-10-191-1/+1
* Merge branch 'ovs-remove-unused'David S. Miller2016-10-194-21/+0
|\
| * openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc2016-10-193-4/+0
| * openvswitch: remove unused functionsJiri Benc2016-10-192-17/+0
|/
* bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf2016-10-193-17/+118
* net: fs_enet: Use net_device_stats from struct net_deviceTobias Klauser2016-10-192-26/+18
* qed: Remove useless set memory to zero use memset()Wei Yongjun2016-10-181-1/+0
* net: dsa: mv88e6xxx: fix non static symbol warningWei Yongjun2016-10-181-1/+1
* r8152: add new products of Lenovohayeswang2016-10-182-1/+33
* net: vlan: Use sizeof instead of literal numberGao Feng2016-10-181-2/+2
* Merge branch 'smc91x-dt'David S. Miller2016-10-188-40/+55
|\
| * net: smsc91x: add u16 workaround for pxa platformsRobert Jarzmik2016-10-181-0/+2
| * net: smc91x: take into account half-word workaroundRobert Jarzmik2016-10-181-0/+2
| * net: smc91x: isolate u16 writes alignment workaroundRobert Jarzmik2016-10-183-40/+47
| * ARM: pxa: enhance smc91x platform dataRobert Jarzmik2016-10-184-0/+4
|/
* ethernet/sfc: use core min/max MTU checkingBert Kenward2016-10-181-12/+2
* Merge branch 'phy-led-triggers'David S. Miller2016-10-189-13/+282
|\
| * net: phy: leds: add support for led triggers on phy link state changeZach Brown2016-10-187-0/+214
| * net: phy: Create phy_supported_speeds function which lists speeds currently s...Zach Brown2016-10-182-0/+50
| * net: phy: Encapsulate actions performed during link state changes into functi...Zach Brown2016-10-181-8/+13
| * skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts with...Zach Brown2016-10-182-5/+5
|/
* Merge branch 'netdev-adjacency'David S. Miller2016-10-1810-352/+423
|\
| * net: dev: Improve debug statements for adjacency trackingDavid Ahern2016-10-181-7/+15
| * net: Add warning if any lower device is still in adjacency listDavid Ahern2016-10-181-0/+15
| * net: Remove all_adj_list and its referencesDavid Ahern2016-10-182-230/+18
| * rocker: Flip to the new dev walk APIDavid Ahern2016-10-181-7/+24
| * mlxsw: Flip to the new dev walk APIDavid Ahern2016-10-181-14/+23
| * ixgbe: Flip to the new dev walk APIDavid Ahern2016-10-181-50/+82
| * IB/ipoib: Flip to new dev walk APIDavid Ahern2016-10-181-12/+25
| * IB/core: Flip to the new dev walk APIDavid Ahern2016-10-182-27/+24
| * net: bonding: Flip to the new dev walk APIDavid Ahern2016-10-182-38/+61
| * net: Introduce new api for walking upper and lower devicesDavid Ahern2016-10-182-0/+172