summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet
2009-10-28igb: cleanup "todo" code found in igb_ethtool.cAlexander Duyck
2009-10-28igb: add single vector msi-x testing to interrupt testAlexander Duyck
2009-10-28igb: make ethtool use core xmit map and free functionalityAlexander Duyck
2009-10-28igb: make tx ring map and free functionality non-staticAlexander Duyck
2009-10-28igb: re-use ring configuration code in ethtool testingAlexander Duyck
2009-10-28igb: setup vlan tag replication stripping in igb_vmm_controlAlexander Duyck
2009-10-28igb: delay VF reset notification until after interrupts are enabedAlexander Duyck
2009-10-28igb: move the multiple receive queue configuration into seperate functionAlexander Duyck
2009-10-28igb: place a pointer to the netdev struct in the ring itselfAlexander Duyck
2009-10-28igb: add a flags value to the ringAlexander Duyck
2009-10-28igb: move alloc_failed and csum_err stats into per rx-ring statAlexander Duyck
2009-10-28igb: move rx_buffer_len into the ring structureAlexander Duyck
2009-10-28igb: add pci device pointer to ring structureAlexander Duyck
2009-10-28igb: change the head and tail offsets into pointersAlexander Duyck
2009-10-28igb: move SRRCTL register configuration into ring specific configAlexander Duyck
2009-10-28igb: remove rx_ps_hdr_lenAlexander Duyck
2009-10-28igb: move the tx and rx ring specific config into seperate functionsAlexander Duyck
2009-10-28igb: increase minimum rx buffer size to 1KAlexander Duyck
2009-10-28igb: remove rx checksum good counterAlexander Duyck
2009-10-28igb: add new data structure for handling interrupts and NAPIAlexander Duyck
2009-10-27atl1c: duplicate atl1c_get_tpdJie Yang
2009-10-27bonding: Remove bond_dev from xmit_hash_policy call.Jasper Spaans
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-27can: sja1000: fix bug using library functions for skb allocationKurt Van Dijck
2009-10-27cxgb3: Set the rxqKrishna Kumar
2009-10-26sh_eth: Add asm/cacheflush.hNobuhiro Iwamatsu
2009-10-26PPPoE: Fix flush/close races.Michal Ostrowski
2009-10-26e1000e: allow for swflag to be held over consecutive PHY accessesBruce Allan
2009-10-26e1000e: separate mutex usage between NVM and PHY/CSR register for ICHx/PCHBruce Allan
2009-10-26e1000e: 82577/82578 requires a different method to configure LPLUBruce Allan
2009-10-26e1000e: increase swflag acquisition timeout for ICHx/PCHBruce Allan
2009-10-26e1000e: clear PHY wakeup bit after LCD reset on 82577/82578Bruce Allan
2009-10-26igbvf: fix memory leak when ring size changed while interface downAlexander Duyck
2009-10-26ixgbe: fix memory leak when resizing rings while interface is downAlexander Duyck
2009-10-26igb: fix memory leak when setting ring size while interface is downAlexander Duyck
2009-10-24bonding: Modify hash transmit policies to use the packet's source MAC addressJasper Spaans
2009-10-24DM9000: Fix revision ID for DM9000BBen Dooks
2009-10-24r8169: fix Ethernet Hangup for RTL8110SC rev dSimon Wunderlich
2009-10-24sfc: Rename 'xfp' file and functions to reflect realityBen Hutchings
2009-10-24sfc: Remove unused code for non-autoneg speed/duplex switchingBen Hutchings
2009-10-24sfc: Merge efx_fc_resolve() into efx_mdio_get_pause()Ben Hutchings
2009-10-24sfc: Move MTD probe after netdev registration and name allocationBen Hutchings
2009-10-24sfc: Remove unnecessary tests of efx->membaseBen Hutchings
2009-10-24sfc: Remove incorrect assertion from efx_pci_remove_main()Ben Hutchings
2009-10-24sfc: Merge falcon_probe_phy() into falcon_probe_port()Ben Hutchings
2009-10-24sfc: Remove pointless abstraction of memory BAR numberBen Hutchings
2009-10-24sfc: Removed kernel-doc for nonexistent member of efx_phy_operationsBen Hutchings
2009-10-24sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings
2009-10-24sfc: Move shared members of struct falcon_nic_data into struct efx_nicBen Hutchings