summaryrefslogtreecommitdiffstats
path: root/drivers/net/atl1e
AgeCommit message (Expand)AuthorLines
2011-08-11atl*: Move the Atheros driversJeff Kirsher-5068/+0
2011-07-21atl1e: do vlan cleanupJiri Pirko-30/+50
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl-1/+0
2011-06-21drivers/net: Remove casts of void *Joe Perches-3/+2
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan-0/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny-2/+2
2011-04-17atl1e: Fix set-but-unused variable.David S. Miller-2/+0
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2011-04-07net: atl*: convert to hw_featuresMichał Mirosław-11/+4
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-02-28net: use pci_dev->revision, againSergei Shtylyov-1/+1
2011-02-23atl1[ce]: fix sparse warningsstephen hemminger-2/+2
2011-01-20atl1e: remove private #define.françois romieu-136/+25
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław-1/+1
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross-1/+1
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet-1/+1
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches-1/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches-9/+0
2010-04-14drivers: net: use skb_headlen()Eric Dumazet-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko-3/+3
2010-03-30net: remove redundant codeEric Dumazet-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko-1/+1
2010-02-12drivers/net/atl1e: Use netdev_printk helpersJoe Perches-112/+99
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan-1/+1
2010-01-07drivers/net/atl1e/atl1e_main.c: use %pM to show MAC addresshartleys-4/+1
2009-12-02atl1e: Remove non-implementation of ethtool set_msglevel() operationBen Hutchings-5/+0
2009-12-02atl1e: Remove redundant definitions of ethtool operationsBen Hutchings-10/+0
2009-12-02atl1e: Allow TX checksum offload and TSO to be disabled and reenabledBen Hutchings-0/+2
2009-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-36/+0
2009-12-02atl1e:disable NETIF_F_TSO6 for hardware limitJie Yang-36/+0
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches-1/+1
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet-3/+1
2009-09-17atl1e: fix 2.6.31-git4 -- ATL1E 0000:03:00.0: DMA-API: device driver frees DMAJie Yang-2/+22
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings-8/+0
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger-1/+2
2009-08-01atl1e: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson-0/+3
2009-06-25atl1*: add device_set_wakeup_enable to atl1*_set_wolBrandon Philips-0/+2
2009-06-11net: ntohs() misuseEric Dumazet-2/+2
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+1
2009-05-29ath1e: add new device id for asus hardwareGreg Kroah-Hartman-0/+1
2009-05-29net: dont update dev->trans_startEric Dumazet-1/+1
2009-05-25atl1: use netdev->statsEric Dumazet-4/+3
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov-2/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-2/+2
2009-02-17drivers/net/atl1e: fix sparse warnings: fix signednessHannes Eder-2/+2
2009-01-21net: Remove redundant NAPI functionsBen Hutchings-3/+3
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller-1/+0