aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher11-6703/+0
2011-08-04intel drivers: repair missing flush operationsJesse Brandeburg2-0/+11
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-04ixgb: convert to set_phys_idJeff Kirsher2-37/+12
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-2/+2
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-1/+2
2011-03-11ixgb: convert to new VLAN modelEmil Tantilov3-43/+52
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław1-1/+1
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-10ixgb: Don't check for vlan group on transmitEmil Tantilov1-21/+30
2010-12-10Intel Wired LAN drivers: Use static constJeff Kirsher1-10/+11
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-4/+2
2010-10-28ixgb: call pci_disable_device in ixgb_removeEmil Tantilov1-0/+1
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet3-24/+24
2010-09-22e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou1-1/+3
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-2/+2
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-05-14ixgb and e1000: Use new function for copybreak testsJoe Perches1-21/+31
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches2-27/+0
2010-04-27ixgb: use DMA API instead of PCI DMA functionsNick Nunley1-31/+39
2010-04-27ixgb: Use pr_<level> and netdev_<level>Joe Perches7-156/+105
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko1-4/+3
2010-02-16drivers/net/ixgb: Use netif_printk macrosJoe Perches2-49/+51
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+5
2010-01-20e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin1-5/+5
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-02ixgb: remove use of skb_dma_map from ixgbAlexander Duyck2-19/+42
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-10-13ixgb: Fix erroneous display of stats by ethtool -SAjit Khaparde1-5/+22
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-10/+2
2009-10-07ixgb: Use the instance of net_device_stats from net_device.Ajit Khaparde3-46/+45
2009-09-01intel: convert drivers to netdev_tx_tStephen Hemminger1-2/+3
2009-08-01ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+5
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-08net: skb_shared_info optimizationEric Dumazet1-2/+2
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-1/+0
2009-05-07e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg1-0/+2
2009-04-29ixgb: Use generic MDIO definitionsBen Hutchings2-22/+12
2009-04-22e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg1-3/+2
2009-04-20ixgb: fix link down initial stateJesse Brandeburg1-3/+5
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-20ixgb: refactor tx path to use skb_dma_map/unmapAlexander Duyck1-31/+39
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller1-1/+0