aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/atl1e/atl1e_main.c
AgeCommit message (Expand)Author
2011-08-11atl*: Move the Atheros driversJeff Kirsher
2011-07-21atl1e: do vlan cleanupJiri Pirko
2011-06-21drivers/net: Remove casts of void *Joe Perches
2011-04-17atl1e: Fix set-but-unused variable.David S. Miller
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-07net: atl*: convert to hw_featuresMichał Mirosław
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-28net: use pci_dev->revision, againSergei Shtylyov
2011-02-23atl1[ce]: fix sparse warningsstephen hemminger
2011-01-20atl1e: remove private #define.françois romieu
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross
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-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-04-14drivers: net: use skb_headlen()Eric Dumazet
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30net: remove redundant codeEric Dumazet
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko
2010-02-12drivers/net/atl1e: Use netdev_printk helpersJoe Perches
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2010-01-07drivers/net/atl1e/atl1e_main.c: use %pM to show MAC addresshartleys
2009-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-12-02atl1e:disable NETIF_F_TSO6 for hardware limitJie Yang
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet
2009-09-17atl1e: fix 2.6.31-git4 -- ATL1E 0000:03:00.0: DMA-API: device driver frees DMAJie Yang
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-08-01atl1e: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson
2009-06-11net: ntohs() misuseEric Dumazet
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-29ath1e: add new device id for asus hardwareGreg Kroah-Hartman
2009-05-29net: dont update dev->trans_startEric Dumazet
2009-05-25atl1: use netdev->statsEric Dumazet
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-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-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19atl1e: convert to net_device_opsStephen Hemminger
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-09-24[netdrvr] atl1e: Don't take the mdio_lock in atl1e_probeMatthew Wilcox
2008-08-27atl1e: multistatement if missing bracesIlpo Järvinen
2008-08-09uninline atl1e_setup_mac_ctrl()Adrian Bunk
2008-07-22[netdrvr] atl1d: fix !CONFIG_PM buildJeff Garzik
2008-07-22atl1e: Atheros L1E Gigabit Ethernet driverJie Yang