summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: moxa: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* net: gianfar_ptp: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* net: bcmgenet: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* net: systemport: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* net: arc: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* 8139cp: Call __cp_set_rx_mode() from cp_tx_timeout()David Woodhouse2015-09-201-0/+1
* 8139cp: Use dev_kfree_skb_any() instead of dev_kfree_skb() in cp_clean_rings()David Woodhouse2015-09-201-2/+2
* bna: check for dma mapping errorsIvan Vecera2015-09-205-1/+37
* bnx2x: track vxlan port countJiri Benc2015-09-172-2/+13
* be2net: allow offloading with the same port for IPv4 and IPv6Jiri Benc2015-09-172-0/+11
* qlcnic: track vxlan port countJiri Benc2015-09-172-5/+14
* net: ks8851: Export OF module alias informationJavier Martinez Canillas2015-09-171-0/+1
* net/mlx4_en: really allow to change RSS keyEric Dumazet2015-09-171-2/+0
* cxgb4: add device ID for few T5 adaptersHariprasad Shenai2015-09-171-0/+5
* net: stmmac: Use msleep rather then udelay for reset delaySjoerd Simons2015-09-151-3/+8
* net: mvneta: fix DMA buffer unmapping in mvneta_rx()Simon Guinot2015-09-151-1/+3
* bnx2x: use ktime_get_seconds() for timestampArnd Bergmann2015-09-111-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-1018-136/+128
|\
| * r8169: Fix sleeping function called during get_stats64, v2Corinna Vinschen2015-09-101-83/+54
| * cxgb4: changes for new firmware 1.14.4.0Hariprasad Shenai2015-09-092-8/+37
| * net: fec: add netif status check before set mac addressNimrod Andy2015-09-091-0/+8
| * stmmac: fix check for phydev being openAlexey Brodkin2015-09-091-1/+4
| * net: qlcnic: delete redundant memsetsRasmus Villemoes2015-09-093-6/+0
| * net: mv643xx_eth: use kzallocRasmus Villemoes2015-09-091-4/+1
| * net: jme: use kzalloc() instead of kmalloc+memsetRasmus Villemoes2015-09-091-6/+2
| * net: cavium: liquidio: use kzalloc in setup_glist()Rasmus Villemoes2015-09-091-2/+1
| * net: ethoc: Remove unnecessary #ifdef CONFIG_OFTobias Klauser2015-09-091-6/+1
| * cxgb4: Fix for write-combining stats configurationHariprasad Shenai2015-09-091-2/+5
| * cxgb4: Fix tx flit calculationHariprasad Shenai2015-09-091-1/+1
| * net: eth: altera: Fix the initial device operstateAtsushi Nemoto2015-09-091-0/+1
| * dm9000: fix a typoBarry Song2015-09-081-1/+1
| * cxgb4: fix usage of uninitialized variablefrançois romieu2015-09-061-11/+6
| * ethernet: synopsys: SYNOPSYS_DWC_ETH_QOS should depend on HAS_DMAGeert Uytterhoeven2015-09-061-1/+1
| * net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero2015-09-051-1/+3
| * be2net: Revert "make the RX_FILTER command asynchronous" commitSathya Perla2015-09-051-1/+1
| * net: eth: altera: fix napi poll_list corruptionAtsushi Nemoto2015-09-031-2/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-093-15/+46
|\ \
| * | net/mlx4: Postpone the registration of net_deviceMoni Shoua2015-08-302-15/+24
| * | mlx5: Fix missing device local_dma_lkeySagi Grimberg2015-08-281-0/+22
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-09-031-0/+2
|\ \ \ | |_|/ |/| |
| * | MIPS: Remove all the uses of custom gpio.hAlban Bedel2015-09-031-0/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-03264-8588/+29556
|\ \
| * | net: fec: clear receive interrupts before processing a packetRussell King2015-09-021-0/+1
| * | bgmac: Update fixed_phy_register()Fabio Estevam2015-09-021-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-09-0112-139/+633
| |\ \
| | * | ixgbe: Resolve "initialized field overwritten" warningsMark Rustad2015-09-011-1/+0
| | * | ixgbe: Remove bimodal SR-IOV disablingAlex Williamson2015-09-011-6/+1
| | * | ixgbe: Add support for reporting 2.5G link speedMark Rustad2015-09-012-8/+26
| | * | ixgbe: fix bounds checking in ixgbe_setup_tc for 82598Emil Tantilov2015-09-011-3/+4
| | * | ixgbe: support for ethtool set_rxfhTom Barbette2015-09-013-1/+49