summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb
Commit message (Expand)AuthorAgeFilesLines
* igb: Fix warnings in igb_set_ringparam()David S. Miller2009-10-281-2/+2
* igb: cleanup whitespace issues in igb_main.cAlexander Duyck2009-10-281-22/+19Star
* igb: open up SCTP checksum offloads to all MACs 82576 and newerAlexander Duyck2009-10-281-1/+1
* igb: limit minimum mtu to 68 to keep ip bound to interfaceAlexander Duyck2009-10-281-2/+1Star
* igb: add pci_dev in few spots to clean up use of dev_err/info/warnAlexander Duyck2009-10-281-12/+12
* igb: replace unecessary &adapter->hw with just hw where applicableAlexander Duyck2009-10-281-14/+12Star
* igb: cleanup clean_rx_irq_adv and alloc_rx_buffers_advAlexander Duyck2009-10-281-5/+19
* igb: cleanup igb xmit frame pathAlexander Duyck2009-10-281-15/+15
* igb: cleanup igb.h header whitespace and some structure formattingAlexander Duyck2009-10-281-6/+6
* igb: Remove invalid stats countersAlexander Duyck2009-10-282-23/+1Star
* igb: cleanup interrupt enablement in regards to msix_otherAlexander Duyck2009-10-281-8/+23
* igb: change queue ordering for 82576 based adaptersAlexander Duyck2009-10-281-12/+13
* igb: cleanup code related to ring resource allocation and freeAlexander Duyck2009-10-281-12/+17
* igb: make tx hang check multiqueue, check eop descriptorAlexander Duyck2009-10-281-4/+6
* igb: move global_quad_port_a from global into local static defineAlexander Duyck2009-10-281-6/+2Star
* igb: only process global stats in igb_update_statsAlexander Duyck2009-10-281-32/+29Star
* igb: move vf init into a seperate functionAlexander Duyck2009-10-281-42/+56
* igb: rework handling of the vfta and vlvf registers in relation to mng_vlanAlexander Duyck2009-10-281-62/+32Star
* igb: rework use of VMOLR in regards to PF and VFsAlexander Duyck2009-10-283-60/+125
* igb: replace the VF clear_to_send with a flags valueAlexander Duyck2009-10-282-60/+70
* igb: use packet buffer sizes from RXPBS registerAlexander Duyck2009-10-283-1/+6
* igb: misc cleanups within igb_ethtool.cAlexander Duyck2009-10-281-45/+60
* igb: cleanup some of the code related to hw timestampingAlexander Duyck2009-10-285-268/+242Star
* igb: add support for seperate tx-usecs setting in ethtoolAlexander Duyck2009-10-283-22/+54
* igb: cleanup "todo" code found in igb_ethtool.cAlexander Duyck2009-10-282-10/+8Star
* igb: add single vector msi-x testing to interrupt testAlexander Duyck2009-10-281-10/+17
* igb: make ethtool use core xmit map and free functionalityAlexander Duyck2009-10-281-67/+89
* igb: make tx ring map and free functionality non-staticAlexander Duyck2009-10-282-19/+19
* igb: re-use ring configuration code in ethtool testingAlexander Duyck2009-10-283-168/+60Star
* igb: setup vlan tag replication stripping in igb_vmm_controlAlexander Duyck2009-10-282-0/+20
* igb: delay VF reset notification until after interrupts are enabedAlexander Duyck2009-10-281-10/+23
* igb: move the multiple receive queue configuration into seperate functionAlexander Duyck2009-10-281-106/+111
* igb: place a pointer to the netdev struct in the ring itselfAlexander Duyck2009-10-282-16/+16
* igb: add a flags value to the ringAlexander Duyck2009-10-283-58/+60
* igb: move alloc_failed and csum_err stats into per rx-ring statAlexander Duyck2009-10-283-15/+17
* igb: move rx_buffer_len into the ring structureAlexander Duyck2009-10-282-21/+23
* igb: add pci device pointer to ring structureAlexander Duyck2009-10-283-41/+40Star
* igb: change the head and tail offsets into pointersAlexander Duyck2009-10-282-18/+18
* igb: move SRRCTL register configuration into ring specific configAlexander Duyck2009-10-281-37/+23Star
* igb: remove rx_ps_hdr_lenAlexander Duyck2009-10-282-61/+38Star
* igb: move the tx and rx ring specific config into seperate functionsAlexander Duyck2009-10-282-68/+117
* igb: increase minimum rx buffer size to 1KAlexander Duyck2009-10-282-24/+3Star
* igb: remove rx checksum good counterAlexander Duyck2009-10-283-3/+0Star
* igb: add new data structure for handling interrupts and NAPIAlexander Duyck2009-10-283-392/+534
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-271-13/+22
|\
| * igb: fix memory leak when setting ring size while interface is downAlexander Duyck2009-10-271-13/+22
* | igb: Fix erroneous display of stats by ethtool -SAjit Khaparde2009-10-131-5/+22
* | net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-7/+1Star
* | igb: Use the instance of net_device_stats from net_device.Ajit Khaparde2009-10-083-30/+30
* | igb: add flushes between RAR writes when setting mac addressAlexander Duyck2009-10-061-0/+7