summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-23net/smc: short wait for late smc_clc_wait_msgUrsula Braun3-11/+13
2018-11-23net/smc: no link delete for a never active linkUrsula Braun1-1/+4
2018-11-23net/smc: allow fallback after clc timeoutsUrsula Braun2-6/+11
2018-11-23net/smc: remove sock_error detour in clc-functionsUrsula Braun1-13/+5
2018-11-23net/smc: make smc_lgr_free() staticUrsula Braun2-2/+3
2018-11-23net/smc: cleanup tcp_listen_worker initializationUrsula Braun1-1/+0
2018-11-23net: mvneta: remove redundant check for eee->tx_lpi_timer < 0YueHaibing1-2/+1
2018-11-23Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller15-68/+97
2018-11-23net-gro: use ffs() to speedup napi_gro_flush()Eric Dumazet1-4/+6
2018-11-23Merge branch 'dpaa-coalesce'David S. Miller3-10/+104
2018-11-23dpaa_eth: add ethtool coalesce controlMadalin Bucur1-0/+71
2018-11-23soc/qman: add return value to interrupt coalesce changing APIsMadalin Bucur2-9/+32
2018-11-23soc: fsl: qbman: read ithresh from HWMadalin Bucur1-1/+1
2018-11-23Merge branch 'ravb-Duplex-handling-update-V3'David S. Miller2-19/+5
2018-11-23ravb: Clean up duplex handlingMagnus Damm2-19/+1
2018-11-23ravb: Do not announce HDX as supportedMagnus Damm1-0/+4
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur9-55/+114
2018-11-23net: bcmgenet: remove HFB_CTRL accessDoug Berger1-4/+0
2018-11-22{net, IB}/mlx4: Initialize CQ buffers in the driver when possibleDaniel Jurgens5-7/+82
2018-11-22selftests: explicitly require kernel features needed by udpgro testsPaolo Abeni1-0/+14
2018-11-21Merge branch 'mlxsw-Add-VxLAN-learning-support'David S. Miller13-75/+606
2018-11-21selftests: forwarding: vxlan_bridge_1d: Add learning testIdo Schimmel1-0/+108
2018-11-21selftests: mlxsw: Consider VxLAN learning enabled as validIdo Schimmel1-1/+1
2018-11-21mlxsw: spectrum_nve: Allow VxLAN learningIdo Schimmel1-6/+2
2018-11-21mlxsw: spectrum_switchdev: Allow deletion of learned FDB entriesIdo Schimmel1-1/+2
2018-11-21mlxsw: spectrum_switchdev: Process learned VxLAN FDB entriesIdo Schimmel1-14/+189
2018-11-21mlxsw: spectrum_nve: Add API to resolve learned IP addressesIdo Schimmel2-0/+17
2018-11-21mlxsw: spectrum_fid: Allow FID lookup by its indexIdo Schimmel2-2/+42
2018-11-21mlxsw: spectrum_fid: Store ifindex of NVE device in FIDIdo Schimmel3-3/+16
2018-11-21mlxsw: reg: Add definition of unicast tunnel record for SFN registerIdo Schimmel1-0/+64
2018-11-21bridge: Allow querying bridge port flagsIdo Schimmel2-0/+18
2018-11-21vxlan: Allow changing ageing timeIdo Schimmel1-4/+6
2018-11-21vxlan: Add hardware FDB learningPetr Machata2-1/+74
2018-11-21vxlan: Don't override user-added entries with ext-learned onesPetr Machata1-9/+17
2018-11-21vxlan: Mark user-added FDB entriesPetr Machata2-6/+12
2018-11-21vxlan: vxlan_fdb_notify(): Make switchdev notification configurablePetr Machata1-30/+41
2018-11-21vxlan: __vxlan_fdb_delete(): Drop unused argument vidPetr Machata1-4/+3
2018-11-21net: lpc_eth: fix trivial comment typoAndrea Claudi1-2/+2
2018-11-21Merge branch 'VLAN-tag-handling-cleanup'David S. Miller4-7/+9
2018-11-21mlx5: use skb_vlan_tag_get_prio()Michał Mirosław1-1/+1
2018-11-21benet: use skb_vlan_tag_get_prio()Michał Mirosław1-1/+1
2018-11-21net/hyperv: use skb_vlan_tag_*() helpersMichał Mirosław1-4/+5
2018-11-21net/vlan: introduce skb_vlan_tag_get_cfi() helperMichał Mirosław1-1/+2
2018-11-21igc: Remove obsolete IGC_ERR defineSasha Neftin2-3/+1
2018-11-21ixgbe: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-3/+3
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg11-54/+73
2018-11-21docs-networking: fix typo in defineJesse Brandeburg1-1/+1
2018-11-21igb: Fix format with line continuation whitespaceJoe Perches1-7/+6
2018-11-21ixgbe: add ipsec hw offload note to ixgbe DocumentationShannon Nelson1-0/+13
2018-11-20Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller14-313/+251