aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/atl1c
Commit message (Expand)AuthorAgeFilesLines
* atl1c: dont use highprio tx queueEric Dumazet2012-03-191-4/+0
* atl1c: atl1c_resume() is only used when CONFIG_PM_SLEEP is defined.David S. Miller2011-05-191-0/+2
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-2/+2
* ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-2/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-262-12/+8
|\
| * atl1c: Fix work event interrupt/task racesTim Gardner2011-04-212-12/+8
* | atl1c: Fix set-but-unused variable.David S. Miller2011-04-171-2/+0
* | net: atl*: convert to hw_featuresMichał Mirosław2011-04-072-17/+14
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-2/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-02-151-0/+1
| |\
| * | Comment typo fixes for 'descriptor'Justin P. Mattock2011-01-191-2/+2
* | | atl1[ce]: fix sparse warningsstephen hemminger2011-02-231-2/+2
* | | atl1c: Do not call device_init_wakeup() in atl1c_probe()Rafael J. Wysocki2011-02-111-1/+0
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-041-0/+1
|\ \ \ | | |/ | |/|
| * | atl1c: Add missing PCI device IDChuck Ebbert2011-02-021-0/+1
| |/
* | atl1c: remove private #define.françois romieu2011-01-202-49/+9
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-261-24/+15
|\
| * atl1c: Do not use legacy PCI power managementRafael J. Wysocki2010-12-221-24/+15
* | net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław2010-12-161-1/+1
|/
* atl1c: Fix hardware type check for enabling OTP CLKBen Hutchings2010-11-211-1/+1
* atl1c: make functions staticstephen hemminger2010-10-242-4/+4
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-1/+1
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
* drivers/net/atl1c: Remove double testJulia Lawall2010-08-281-1/+1
* atl1c: use net_device_stats from struct net_deviceEric Dumazet2010-08-212-4/+3
* atl1c: Add AR8151 v2 support and change L0s/L1 routineJie Yang2010-06-014-168/+345
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-142-4/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* | net: remove redundant codeEric Dumazet2010-03-301-1/+0
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko2010-02-221-1/+1
* atl1c: Add support for Atheros AR8152 and AR8152Luis R. Rodriguez2010-02-165-25/+191
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* drivers/net/atl1c/atl1c_main.c: use %pM to show MAC addresshartleys2010-01-071-5/+2
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-111-1/+1
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | | atl1c:use common_task instead of reset_task and link_chg_taskJie Yang2009-12-082-41/+37
* | | atl1c:add pci map direction in atl1c_buffer flagsJie Yang2009-12-082-9/+24
|/ /
* | drivers/net/atl1c: remove exceptional & on function nameJulia Lawall2009-11-181-1/+1
* | atl1c: change atl1c_buffer struct and restructure clean atl1c_buffer procedureJie Yang2009-11-072-45/+61
* | atl1c: duplicate atl1c_get_tpdJie Yang2009-10-271-2/+0
|/
* atl1c:remove compiling warningjie.yang@atheros.com2009-09-221-1/+1
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-031-8/+0
* drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-021-1/+0
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-4/+4
|\
| * atlx: strncpy does not null terminate stringRoel Kluin2009-08-091-4/+4