summaryrefslogtreecommitdiff
path: root/drivers/net/ixgb
AgeCommit message (Expand)Author
2010-10-28ixgb: call pci_disable_device in ixgb_removeEmil Tantilov
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-09-22e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches
2010-08-08e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher
2010-05-14ixgb and e1000: Use new function for copybreak testsJoe Perches
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-04-27ixgb: use DMA API instead of PCI DMA functionsNick Nunley
2010-04-27ixgb: Use pr_<level> and netdev_<level>Joe Perches
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko
2010-02-16drivers/net/ixgb: Use netif_printk macrosJoe Perches
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-20e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-02ixgb: remove use of skb_dma_map from ixgbAlexander Duyck
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-10-13ixgb: Fix erroneous display of stats by ethtool -SAjit Khaparde
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet
2009-10-07ixgb: Use the instance of net_device_stats from net_device.Ajit Khaparde
2009-09-01intel: convert drivers to netdev_tx_tStephen Hemminger
2009-08-01ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-08net: skb_shared_info optimizationEric Dumazet
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet
2009-05-07e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg
2009-04-29ixgb: Use generic MDIO definitionsBen Hutchings
2009-04-22e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg
2009-04-20ixgb: fix link down initial stateJesse Brandeburg
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-03-20ixgb: refactor tx path to use skb_dma_map/unmapAlexander Duyck
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-11-27ixgb: cleanup link up/down messagesJeff Kirsher
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19ixgb: convert to net_device_opsStephen Hemminger
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven
2008-10-08ixgb: fix bug when freeing resourcesBrandeburg, Jesse
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison
2008-07-16netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy
2008-07-16netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy
2008-07-11ixgb: update copyright dates and versionsJesse Brandeburg
2008-07-11ixgb: make NAPI the only option and the defaultJesse Brandeburg