aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-28igb: cleanup igb xmit frame pathAlexander Duyck
2009-10-28igb: cleanup igb.h header whitespace and some structure formattingAlexander Duyck
2009-10-28igb: Remove invalid stats countersAlexander Duyck
2009-10-28igb: cleanup interrupt enablement in regards to msix_otherAlexander Duyck
2009-10-28igb: change queue ordering for 82576 based adaptersAlexander Duyck
2009-10-28igb: cleanup code related to ring resource allocation and freeAlexander Duyck
2009-10-28igb: make tx hang check multiqueue, check eop descriptorAlexander Duyck
2009-10-28igb: move global_quad_port_a from global into local static defineAlexander Duyck
2009-10-28igb: only process global stats in igb_update_statsAlexander Duyck
2009-10-28igb: move vf init into a seperate functionAlexander Duyck
2009-10-28igb: rework handling of the vfta and vlvf registers in relation to mng_vlanAlexander Duyck
2009-10-28igb: rework use of VMOLR in regards to PF and VFsAlexander Duyck
2009-10-28igb: replace the VF clear_to_send with a flags valueAlexander Duyck
2009-10-28igb: use packet buffer sizes from RXPBS registerAlexander Duyck
2009-10-28igb: misc cleanups within igb_ethtool.cAlexander Duyck
2009-10-28igb: cleanup some of the code related to hw timestampingAlexander Duyck
2009-10-28igb: add support for seperate tx-usecs setting in ethtoolAlexander Duyck
2009-10-28sfc: Really allow RX checksum offload to be disabledBen Hutchings
2009-10-28vxge: Configure the number of transmit descriptors per packet to MAX_SKB_FRAG...Sreenivasa Honnur
2009-10-28netxen: fix builds for SYSFS=n or MODULES=nRandy Dunlap
2009-10-28gre: Optimize multiple unregistrationEric Dumazet
2009-10-28ipip: Optimize multiple unregistrationEric Dumazet
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet
2009-10-28net: Introduce unregister_netdevice_many()Eric Dumazet
2009-10-28net: Introduce unregister_netdevice_queue()Eric 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-27vlan: allow null VLAN ID to be usedEric Dumazet