summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski5-19/+0
2017-12-03net: xdp: report flags program was installed with on queryJakub Kicinski1-0/+1
2017-12-01nfp: bpf: detect load/store sequences lowered from memory copyJiong Wang1-0/+237
2017-12-01nfp: bpf: implement memory bulk copy for length bigger than 32-bytesJiong Wang1-7/+45
2017-12-01nfp: bpf: implement memory bulk copy for length within 32-bytesJiong Wang4-0/+122
2017-12-01nfp: bpf: factor out is_mbpf_load & is_mbpf_storeJiong Wang2-2/+12
2017-12-01nfp: bpf: encode indirect commandsJakub Kicinski2-5/+15
2017-12-01nfp: bpf: correct the encoding for No-Dest immedJiong Wang1-3/+5
2017-12-01nfp: bpf: relax source operands checkJiong Wang1-2/+4
2017-12-01nfp: bpf: don't do ld/shifts combination if shifts are jump destinationJiong Wang1-0/+4
2017-12-01nfp: bpf: don't do ld/mask combination if mask is jump destinationJiong Wang1-0/+3
2017-12-01nfp: bpf: flag jump destination to guide insn combine optimizationsJiong Wang2-0/+5
2017-12-01nfp: bpf: record jump destination to simplify jump fixupJiong Wang4-55/+41
2017-12-01nfp: bpf: support backward jumpJiong Wang2-30/+40
2017-12-01nfp: fix old kdoc issuesJakub Kicinski2-6/+5
2017-11-30forcedeth: optimize the xmit with unlikelyZhu Yanjun1-3/+3
2017-11-30netxen: remove timespec usageArnd Bergmann1-3/+1
2017-11-30net: ethernet: davinci_emac: Deduplicate bus_find_device() by name matchingLukas Wunner1-7/+2
2017-11-30net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham1-0/+5
2017-11-30net: thunderx: Add support for xdp redirectSunil Goutham3-31/+94
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-86/+108
2017-11-29ethernet: dwmac-stm32: Fix copyrightBenjamin Gaignard1-2/+2
2017-11-29net: via: via-rhine: use %p to format void * address instead of %xColin Ian King1-2/+2
2017-11-29net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bitGeert Uytterhoeven1-0/+1
2017-11-28bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'Christophe JAILLET1-2/+2
2017-11-28net: mvpp2: check ethtool sets the Tx ring size is to a valid min valueAntoine Tenart1-0/+6
2017-11-28net: mvpp2: do not disable GMAC paddingYan Markman1-9/+0
2017-11-28net: mvpp2: cleanup probed ports in the probe error pathAntoine Tenart1-2/+9
2017-11-28net: mvpp2: fix the txq_init error pathAntoine Tenart1-18/+2
2017-11-28mlxsw: spectrum_router: Update nexthop RIF on updatePetr Machata1-7/+21
2017-11-28mlxsw: spectrum_router: Handle encap to demoted tunnelsPetr Machata1-32/+29
2017-11-28mlxsw: spectrum_router: Demote tunnels on VRF migrationPetr Machata1-0/+18
2017-11-28mlxsw: spectrum_router: Offload decap only for up tunnelsPetr Machata1-1/+1
2017-11-27e1000: Fix off-by-one in debug messageAhmad Fatoum1-2/+4
2017-11-27i40e: Fix reporting incorrect error codesAmritha Nambiar1-1/+0
2017-11-27e1000e: fix the use of magic numbers for buffer overrun issueSasha Neftin2-4/+8
2017-11-27i40e/virtchnl: fix application of sizeof to pointerGustavo A R Silva1-1/+1
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds31-131/+115
2017-11-25net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham1-1/+0
2017-11-25forcedeth: replace pci_unmap_page with dma_unmap_pageZhu Yanjun1-2/+2
2017-11-24Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller16-120/+154
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+8
2017-11-24net: realtek: r8169: implement set_link_ksettings()Tobias Jakobi1-16/+22
2017-11-21i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-21fm10k: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-21igb: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-21igbvf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-21ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-21i40e: Use smp_rmb rather than read_barrier_dependsBrian King2-2/+2
2017-11-21ixgbe: Fix skb list corruption on Power systemsBrian King1-1/+1