summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * net: Remove refnr arg when inserting link adjacenciesDavid Ahern2016-10-181-15/+12
|/
* Merge branch 'bpf-selftests'David S. Miller2016-10-1812-760/+1207
|\
| * bpf: add initial suite for selftestsDaniel Borkmann2016-10-1812-765/+1096
| * bpf: add various tests around spill/fill of regsDaniel Borkmann2016-10-181-0/+116
|/
* Merge branch 'ethernet-use-core-min-max-mtu'David S. Miller2016-10-18102-744/+480
|\
| * ethernet: use core min/max MTU checkingJarod Wilson2016-10-1833-222/+169
| * ethernet/toshiba: use core min/max MTU checkingJarod Wilson2016-10-184-41/+8
| * ethernet/tile: use core min/max MTU checkingJarod Wilson2016-10-182-35/+13
| * ethernet/ibm: use core min/max MTU checkingJarod Wilson2016-10-182-13/+9
| * ethernet/cavium: use core min/max MTU checkingJarod Wilson2016-10-184-28/+12
| * ethernet/neterion: use core min/max MTU checkingJarod Wilson2016-10-183-11/+9
| * ethernet/dlink: use core min/max MTU checkingJarod Wilson2016-10-182-20/+8
| * ethernet/sun: use core min/max MTU checkingJarod Wilson2016-10-187-24/+24