aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/atl1c
Commit message (Expand)AuthorAge
* atl1[ce]: fix sparse warningsstephen hemminger2011-02-23
* atl1c: Do not call device_init_wakeup() in atl1c_probe()Rafael J. Wysocki2011-02-11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-04
|\
| * atl1c: Add missing PCI device IDChuck Ebbert2011-02-02
* | atl1c: remove private #define.françois romieu2011-01-20
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-27
|\
| * atl1c: Do not use legacy PCI power managementRafael J. Wysocki2010-12-22
* | net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław2010-12-16
|/
* atl1c: Fix hardware type check for enabling OTP CLKBen Hutchings2010-11-21
* atl1c: make functions staticstephen hemminger2010-10-24
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-21
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-02
* drivers/net/atl1c: Remove double testJulia Lawall2010-08-28
* atl1c: use net_device_stats from struct net_deviceEric Dumazet2010-08-22
* atl1c: Add AR8151 v2 support and change L0s/L1 routineJie Yang2010-06-01
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | net: convert multicast list to list_headJiri Pirko2010-04-03
* | net: remove redundant codeEric Dumazet2010-03-31
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko2010-02-22
* atl1c: Add support for Atheros AR8152 and AR8152Luis R. Rodriguez2010-02-16
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-08
* drivers/net/atl1c/atl1c_main.c: use %pM to show MAC addresshartleys2010-01-07
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-11
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-09
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-04
* | | atl1c:use common_task instead of reset_task and link_chg_taskJie Yang2009-12-08
* | | atl1c:add pci map direction in atl1c_buffer flagsJie Yang2009-12-08
|/ /
* | drivers/net/atl1c: remove exceptional & on function nameJulia Lawall2009-11-18
* | atl1c: change atl1c_buffer struct and restructure clean atl1c_buffer procedureJie Yang2009-11-07
* | atl1c: duplicate atl1c_get_tpdJie Yang2009-10-28
|/
* atl1c:remove compiling warningjie.yang@atheros.com2009-09-22
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-03
* drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-03
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-02
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-01
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-12
|\
| * atlx: strncpy does not null terminate stringRoel Kluin2009-08-10
* | atl1c: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-02
|/
* atl1c: misplaced parenthesisroel kluin2009-07-16
* atl1c: add missing parenthesesroel kluin2009-07-16
* atl1*: add device_set_wakeup_enable to atl1*_set_wolBrandon Philips2009-06-25
* atl1c: WAKE_MCAST tested twice, not WAKE_UCASTRoel Kluin2009-06-11
* atl1c_main.c: add wait_for_idle routineJoe Perches2009-06-01
* net: dont update dev->trans_startEric Dumazet2009-05-29
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-19
|\
| * Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang2009-04-13
* | atl1c: disable L1/L0s when link detectedJie Yang2009-04-28
|/
* atl1c: remove duplicated #includeHuang Weiyi2009-03-23