aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-25sunvnet: Use RCU to synchronize port usage with vnet_port_remove()Sowmini Varadhan1-29/+33
2014-10-25sunvnet: NAPIfy sunvnetSowmini Varadhan2-44/+135
2014-10-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller9-2185/+2268
2014-10-24net: pxa168_eth: Remove in-driver PHY manglingSebastian Hesselbarth1-126/+0
2014-10-24net: pxa168_eth: Remove HW auto-negotiaionSebastian Hesselbarth1-15/+85
2014-10-24net: pxa168_eth: Prepare proper libphy handlingSebastian Hesselbarth1-15/+23
2014-10-24phy: marvell: Add support for 88E3016 FastEthernet PHYSebastian Hesselbarth1-0/+46
2014-10-24natsemi/macsonic: Remove superfluous interrupt disable/restoreGeert Uytterhoeven1-4/+0
2014-10-24cirrus/mac89x0: Remove superfluous interrupt disable/restoreGeert Uytterhoeven1-6/+2
2014-10-24net: typhoon: Remove redundant castsRasmus Villemoes1-2/+2
2014-10-23i40e: Bump versionCatherine Sullivan1-1/+1
2014-10-23i40e: Moving variable declaration out of the loopsAkeem G Abodunrin1-4/+3
2014-10-23i40e: Add 10GBaseT supportMitch Williams4-5/+34
2014-10-23i40e: process link events when setting up switchMitch Williams1-0/+8
2014-10-23i40e: Fix a bug where Rx would stop after some timeAnjali Singhai Jain1-4/+20
2014-10-23i40e/i40evf: Use usleep_range() instead of udelay()Neerav Parikh3-6/+6
2014-10-23i40e/i40evf: Fix whitespace indentationJeff Kirsher2-2142/+2133
2014-10-23i40e: enable LSE poke and simplify link stateJesse Brandeburg1-23/+16
2014-10-23i40e: mask phy eventsJesse Brandeburg3-0/+47
2014-10-22hyperv: Fix the total_data_buflen in send pathHaiyang Zhang1-0/+1
2014-10-22amd-xgbe: Fix napi Rx budget accountingLendacky, Thomas1-8/+12
2014-10-22amd-xgbe: Properly handle feature changes via ethtoolLendacky, Thomas1-1/+1
2014-10-22net: fec: ptp: fix NULL pointer dereference if ptp_clock is not setPhilipp Zabel1-1/+2
2014-10-22net: fs_enet: set back promiscuity mode after restartLEROY Christophe2-0/+6
2014-10-22sfc: remove incorrect EFX_BUG_ON_PARANOID checkJon Cooper1-4/+0
2014-10-21enic: Do not call napi_disable when preemption is disabled.Govindarajulu Varadarajan1-2/+2
2014-10-21enic: fix possible deadlock in enic_stop/ enic_rfs_flw_tbl_freeGovindarajulu Varadarajan1-6/+6
2014-10-20ax88179_178a: fix bonding failureIan Morgan1-1/+6
2014-10-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+2
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-32/+12
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds43-397/+1251
2014-10-17bna: fix skb->truesize underestimationEric Dumazet1-1/+1
2014-10-17dsa: Fix conversion from host device to mii busGuenter Roeck2-8/+22
2014-10-17sfc: add support for skb->xmit_moreEdward Cree2-29/+43
2014-10-17r8152: return -EBUSY for runtime suspendhayeswang1-7/+15
2014-10-17hyperv: Add handling of IP header with option field in netvsc_set_hash()Haiyang Zhang1-16/+10
2014-10-17vxlan: fix a free after useLi RongQing1-0/+1
2014-10-16ixgbe: check for vfs outside of sriov_num_vfs before dereferenceEmil Tantilov1-0/+3
2014-10-16fm10k: Add CONFIG_FM10K_VXLAN configuration optionAndy Zhou2-3/+14
2014-10-16fm10k: Unlock mailbox on VLAN addition failuresMatthew Vick1-3/+4
2014-10-16fm10k: Check the host state when bringing the interface upMatthew Vick1-0/+1
2014-10-15vxlan: using pskb_may_pull as early as possibleLi RongQing1-4/+2
2014-10-15vxlan: fix a use after free in vxlan_encap_bypassLi RongQing1-3/+5
2014-10-15gianfar: Add FCS to rx buffer size (fix)Claudiu Manoil1-1/+1
2014-10-15virtio_net: fix use after freeMichael S. Tsirkin1-1/+3
2014-10-15net: fec: ptp: fix convergence issue to support LinuxPTP stackNimrod Andy3-42/+56
2014-10-15net: Add ndo_gso_checkTom Herbert2-2/+2
2014-10-15net: ks8842: use dmaengine_terminate_all() APIVinod Koul1-4/+2
2014-10-15stmmac: fix sti compatibililiesGiuseppe CAVALLARO2-5/+6
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-15/+15