aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbevf/ixgbevf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-09-09ixgbevf: remove private net_device_statsEric Dumazet1-21/+5
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-1/+1
2010-08-08e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher1-0/+2
2010-08-02ixgbevf: fix null pointer dereference due to filter being set for VLAN 0Alexander Duyck1-11/+1
2010-07-27igbvf, ixgbevf: use dev_hw_addr_randomStefan Assmann1-1/+1
2010-07-15drivers: ixgbevf: fix unsigned underflowKulikov Vasiliy1-1/+2
2010-06-05ixgbevf: Enable GRO by defaultShirley Ma1-0/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-4/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-05-06ixgbevf: Cache PF ack bit in interruptGreg Rose1-0/+16
2010-04-27ixgbevf: use DMA API instead of PCI DMA functionsNick Nunley1-33/+35
2010-04-14drivers: net: use skb_headlen()Eric Dumazet1-1/+1
2010-04-13drivers: net: last_rx eliminationEric Dumazet1-1/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26ixgbevf: convert to use netdev_for_each_mc_addrJiri Pirko1-23/+1
2010-03-26ixgbevf: Fix signed/unsigned int errorGreg Rose1-1/+2
2010-03-24net/intel: remove trailing space in messagesFrans Pop1-1/+1
2010-03-22ixgbevf: Message formatting fixupJoe Perches1-3/+3
2010-03-19ixgbevf: Message formatting cleanupsGreg Rose1-2/+2
2010-03-19ixgbevf: Shorten up delay timer for watchdog taskGreg Rose1-1/+1
2010-03-19ixgbevf: Fix VF Stats accounting after resetGreg Rose1-24/+44
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-01-28netdev: remove HAVE_ leftoversAlexey Dobriyan1-18/+0
2010-01-23ixgbevf: Fix IPv6 GSO type checksJeff Kirsher1-1/+1
2010-01-23ixgbevf: Tell network stack to stop tx when the VF detects PF resetGreg Rose1-0/+2
2010-01-23ixgbevf: Fix panics in the VF driverGreg Rose1-4/+20
2010-01-23ixgbevf: Take action when the PF notifies the VF it is resetting.Greg Rose1-0/+7
2010-01-10ixgbevf: Driver main and ethool interface module and main headerGreg Rose1-0/+3571