summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbevf
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: don't use flush_scheduled_work()Tejun Heo2010-12-121-2/+1
* Intel Wired LAN drivers: Use static constJeff Kirsher2010-12-101-7/+11
* drivers/net: use vzalloc()Eric Dumazet2010-11-271-4/+2
* ixgbevf: Fix OopsGreg Rose2010-11-161-4/+2
* ixgbevf: Update Version String and Copyright NoticeGreg Rose2010-11-169-11/+12
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-1/+1
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-211-1/+1
* ixgbevf: declare functions as staticEmil Tantilov2010-10-053-4/+2
* drivers/net: return operator cleanupEric Dumazet2010-09-261-1/+1
* ixgbevf: Refactor ring parameter re-sizeGreg Rose2010-09-241-74/+79
* ixgbevf: remove private net_device_statsEric Dumazet2010-09-092-22/+5
* ixgbevf: Removed unneeded HW struct membersGreg Rose2010-09-081-2/+0
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-1/+1
* e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher2010-08-081-0/+2
* ixgbevf: fix null pointer dereference due to filter being set for VLAN 0Alexander Duyck2010-08-021-11/+1
* igbvf, ixgbevf: use dev_hw_addr_randomStefan Assmann2010-07-271-1/+1
* drivers: ixgbevf: fix unsigned underflowKulikov Vasiliy2010-07-151-1/+2
* ixgbevf: Enable GRO by defaultShirley Ma2010-06-051-0/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-4/+0
* net: trans_start cleanupsEric Dumazet2010-05-101-2/+0
* ixgbevf: Cache PF ack bit in interruptGreg Rose2010-05-061-0/+16
* ixgbevf: use DMA API instead of PCI DMA functionsNick Nunley2010-04-271-33/+35
* ixgbevf: Fix link speed displayGreg Rose2010-04-272-6/+9
* drivers: net: use skb_headlen()Eric Dumazet2010-04-141-1/+1
* drivers: net: last_rx eliminationEric Dumazet2010-04-131-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-112-0/+2
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-1/+2
|\ \ | |/
| * ixgbevf: Fix signed/unsigned int errorGreg Rose2010-03-261-1/+2
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* | ixgbevf: convert to use netdev_for_each_mc_addrJiri Pirko2010-03-263-37/+15
* | net/intel: remove trailing space in messagesFrans Pop2010-03-241-1/+1
* | ixgbevf: Message formatting fixupJoe Perches2010-03-221-3/+3
|/
* ixgbevf: Message formatting cleanupsGreg Rose2010-03-191-2/+2
* ixgbevf: Shorten up delay timer for watchdog taskGreg Rose2010-03-191-1/+1
* ixgbevf: Fix VF Stats accounting after resetGreg Rose2010-03-193-38/+78
* bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+1
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* netdev: remove HAVE_ leftoversAlexey Dobriyan2010-01-281-18/+0
* ixgbevf: Fix IPv6 GSO type checksJeff Kirsher2010-01-231-1/+1
* ixgbevf: Tell network stack to stop tx when the VF detects PF resetGreg Rose2010-01-231-0/+2
* ixgbevf: Fix panics in the VF driverGreg Rose2010-01-231-4/+20
* ixgbevf: Take action when the PF notifies the VF it is resetting.Greg Rose2010-01-231-0/+7
* ixgbevf: Driver MakefileGreg Rose2010-01-101-0/+38
* ixgbevf: Driver main and ethool interface module and main headerGreg Rose2010-01-103-0/+4605
* ixgbevf: Mailbox communicationGreg Rose2010-01-102-0/+441
* ixgbevf: 82599 Virtual Function core functions and headerGreg Rose2010-01-102-0/+555
* ixgbevf: Macros, data structures, useful defines and registersGreg Rose2010-01-102-0/+377
OpenPOWER on IntegriCloud