summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: mvpp2: fix the RSS table entry offsetAntoine Tenart2017-12-081-1/+1
* bnxt_en: Fix sources of spurious netpoll warningsCalvin Owens2017-12-081-2/+2
* sfc: pass valid pointers from efx_enqueue_unwindBert Kenward2017-12-081-1/+4
* gianfar: Disable EEE autoneg by defaultClaudiu Manoil2017-12-081-0/+5
* net: ethernet: arc: fix error handling in emac_rockchip_probeBranislav Radocaj2017-12-071-2/+5
* net: mvmdio: disable/unprepare clocks in EPROBE_DEFER caseTobias Jordan2017-12-071-1/+2
* net: thunderx: Fix TCP/UDP checksum offload for IPv4 pktsFlorian Westphal2017-12-061-0/+2
* net: qualcomm: rmnet: Fix leak in device creation failureSubash Abhinov Kasiviswanathan2017-12-051-0/+1
* net: qualcomm: rmnet: Fix leak on transmit failureSubash Abhinov Kasiviswanathan2017-12-051-2/+6
* net: sh_eth: don't use NULL as "struct device" for the DMA mapping APIThomas Petazzoni2017-12-051-6/+6
* net: sh_eth: use correct "struct device" when calling DMA mapping functionsThomas Petazzoni2017-12-051-9/+10
* gianfar: fix a flooded alignment reports because of padding issue.Zumeng Chen2017-12-051-2/+4
* nfp: fix port stats for mac representorsPieter Jansen van Vuuren2017-12-051-9/+6
* liquidio: fix incorrect indentation of assignment statementColin Ian King2017-12-031-1/+1
* stmmac: reset last TSO segment size after device openLars Persson2017-12-031-0/+1
* bnxt_en: Fix a variable scoping in bnxt_hwrm_do_send_msg()Vasundhara Volam2017-12-021-1/+1
* bnxt_en: fix dst/src fid for vxlan encap/decap actionsSathya Perla2017-12-021-22/+26
* bnxt_en: wildcard smac while creating tunnel decap filterSunil Challa2017-12-021-5/+2
* bnxt_en: Need to unconditionally shut down RoCE in bnxt_shutdownRay Jui2017-12-021-1/+2
* net: stmmac: dwmac-sun8i: fix allwinner,leds-active-low handlingCorentin Labbe2017-11-301-2/+1
* net: mvpp2: allocate zeroed tx descriptorsYan Markman2017-11-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-2913-86/+108
|\
| * ethernet: dwmac-stm32: Fix copyrightBenjamin Gaignard2017-11-291-2/+2
| * net: via: via-rhine: use %p to format void * address instead of %xColin Ian King2017-11-291-2/+2
| * net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bitGeert Uytterhoeven2017-11-291-0/+1
| * bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'Christophe JAILLET2017-11-281-2/+2
| * net: mvpp2: check ethtool sets the Tx ring size is to a valid min valueAntoine Tenart2017-11-281-0/+6
| * net: mvpp2: do not disable GMAC paddingYan Markman2017-11-281-9/+0
| * net: mvpp2: cleanup probed ports in the probe error pathAntoine Tenart2017-11-281-2/+9
| * net: mvpp2: fix the txq_init error pathAntoine Tenart2017-11-281-18/+2
| * mlxsw: spectrum_router: Update nexthop RIF on updatePetr Machata2017-11-281-7/+21
| * mlxsw: spectrum_router: Handle encap to demoted tunnelsPetr Machata2017-11-281-32/+29
| * mlxsw: spectrum_router: Demote tunnels on VRF migrationPetr Machata2017-11-281-0/+18
| * mlxsw: spectrum_router: Offload decap only for up tunnelsPetr Machata2017-11-281-1/+1
| * e1000: Fix off-by-one in debug messageAhmad Fatoum2017-11-271-2/+4
| * i40e: Fix reporting incorrect error codesAmritha Nambiar2017-11-271-1/+0
| * e1000e: fix the use of magic numbers for buffer overrun issueSasha Neftin2017-11-272-4/+8
| * i40e/virtchnl: fix application of sizeof to pointerGustavo A R Silva2017-11-271-1/+1
| * net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham2017-11-251-1/+0
| * forcedeth: replace pci_unmap_page with dma_unmap_pageZhu Yanjun2017-11-251-2/+2
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-2531-131/+115
|\ \ | |/ |/|
| * treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-3/+3
| * treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-212-5/+4
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-2128-123/+108
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-11-2416-120/+154
|\ \
| * | i40evf: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-211-1/+1
| * | fm10k: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-211-1/+1
| * | igb: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-211-1/+1
| * | igbvf: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-211-1/+1
| * | ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-211-1/+1