aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-21net: ethoc: remove ethoc_configFlorian Fainelli1-6/+0
2014-04-20net: sxgbe: make local functions staticJingoo Han1-8/+7
2014-04-18e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski10-22/+21
2014-04-18ixgbe: clean up Rx time stamping codeJakub Kicinski3-45/+15
2014-04-18igb: fix stats for i210 rx_fifo_errorsTodd Fujinaka1-1/+3
2014-04-18e1000e: Enclose e1000e_pm_thaw() with CONFIG_PM_SLEEPHiroaki SHIMODA1-1/+1
2014-04-18e1000e: Correctly include VLAN_HLEN when changing interface MTUVlad Yasevich1-1/+1
2014-04-18i40e: fix TCP flag replication for hardware offloadJesse Brandeburg1-0/+9
2014-04-18i40e: remove open-coded skb_cow_headFrancois Romieu1-9/+9
2014-04-18tg3: update rx_jumbo_pending ring param only when jumbo frames are enabledIvan Vecera1-1/+3
2014-04-16mlx4_en: don't use napi_synchronize inside mlx4_en_netpollChris Mason3-7/+1
2014-04-16net: mvneta: properly configure the MAC <-> PHY connection in all situationsThomas Petazzoni1-39/+34
2014-04-16sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree10-22/+133
2014-04-15cxgb4: use the correct max size for firmware flashSteve Wise1-1/+1
2014-04-15qlcnic: Fix MSI-X initialization codeAlexander Gordeev1-12/+16
2014-04-15net: cadence: Add architecture dependenciesJean Delvare1-3/+3
2014-04-14cxgb4: Save the correct mac addr for hw-loopback connections in the L2TSteve Wise1-1/+3
2014-04-14qlcnic: Do not disable SR-IOV when VFs are assigned to VMsManish Chopra1-0/+10
2014-04-14qlcnic: Fix QLogic application/driver interface for virtual NIC configurationJitendra Kalsaria1-14/+17
2014-04-14qlcnic: Fix PVID configuration on eSwitch port.Jitendra Kalsaria1-0/+1
2014-04-14qlcnic: Fix max ring count calculationShahed Shaikh2-8/+8
2014-04-14qlcnic: Fix to send INIT_NIC_FUNC as first mailbox.Sucheta Chakraborty3-4/+5
2014-04-14qlcnic: Fix panic due to uninitialzed delayed_work struct in use.Sucheta Chakraborty1-3/+2
2014-04-14be2net: Fix invocation of be_close() after be_clear()Kalesh AP2-0/+9
2014-04-14be2net: Fix to reap TX compls till HW doesn't respond for some timeVasundhara Volam1-4/+5
2014-04-14net/mlx4_core: Defer VF initialization till PF is fully initializedAmir Vadai1-1/+8
2014-04-14bnx2: Don't build unused suspend/resume functions not enabledDaniel J Blueman1-1/+1
2014-04-13Revert "net: mvneta: fix usage as a module on RGMII configurations"Thomas Petazzoni1-8/+33
2014-04-13net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()Wei Yang2-77/+96
2014-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/netDavid S. Miller14-203/+91
2014-04-12net: sun4i-emac: add promiscuous supportMarc Zyngier1-9/+21
2014-04-12net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-3/+1
2014-04-11drivers: net: cpsw: enable interrupts after napi enable and clearing previous interruptsMugunthan V N1-6/+6
2014-04-11drivers: net: cpsw: discard all packets received when interface is downMugunthan V N1-1/+1
2014-04-11i40evf: program RSS LUT correctlyMitch A Williams1-4/+16
2014-04-11i40evf: remove open-coded skb_cow_headFrancois Romieu1-6/+4
2014-04-11ixgb: remove open-coded skb_cow_headFrancois Romieu1-6/+4
2014-04-11igbvf: remove open-coded skb_cow_headFrancois Romieu1-9/+7
2014-04-11igb: fix last_rx_timestamp usageJakub Kicinski3-23/+11
2014-04-11igb: remove open-coded skb_cow_headFrancois Romieu1-5/+4
2014-04-11e1000e: remove open-coded skb_cow_headFrancois Romieu1-6/+4
2014-04-11e1000: remove open-coded skb_cow_headFrancois Romieu1-6/+5
2014-04-11e1000: remove debug messages with function namesJakub Kicinski1-124/+0
2014-04-11ixgbevf: remove open-coded skb_cow_headFrancois Romieu1-5/+4
2014-04-11ixgbevf: Add bit to mark work queue initializationMark Rustad2-1/+11
2014-04-11ixgbe: remove open-coded skb_cow_headFrancois Romieu1-7/+6
2014-04-11ixgbe: Add bit to mark service task initializationMark Rustad2-1/+15
2014-04-09drivers: net: cpsw: Add default vlan for dual emac case alsoMugunthan V N1-2/+1
2014-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-26/+45
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1