summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-13sctp: add support for generating assoc reset event notificationXin Long3-0/+47
2017-03-13liquidio: optimize DMA in NUMA systemsVSR Burru5-22/+9
2017-03-13Merge branch 'netvsc-fix-module-removal-hangs'David S. Miller1-16/+4
2017-03-13netvsc: fix hang on netvsc module removalstephen hemminger1-2/+2
2017-03-13netvsc: need napi scheduled during removalstephen hemminger1-14/+2
2017-03-13Merge branch 'dpaa_eth-next' of git://git.freescale.com/ppc/upstream/linuxDavid S. Miller5-47/+248
2017-03-13net: ipv6: Add early demux handler for UDP unicastsubashab@codeaurora.org1-0/+59
2017-03-13net: sched: make default fifo qdiscs appear in the dumpJiri Kosina18-17/+65
2017-03-13net: hyperv: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-18/+21
2017-03-13net: fjes: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-10/+9
2017-03-13net: via: via-velocity: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-27/+35
2017-03-13net: via: via-rhine: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-03-13net: intel: ixgbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-77/+91
2017-03-13net: tundra: tsi108: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-03-10Merge branch 'fib-notifications-cleanup'David S. Miller5-103/+113
2017-03-10ipv4: fib: Remove redundant argumentIdo Schimmel4-20/+13
2017-03-10ipv4: fib: Move FIB notification code to a separate fileIdo Schimmel5-96/+113
2017-03-10Merge branch 'mlxsw-vrf-offload-prep'David S. Miller4-849/+948
2017-03-10mlxsw: spectrum_router: Make abort mechanism VR-awareIdo Schimmel1-12/+27
2017-03-10mlxsw: spectrum_router: Explicitly Associate RIFs with VRsIdo Schimmel3-18/+50
2017-03-10mlxsw: spectrum_router: Refactor virtual router handlingIdo Schimmel2-151/+180
2017-03-10mlxsw: spectrum_router: Simplify LPM tree allocationIdo Schimmel1-13/+9
2017-03-10mlxsw: spectrum_router: Place RIF related code with router codeIdo Schimmel3-642/+644
2017-03-10mlxsw: spectrum_router: Allow more route types to be programmedIdo Schimmel1-8/+23
2017-03-10mlxsw: spectrum: Destroy RIFs based on last removed addressIdo Schimmel2-5/+3
2017-03-10mlxsw: spectrum: Associate PVID vPort with appropriate netdevIdo Schimmel1-2/+4
2017-03-10mlxsw: spectrum: Don't assume upper device's typeIdo Schimmel1-8/+11
2017-03-10mlxsw: spectrum: Sanitize bridge's upper devicesIdo Schimmel1-12/+19
2017-03-10Merge branch 'mlxsw-VLAN-offload-cls_flower'David S. Miller9-2/+168
2017-03-10mlxsw: spectrum: Add support for flower matches on VLAN ID, PCPPetr Machata4-2/+36
2017-03-10mlxsw: spectrum: Add support for vlan modify TC actionPetr Machata6-0/+132
2017-03-10tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev6-35/+34
2017-03-10net: ks8851: Added support for half-duplex SPISergey Shcherbakov1-30/+11
2017-03-10Merge branch 'bonding-winter-cleanup'David S. Miller2-27/+37
2017-03-10bonding: reduce scope of some global variablesMahesh Bandewar1-6/+5
2017-03-10bonding: remove "port-moved" state that was never implementedMahesh Bandewar1-8/+3
2017-03-10bonding: remove hardcoded valueMahesh Bandewar1-1/+13
2017-03-10bonding: initialize work-queues during creation of bondMahesh Bandewar1-2/+2
2017-03-10bonding: restructure arp-monitorMahesh Bandewar1-10/+14
2017-03-10Merge branch 'nfp-crc32-rss-hash-port-name-reporting-and-misc-fastpath-cleanups'David S. Miller11-87/+216
2017-03-10nfp: prevent theoretical buffer overrun in nfp_eth_read_portsSimon Horman1-14/+20
2017-03-10nfp: add metadata format bitJakub Kicinski2-1/+5
2017-03-10nfp: avoid rearming the interrupts when in busy pollJakub Kicinski1-4/+3
2017-03-10nfp: store device pointer for the fastpathJakub Kicinski4-38/+31
2017-03-10nfp: reorder variables in nfp_net_tx()Jakub Kicinski1-2/+2
2017-03-10nfp: move more ring debug info to debugfsJakub Kicinski2-13/+9
2017-03-10nfp: implement .ndo_get_phys_port_name()Jakub Kicinski5-5/+69
2017-03-10nfp: add support for reporting CRC32 hash functionJakub Kicinski4-11/+75
2017-03-10ethtool: add CRC32 as an RSS hash functionJakub Kicinski2-0/+3
2017-03-10net/socket: use per af lockdep classes for sk queuesPaolo Abeni1-18/+78