summaryrefslogtreecommitdiff
path: root/drivers/net/atl1c/atl1c_main.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-12atl*: Move the Atheros driversJeff Kirsher1-2934/+0
2011-07-22atl1c: do vlan cleanupJiri Pirko1-28/+46
2011-05-20atl1c: atl1c_resume() is only used when CONFIG_PM_SLEEP is defined.David S. Miller1-0/+2
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-9/+5
2011-04-22atl1c: Fix work event interrupt/task racesTim Gardner1-9/+5
2011-04-17atl1c: Fix set-but-unused variable.David S. Miller1-2/+0
2011-04-08net: atl*: convert to hw_featuresMichał Mirosław1-9/+14
2011-02-24atl1[ce]: fix sparse warningsstephen hemminger1-2/+2
2011-02-11atl1c: Do not call device_init_wakeup() in atl1c_probe()Rafael J. Wysocki1-1/+0
2011-02-03atl1c: Add missing PCI device IDChuck Ebbert1-0/+1
2010-12-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-24/+15
2010-12-23atl1c: Do not use legacy PCI power managementRafael J. Wysocki1-24/+15
2010-12-17net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław1-1/+1
2010-10-25atl1c: make functions staticstephen hemminger1-2/+4
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-09-03drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-22atl1c: use net_device_stats from struct net_deviceEric Dumazet1-3/+3
2010-06-01atl1c: Add AR8151 v2 support and change L0s/L1 routineJie Yang1-148/+200
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-04-04net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-31net: remove redundant codeEric Dumazet1-1/+0
2010-02-23net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko1-1/+1
2010-02-17atl1c: Add support for Atheros AR8152 and AR8152Luis R. Rodriguez1-10/+105
2010-01-08drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2010-01-07drivers/net/atl1c/atl1c_main.c: use %pM to show MAC addresshartleys1-5/+2
2009-12-12Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-12-09atl1c:use common_task instead of reset_task and link_chg_taskJie Yang1-39/+33
2009-12-09atl1c:add pci map direction in atl1c_buffer flagsJie Yang1-6/+16
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-18drivers/net/atl1c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-07atl1c: change atl1c_buffer struct and restructure clean atl1c_buffer procedureJie Yang1-42/+42
2009-10-28atl1c: duplicate atl1c_get_tpdJie Yang1-2/+0
2009-09-23atl1c:remove compiling warningjie.yang@atheros.com1-1/+1
2009-09-04netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-8/+0
2009-09-03drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-08-02atl1c: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+3
2009-07-17atl1c: misplaced parenthesisroel kluin1-1/+1
2009-06-01atl1c_main.c: add wait_for_idle routineJoe Perches1-25/+23
2009-05-29net: dont update dev->trans_startEric Dumazet1-1/+0
2009-05-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2009-04-28atl1c: disable L1/L0s when link detectedJie Yang1-17/+7
2009-04-14Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang1-2/+2
2009-02-19atl1c: Atheros L1C Gigabit Ethernet driverJie Yang1-0/+2797