aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-10igb: Add new function to read part number from EEPROM in string formatCarolyn Wyborny4-11/+102
2010-12-10Intel Wired LAN drivers: Use static constJeff Kirsher1-5/+6
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-4/+2
2010-10-27igb: Fix unused variable warning.Jesse Gross1-1/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-1/+1
2010-10-18igb: fix stats handlingEric Dumazet3-45/+129
2010-10-14igb: add check for fiber/serdes devices to igb_set_spd_dplx;Carolyn Wyborny1-0/+7
2010-09-27igb: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-4/+8
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-09-22e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou1-1/+3
2010-09-22igb: Add support for DH89xxCCJoseph Gasparakis6-14/+247
2010-09-22igb: clear VF_PROMISC bits instead of setting all other bitsAlexander Duyck1-1/+2
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches1-2/+2
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp2-7/+6
2010-08-10Merge branch 'master' into for-nextJiri Kosina1-0/+2
2010-08-09Fix spelling fuction -> function in commentsStefan Weil1-1/+1
2010-08-08e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher1-0/+2
2010-08-03igb: Program MDICNFG register prior to PHY initAlexander Duyck1-7/+11
2010-08-02igb: Use irq_synchronize per vector when using MSI-XEmil Tantilov1-1/+7
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+9
2010-07-26igb: restore EEPROM values of MDICNFG on reset with 82580Nick Nunley2-0/+45
2010-07-26igb: add support for SGMII-based MDIO PHYsNick Nunley2-17/+75
2010-07-21ixgbe/igb: catch invalid VF settingsAndy Gospodarek1-0/+9
2010-07-05igb: drop support for UDP hashing w/ RSSAlexander Duyck1-8/+10
2010-07-01igb: Add commentGreg Rose1-0/+4
2010-07-01igb: correct link test not being run when link is downAlexander Duyck1-5/+3
2010-07-01igb: Fix Tx hangs seen when loading igb with max_vfs > 7.Emil Tantilov1-4/+1
2010-07-01igb: Use only a single Tx queue in SR-IOV modeGreg Rose1-4/+4
2010-07-01igb: fix PHY config access on 82580Nick Nunley2-0/+10
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches2-5/+0
2010-05-05igb: reduce cache misses on tx cleanupNick Nunley2-27/+22
2010-04-28igb: Clean up left over prototype of igb_get_hw_dev_name()Emil Tantilov1-1/+0
2010-04-27igb: add registers etc. printout code just before resetting adaptersTaku Izumi1-0/+332
2010-04-27igb: convert igb from using PCI DMA functions to using DMA API functionsAlexander Duyck3-58/+61
2010-04-27igb: add support for reporting 5GT/s during probe on PCIe Gen2Alexander Duyck3-11/+21
2010-04-27igb: double increment nr_fragsKoki Sanagi1-1/+1
2010-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+2
2010-04-13igb: restrict WoL for 82576 ET2 Quad Port Server AdapterStefan Assmann2-0/+2
2010-04-13igb: modify register test for i350 to reflect read only bits in RDLEN/TDLENAlexander Duyck1-4/+4
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-1/+2
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-19/+10
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30igb: add per-packet timestampingNick Nunley3-8/+41
2010-03-30igb: update hw_debug macro to make use of netdev_dbg callAlexander Duyck2-36/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-1/+2
2010-03-27igb: use correct bits to identify if managability is enabledAlexander Duyck1-3/+3
2010-03-23igb: only use vlan_gro_receive if vlans are registeredAlexander Duyck1-1/+1