summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: add dst_pending_confirm flag to skbuffJulian Anastasov2017-02-075-2/+35
* sock: add sk_dst_pending_confirm flagJulian Anastasov2017-02-072-0/+14
* net: phy: bcm7xxx: Add BCM74371 PHY IDFlorian Fainelli2017-02-072-0/+3
* mlxsw: add psample dependency for spectrumArnd Bergmann2017-02-071-0/+1
* ipv6: sr: fix non static symbol warningsWei Yongjun2017-02-071-4/+4
* net/sched: act_mirred: remove duplicated include from act_mirred.cWei Yongjun2017-02-071-2/+0
* net: wan: slic_ds26522: Remove .owner field for driverWei Yongjun2017-02-071-1/+0
* net: wan: slic_ds26522: Use module_spi_driver to simplify the codeWei Yongjun2017-02-071-12/+1
* Merge branch 'dsa2-pdata'David S. Miller2017-02-0720-57/+268
|\
| * ARM: orion: Register DSA switch as a MDIO deviceFlorian Fainelli2017-02-079-36/+29
| * net: phy: Allow pre-declaration of MDIO devicesFlorian Fainelli2017-02-078-1/+145
| * net: dsa: Add support for platform dataFlorian Fainelli2017-02-072-18/+90
| * net: dsa: Rename and export dev_to_net_device()Florian Fainelli2017-02-072-2/+4
|/
* net: dsa: mv88e6xxx: Refactor remaining port setupAndrew Lunn2017-02-074-34/+78
* net: dsa: mv88e6xxx: Implement Clause 45 access to SMI devicesAndrew Lunn2017-02-072-9/+120
* Merge branch 'mv88e6390-CMODE'David S. Miller2017-02-076-0/+96
|\
| * net: dsa: mv88e6xxx: Set the CMODE for mv88e6390 ports 9 & 10Andrew Lunn2017-02-074-0/+84
| * net: phy: Add 2000base-x, 2500base-x and rxaui modesAndrew Lunn2017-02-072-0/+12
|/
* Merge branch 'virtio_net-XDP-adjust_head'David S. Miller2017-02-073-137/+247
|\
| * virtio_net: XDP support for adjust_headJohn Fastabend2017-02-071-29/+125
| * virtio_net: refactor freeze/restore logic into virtnet reset logicJohn Fastabend2017-02-073-48/+73
| * virtio_net: remove duplicate queue pair binding in XDPJohn Fastabend2017-02-071-13/+7
| * virtio_net: factor out xdp handler for readabilityJohn Fastabend2017-02-071-51/+35
| * virtio_net: wrap rtnl_lock in test for calling with lock already heldJohn Fastabend2017-02-071-10/+21
|/
* Merge branch 'bridge-improve-cache-utilization'David S. Miller2017-02-0711-52/+59
|\
| * bridge: fdb: write to used and updated at most once per jiffyNikolay Aleksandrov2017-02-072-2/+4
| * bridge: move write-heavy fdb members in their own cache lineNikolay Aleksandrov2017-02-071-4/+6
| * bridge: move to workqueue gcNikolay Aleksandrov2017-02-0710-23/+29
| * bridge: modify bridge and port to have often accessed fields in one cache lineNikolay Aleksandrov2017-02-071-23/+20
|/
* bpf: enable verifier to add 0 to packet ptrWilliam Tu2017-02-072-1/+24
* bpf: test for AND edge casesJosef Bacik2017-02-071-0/+55
* Merge branch 'dsa-add-fabric-notifier'David S. Miller2017-02-067-49/+205
|\
| * net: dsa: introduce bridge notifierVivien Didelot2017-02-063-11/+71
| * net: dsa: add switch notifierVivien Didelot2017-02-066-0/+77
| * net: dsa: change state setter scopeVivien Didelot2017-02-061-6/+9
| * net: dsa: rollback bridging on errorVivien Didelot2017-02-061-1/+13
| * net: dsa: simplify netdevice events handlingVivien Didelot2017-02-061-28/+16
| * net: dsa: move netdevice notifier registrationVivien Didelot2017-02-063-10/+26
|/
* net/mlx5e: fix another maybe-uninitialized false-positiveArnd Bergmann2017-02-061-2/+2
* net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-0614-35/+31
* net/mlx4_en: fix a conditionDan Carpenter2017-02-061-1/+1
* sfc: don't rearm interrupts if busy pollingBert Kenward2017-02-061-2/+2
* sctp: process fwd tsn chunk only when prsctp is enabledXin Long2017-02-061-0/+6
* Merge branch 'mlxsw-cleanup-neigh-handling'David S. Miller2017-02-0611-209/+148
|\
| * mlxsw: spectrum_router: Fix typo in commentIdo Schimmel2017-02-061-1/+1
| * mlxsw: spectrum_router: Don't read 'nud_state' without lockIdo Schimmel2017-02-061-1/+1
| * mlxsw: spectrum_router: Remove redundant checkIdo Schimmel2017-02-061-8/+4
| * net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2017-02-066-56/+0
| * mlxsw: spectrum_router: Simplify neighbour reflectionIdo Schimmel2017-02-063-134/+135
| * mlxsw: spectrum_router: Remove unused variableIdo Schimmel2017-02-061-2/+0