aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/atl1e/atl1e_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21atl1e: do vlan cleanupJiri Pirko1-29/+50
2011-06-21drivers/net: Remove casts of void *Joe Perches1-3/+2
2011-04-17atl1e: Fix set-but-unused variable.David S. Miller1-2/+0
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-04-07net: atl*: convert to hw_featuresMichał Mirosław1-8/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-28net: use pci_dev->revision, againSergei Shtylyov1-1/+1
2011-02-23atl1[ce]: fix sparse warningsstephen hemminger1-2/+2
2011-01-20atl1e: remove private #define.françois romieu1-2/+2
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław1-1/+1
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches1-1/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-7/+0
2010-04-14drivers: net: use skb_headlen()Eric Dumazet1-1/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30net: remove redundant codeEric Dumazet1-1/+0
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko1-1/+1
2010-02-12drivers/net/atl1e: Use netdev_printk helpersJoe Perches1-85/+68
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2010-01-07drivers/net/atl1e/atl1e_main.c: use %pM to show MAC addresshartleys1-4/+1
2009-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-36/+0
2009-12-02atl1e:disable NETIF_F_TSO6 for hardware limitJie Yang1-36/+0
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-3/+1
2009-09-17atl1e: fix 2.6.31-git4 -- ATL1E 0000:03:00.0: DMA-API: device driver frees DMAJie Yang1-2/+13
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-8/+0
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-08-01atl1e: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+3
2009-06-11net: ntohs() misuseEric Dumazet1-2/+2
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-05-29ath1e: add new device id for asus hardwareGreg Kroah-Hartman1-0/+1
2009-05-29net: dont update dev->trans_startEric Dumazet1-1/+1
2009-05-25atl1: use netdev->statsEric Dumazet1-3/+3
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-2/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
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-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+2
2008-11-19atl1e: convert to net_device_opsStephen Hemminger1-13/+19
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen1-3/+3
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-09-24[netdrvr] atl1e: Don't take the mdio_lock in atl1e_probeMatthew Wilcox1-2/+0
2008-08-27atl1e: multistatement if missing bracesIlpo Järvinen1-1/+2
2008-08-09uninline atl1e_setup_mac_ctrl()Adrian Bunk1-2/+2
2008-07-22[netdrvr] atl1d: fix !CONFIG_PM buildJeff Garzik1-1/+1
2008-07-22atl1e: Atheros L1E Gigabit Ethernet driverJie Yang1-0/+2599