aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17qlcnic: fix internal loopback testSucheta Chakraborty1-0/+2
2010-05-17qlcnic: module param for firmware load optionAmit Kumar Salecha1-1/+8
2010-05-17qlcnic: fix rx bytes statisticsSucheta Chakraborty1-1/+1
2010-05-17qlcnic: change adapter name displaySucheta Chakraborty1-1/+6
2010-05-17qlcnic: fix memory leaksAnirban Chakraborty2-3/+4
2010-05-17netdev: bfin_mac: check for mii_bus platform dataSonic Zhang1-0/+6
2010-05-17netdev: bfin_mac: handle timeouts with the MDIO registers gracefullyMike Frysinger1-19/+34
2010-05-17netdev: bfin_mac: use promiscuous flag for promiscuous modeSonic Zhang1-1/+1
2010-05-17netdev: bfin_mac: add support for wake-on-lan magic packetsMichael Hennerich2-4/+75
2010-05-17netdev: bfin_mac: clear RXCKS if hardware generated checksum is not enabledSonic Zhang1-2/+3
2010-05-17netdev: bfin_mac: deduce Ethernet FCS from hardware IP payload checksumSonic Zhang1-2/+33
2010-05-17netdev: bfin_mac: invalid data cache only once for each new rx skb bufferSonic Zhang1-5/+8
2010-05-17netdev: bfin_mac: handler RX status errorsPeter Meerwald1-3/+14
2010-05-17netdev: bfin_mac: add support for IEEE 1588 PTPBarry Song3-1/+362
2010-05-17drivers/net/usb/asix.c: Fix unaligned accessesNeil Jones1-1/+33
2010-05-17ibmveth: Add suspend/resume supportBrian King1-0/+12
2010-05-16net: congestion notifications are not dropped packetsEric Dumazet1-1/+1
2010-05-15net: adjust handle_macvlan to pass port struct to hookJiri Pirko1-6/+2
2010-05-15skge: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2-18/+18
2010-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimaxDavid S. Miller10-116/+479
2010-05-15rndis_host: Poll status channel before control channelBen Hutchings1-6/+12
2010-05-14qlcnic: add idc debug registersSucheta Chakraborty2-0/+23
2010-05-14qlcnic: support quisce modeSucheta Chakraborty1-2/+26
2010-05-14qlcnic: check device classSucheta Chakraborty3-8/+18
2010-05-14qlcnic: check IDC versionSucheta Chakraborty2-2/+19
2010-05-14qlcnic: cleanup unused codeAmit Kumar Salecha4-61/+10
2010-05-14qlcnic: cleanup dma mask settingAmit Kumar Salecha2-70/+24
2010-05-14qlcnic: fix caching window registerAmit Kumar Salecha3-18/+0
2010-05-14qlcnic: remove obsolete registerAmit Kumar Salecha3-16/+1
2010-05-14qlcnic: fix context cleanupAmit Kumar Salecha1-3/+1
2010-05-14sky2: version 1.28stephen hemminger1-1/+1
2010-05-14sky2: Avoid allocating memory in sky2_resumeMike McCormack1-15/+5
2010-05-14sky2: Refactor down/up code out of sky2_restart()Mike McCormack1-7/+19
2010-05-14sky2: Shut off interrupts before NAPIMike McCormack1-2/+2
2010-05-14sky2: Avoid race in sky2_change_mtuMike McCormack1-1/+1
2010-05-14sky2: Restore multicast after restartMike McCormack1-0/+1
2010-05-14ixgb and e1000: Use new function for copybreak testsJoe Perches2-41/+58
2010-05-14e1000: cleanup unused parametersJesse Brandeburg1-8/+0
2010-05-14e1000: fix WARN_ON with mac-vlanJesse Brandeburg1-2/+0
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches171-631/+0
2010-05-13ixgbe: Refactor common code between 82598 & 82599 to accommodate new hardwareMallikarjuna R Chilakala5-421/+557
2010-05-13ixgbe: Use bool flag to see if the packet unmapping is delayed in HWRSCMallikarjuna R Chilakala1-6/+11
2010-05-13ixgbe: fix setting of promisc mode when using mac-vlansEmil Tantilov3-4/+8
2010-05-12cxgb4: report GRO stats with ethtool -SDimitris Michailidis1-0/+6
2010-05-12cxgb4: report the PCIe link speedDimitris Michailidis1-2/+8
2010-05-12cxgb4: configure HW VLAN extraction through FWDimitris Michailidis4-28/+20
2010-05-12e1000e: add PCI device id to enable support for 82567V-4Bruce Allan2-0/+2
2010-05-12e1000e: Fix/cleanup PHY reset code for ICHx/PCHxBruce Allan1-74/+75
2010-05-12e1000e: move settting of flow control refresh timer to link setup codeBruce Allan3-4/+4
2010-05-12e1000e: fix checks for manageability enabled and management pass-throughBruce Allan6-16/+52