aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-10-28net: sysfs: ethtool_ops can be NULLEric Dumazet1-2/+6
2009-10-28tc35815: Enable NAPIAtsushi Nemoto1-0/+1
2009-10-28tc35815: Fix return value of tc35815_do_interrupt when NAPI enabledAtsushi Nemoto1-0/+5
2009-10-28NET/KS8695: add support NAPI for RxFigo.zhang1-25/+78
2009-10-28igb: Fix warnings in igb_set_ringparam()David S. Miller1-2/+2
2009-10-28igb: cleanup whitespace issues in igb_main.cAlexander Duyck1-22/+19
2009-10-28igb: open up SCTP checksum offloads to all MACs 82576 and newerAlexander Duyck1-1/+1
2009-10-28igb: limit minimum mtu to 68 to keep ip bound to interfaceAlexander Duyck1-2/+1
2009-10-28igb: add pci_dev in few spots to clean up use of dev_err/info/warnAlexander Duyck1-12/+12
2009-10-28igb: replace unecessary &adapter->hw with just hw where applicableAlexander Duyck1-14/+12
2009-10-28igb: cleanup clean_rx_irq_adv and alloc_rx_buffers_advAlexander Duyck1-5/+19
2009-10-28igb: cleanup igb xmit frame pathAlexander Duyck1-15/+15
2009-10-28igb: cleanup igb.h header whitespace and some structure formattingAlexander Duyck1-6/+6
2009-10-28igb: Remove invalid stats countersAlexander Duyck2-23/+1
2009-10-28igb: cleanup interrupt enablement in regards to msix_otherAlexander Duyck1-8/+23
2009-10-28igb: change queue ordering for 82576 based adaptersAlexander Duyck1-12/+13
2009-10-28igb: cleanup code related to ring resource allocation and freeAlexander Duyck1-12/+17
2009-10-28igb: make tx hang check multiqueue, check eop descriptorAlexander Duyck1-4/+6
2009-10-28igb: move global_quad_port_a from global into local static defineAlexander Duyck1-6/+2
2009-10-28igb: only process global stats in igb_update_statsAlexander Duyck1-32/+29
2009-10-28igb: move vf init into a seperate functionAlexander Duyck1-42/+56
2009-10-28igb: rework handling of the vfta and vlvf registers in relation to mng_vlanAlexander Duyck1-62/+32
2009-10-28igb: rework use of VMOLR in regards to PF and VFsAlexander Duyck3-60/+125
2009-10-28igb: replace the VF clear_to_send with a flags valueAlexander Duyck2-60/+70
2009-10-28igb: use packet buffer sizes from RXPBS registerAlexander Duyck3-1/+6
2009-10-28igb: misc cleanups within igb_ethtool.cAlexander Duyck1-45/+60
2009-10-28igb: cleanup some of the code related to hw timestampingAlexander Duyck5-268/+242
2009-10-28igb: add support for seperate tx-usecs setting in ethtoolAlexander Duyck3-22/+54
2009-10-28sfc: Really allow RX checksum offload to be disabledBen Hutchings1-2/+3
2009-10-28vxge: Configure the number of transmit descriptors per packet to MAX_SKB_FRAGS + 1.Sreenivasa Honnur2-3/+4
2009-10-28netxen: fix builds for SYSFS=n or MODULES=nRandy Dunlap1-0/+9
2009-10-28gre: Optimize multiple unregistrationEric Dumazet1-5/+10
2009-10-28ipip: Optimize multiple unregistrationEric Dumazet1-6/+11
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet3-16/+35
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet7-18/+19
2009-10-28net: Introduce unregister_netdevice_many()Eric Dumazet2-32/+66
2009-10-28net: Introduce unregister_netdevice_queue()Eric Dumazet2-8/+21
2009-10-28igb: cleanup "todo" code found in igb_ethtool.cAlexander Duyck2-10/+8
2009-10-28igb: add single vector msi-x testing to interrupt testAlexander Duyck1-10/+17
2009-10-28igb: make ethtool use core xmit map and free functionalityAlexander Duyck1-67/+89
2009-10-28igb: make tx ring map and free functionality non-staticAlexander Duyck2-19/+19
2009-10-28igb: re-use ring configuration code in ethtool testingAlexander Duyck3-168/+60
2009-10-28igb: setup vlan tag replication stripping in igb_vmm_controlAlexander Duyck2-0/+20
2009-10-28igb: delay VF reset notification until after interrupts are enabedAlexander Duyck1-10/+23
2009-10-28igb: move the multiple receive queue configuration into seperate functionAlexander Duyck1-106/+111
2009-10-28igb: place a pointer to the netdev struct in the ring itselfAlexander Duyck2-16/+16
2009-10-28igb: add a flags value to the ringAlexander Duyck3-58/+60
2009-10-28igb: move alloc_failed and csum_err stats into per rx-ring statAlexander Duyck3-15/+17
2009-10-28igb: move rx_buffer_len into the ring structureAlexander Duyck2-21/+23
2009-10-28igb: add pci device pointer to ring structureAlexander Duyck3-41/+40