summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-10-028-15/+36
|\
| * net/mlx4: Handle return codes in mlx4_qp_attach_commonRobb Manes2015-09-301-3/+4
| * bna: fix error handlingAndrzej Hajda2015-09-291-6/+7
| * net/ibm/emac: bump version numbers for correct work with ethtoolIvan Mikhaylov2015-09-291-3/+3
| * i40e/i40evf: check for stopped admin queueMitch Williams2015-09-292-0/+18
| * i40e: fix VLAN inside VXLANJesse Brandeburg2015-09-291-1/+2
| * r8169: fix handling rtl_readphy resultAndrzej Hajda2015-09-271-1/+1
| * net: hisilicon: fix handling platform_get_irq resultAndrzej Hajda2015-09-271-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-011-22/+0Star
|\ \ | |/ |/|
| * IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg2015-09-251-22/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-2631-163/+268
|\ \ | |/ |/|
| * net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selectedSudip Mukherjee2015-09-251-1/+1
| * phy: add phy_device_remove()Russell King2015-09-251-2/+3
| * net: fix phy refcounting in a bunch of driversRussell King2015-09-255-9/+30
| * bnx2x: byte swap rss_key to comply to Toeplitz specsEric Dumazet2015-09-241-2/+10
| * net: gianfar: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla2015-09-241-4/+5
| * 8139cp: Dump contents of descriptor ring on TX timeoutDavid Woodhouse2015-09-231-1/+13
| * 8139cp: Fix DMA unmapping of transmitted buffersDavid Woodhouse2015-09-231-1/+8
| * 8139cp: Reduce duplicate csum/tso code in cp_start_xmit()David Woodhouse2015-09-231-41/+20Star
| * 8139cp: Fix TSO/scatter-gather descriptor setupDavid Woodhouse2015-09-231-12/+10Star
| * 8139cp: Fix tx_queued debug message to print correct slot numbersDavid Woodhouse2015-09-231-7/+8
| * 8139cp: Do not re-enable RX interrupts in cp_tx_timeout()David Woodhouse2015-09-231-1/+2
| * net: netcp: fix deadlock reported by lockup detectorKaricheri, Muralidharan2015-09-231-16/+10Star
| * net: netcp: allocate buffers to desc before re-enable interruptKaricheri, Muralidharan2015-09-231-1/+1
| * net: netcp: check for interface handle in netcp_module_probe()Karicheri, Muralidharan2015-09-231-0/+5
| * net: netcp: add error check to netcp_allocate_rx_buf()Karicheri, Muralidharan2015-09-231-6/+7
| * net: netcp: move netcp_register_interface() to after attach moduleKaricheri, Muralidharan2015-09-231-7/+12
| * net: netcp: remove dead code from the driverKaricheri, Muralidharan2015-09-231-9/+0Star
| * net: netcp: ethss: fix error in calling sgmii api with incorrect offsetWingMan Kwok2015-09-231-27/+20Star
| * sunvnet: Invoke SET_NETDEV_DEV() to set up the vdev in vnet_new()Sowmini Varadhan2015-09-221-6/+11
| * net: moxa: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-221-0/+1
| * net: gianfar_ptp: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-221-0/+1
| * net: bcmgenet: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-221-0/+1
| * net: systemport: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-221-0/+1
| * net: arc: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-221-0/+1
| * 8139cp: Call __cp_set_rx_mode() from cp_tx_timeout()David Woodhouse2015-09-211-0/+1
| * 8139cp: Use dev_kfree_skb_any() instead of dev_kfree_skb() in cp_clean_rings()David Woodhouse2015-09-211-2/+2
| * bna: check for dma mapping errorsIvan Vecera2015-09-215-1/+37
| * bnx2x: track vxlan port countJiri Benc2015-09-182-2/+13
| * be2net: allow offloading with the same port for IPv4 and IPv6Jiri Benc2015-09-182-0/+11
| * qlcnic: track vxlan port countJiri Benc2015-09-182-5/+14
| * net: ks8851: Export OF module alias informationJavier Martinez Canillas2015-09-181-0/+1
| * net/mlx4_en: really allow to change RSS keyEric Dumazet2015-09-181-2/+0Star
| * cxgb4: add device ID for few T5 adaptersHariprasad Shenai2015-09-181-0/+5
| * net: stmmac: Use msleep rather then udelay for reset delaySjoerd Simons2015-09-161-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-121-4/+2Star
* | net/mlx4_en: Use access helper irq_data_get_affinity_mask()Thomas Gleixner2015-09-151-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-1018-136/+128Star
|\
| * r8169: Fix sleeping function called during get_stats64, v2Corinna Vinschen2015-09-101-83/+54Star