index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
atheros
/
atl1c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-4
/
+4
*
net: atl1c: fix spelling mistake: "droppted" -> "dropped"
Colin Ian King
2017-06-29
1
-1
/
+1
*
scripts/spelling.txt: add regsiter -> register spelling mistake
Stephen Boyd
2017-05-08
1
-1
/
+1
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-1
/
+1
*
net: atheros: atl1c: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-11-14
1
-24
/
+30
*
ethernet/atheros: use core min/max MTU checking
Jarod Wilson
2016-10-18
1
-15
/
+26
*
atl1c: remove private tx lock
Florian Westphal
2016-04-26
2
-13
/
+1
*
ethernet/atl1c: remove left over dead code
Eric Engestrom
2016-03-02
1
-4
/
+0
*
atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation
Pavel Machek
2015-12-04
1
-4
/
+3
*
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-10-16
1
-4
/
+0
*
net: atl1c: add BQL support
Ron Angeles
2015-08-12
1
-0
/
+10
*
ethernet: codespell comment spelling fixes
Joe Perches
2015-03-08
2
-3
/
+3
*
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2015-01-13
1
-2
/
+2
*
Merge Linus' tree to be be to apply submitted patches to newer code than
Jiri Kosina
2014-11-20
1
-1
/
+1
|
\
|
*
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-08-12
1
-1
/
+1
*
|
treewide: Fix company name in module descriptions
Masanari Iida
2014-10-29
1
-1
/
+1
|
/
*
atl1c: remove unnecessary break after return
Fabian Frederick
2014-07-20
1
-2
/
+0
*
net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate
Jiri Pirko
2014-06-06
1
-2
/
+2
*
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-05-13
1
-1
/
+1
*
atl1c: remove open-coded skb_cow_head.
françois romieu
2014-03-29
1
-7
/
+7
*
atl1c: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2014-03-24
1
-12
/
+8
*
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-16
1
-1
/
+0
*
atl1c: update statistics code
Sabrina Dubroca
2014-01-14
1
-11
/
+20
*
atl1c: Check return from pci_find_ext_capability() in atl1c_reset_pcie()
Betty Dall
2013-12-19
1
-3
/
+5
*
net: atl1c: Change variable type to bool
Peter Senna Tschudin
2013-10-03
1
-1
/
+1
*
atheros: Remove extern from function prototypes
Joe Perches
2013-09-24
1
-3
/
+3
*
atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring
Eric Dumazet
2013-07-30
2
-1
/
+42
*
Revert "atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring"
David S. Miller
2013-07-27
1
-1
/
+1
*
atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring
Neil Horman
2013-07-26
1
-1
/
+1
*
net/ethernet/atheros/atl1c/atl1c_main: Use module_pci_driver to register driver
Peter Hüwe
2013-05-22
1
-24
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-05-01
1
-12
/
+12
|
\
|
*
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
2013-04-19
1
-1
/
+1
|
*
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2013-04-19
1
-11
/
+11
*
|
treewide: Fix typos in kernel messages
Masanari Iida
2013-03-31
1
-1
/
+1
|
/
*
atl1c: restore buffer state
Huang, Xiong
2013-02-19
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net
David S. Miller
2013-02-18
1
-7
/
+64
|
\
|
*
atl1c: add error checking for pci_map_single functions
Huang, Xiong
2013-02-13
1
-7
/
+64
*
|
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
2013-02-04
1
-4
/
+2
*
|
remove init of dev->perm_addr in drivers
Jiri Pirko
2013-01-08
1
-1
/
+0
*
|
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
Jiri Pirko
2013-01-03
1
-1
/
+0
*
|
net: set dev->addr_assign_type correctly
Jiri Pirko
2013-01-03
1
-1
/
+1
|
/
*
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2012-12-07
1
-2
/
+1
*
net/atheros: remove __dev* attributes
Bill Pemberton
2012-12-03
1
-7
/
+7
*
sections: fix section conflicts in drivers/net
Andi Kleen
2012-10-06
1
-1
/
+1
*
Merge branch 'pci/stephen-const' into next
Bjorn Helgaas
2012-09-12
1
-1
/
+1
|
\
|
*
netdev: make pci_error_handlers const
Stephen Hemminger
2012-09-07
1
-1
/
+1
*
|
atl1c: Use PCI Express Capability accessors
Jiang Liu
2012-08-23
1
-1
/
+1
|
/
*
atl1c: fix issue of io access mode for AR8152 v2.1
Cloud Ren
2012-07-20
2
-1
/
+20
*
ethernet: Use eth_random_addr
Joe Perches
2012-07-16
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-07-10
1
-1
/
+0
|
\
[next]