aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-11-27ixgb: cleanup link up/down messagesJeff Kirsher1-3/+11
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+1
2008-11-19ixgb: convert to net_device_opsStephen Hemminger1-13/+18
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven1-2/+1
2008-10-08ixgb: fix bug when freeing resourcesBrandeburg, Jesse1-3/+5
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-07-16netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy1-10/+1
2008-07-16netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy1-5/+11
2008-07-11ixgb: update copyright dates and versionsJesse Brandeburg11-13/+13
2008-07-11ixgb: make NAPI the only option and the defaultJesse Brandeburg1-46/+1
2008-07-11ixgb: cleanup headerJesse Brandeburg1-8/+6
2008-07-11ixgb: audit use of dev_kfree_skb_anyJesse Brandeburg1-3/+5
2008-07-11ixgb: clean up assignments inside if statementsJesse Brandeburg1-10/+16
2008-07-11ixgb: rx cleanup performance improvementsJesse Brandeburg1-9/+19
2008-07-11ixgb: cleanup checkpatch suggestions that are relevantJesse Brandeburg1-4/+4
2008-07-11ixgb: trivial fix space after forJesse Brandeburg5-31/+28
2008-07-11ixgb: fix spelling errorsJesse Brandeburg5-13/+13