Sign in
android-kvm
/
linux
/
778c1f5ccbd95722cf84d2233c6acbf4d01a3ec7
/
drivers
/
net
/
ethernet
/
atheros
b70d846
atl1c: remove redundant assignment to variable tpd_req
by Colin Ian King
· 6 years ago
a6cdeeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
b4b12b0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
d51b6ce
net: ethernet: add ag71xx driver
by Oleksij Rempel
· 6 years ago
e62d949
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
dd4e5d6
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
66c0317
net: atheros: fix spelling mistake "underun" -> "underrun"
by Colin Ian King
· 6 years ago
fb24ea5
drivers: Remove explicit invocations of mmiowb()
by Will Deacon
· 6 years ago
70f3522
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
4593403
net: set static variable an initial value in atl2_probe()
by Mao Wenan
· 6 years ago
d270f67
net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
by Yang Wei
· 6 years ago
682a789
atheros: atl2: fix an indentaion issue on a return statement
by Colin Ian King
· 6 years ago
7509ef2
atl1c: fix indentation issue on an if statement
by Colin Ian King
· 6 years ago
7304720
atheros: atl2: replace dev_kfree_skb_any() by dev_consume_skb_any()
by Yang Wei
· 6 years ago
750afb0
cross-tree: phase out dma_zalloc_coherent()
by Luis Chamberlain
· 6 years ago
ff07d48
atl1e: checking the status of atl1e_write_phy_reg
by Kangjie Lu
· 6 years ago
7131193
net: alx: make alx_drv_name static
by Rasmus Villemoes
· 6 years ago
bd6bf7c
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 years ago
62b36c3
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
by Oza Pawandeep
· 6 years ago
713746b
atl1: remove set but not used variable 'advertising'
by YueHaibing
· 6 years ago
e641e99f
net: ethernet: remove redundant include
by zhong jiang
· 6 years ago
1972549
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
6e56830
atl1c: reserve min skb headroom
by Florian Westphal
· 7 years ago
371b4fc
net: alx: remove redundant variable old_duplex
by Colin Ian King
· 7 years ago
bc800e8
alx: take rtnl before calling __alx_open from resume
by Sabrina Dubroca
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
62d4fd4
net: atl1c: fix spelling mistake: "droppted" -> "dropped"
by Colin Ian King
· 8 years ago
bd703a1
net: atheros: atl2: don't return zero on failure path in atl2_probe()
by Alexey Khoroshilov
· 8 years ago
50fb55d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
ad61dd3
scripts/spelling.txt: add regsiter -> register spelling mistake
by Stephen Boyd
· 8 years ago
2c041af
net: alx: handle pci_alloc_irq_vectors return correctly
by Rakesh Pandit
· 8 years ago
4cc17bc
net: atheros: atl1: use offset_in_page() macro
by Geliang Tang
· 8 years ago
f3297f6
net: alx: switch to pci_alloc_irq_vectors
by Christoph Hellwig
· 8 years ago
c45f8e1
atl1e: add GRO support
by Eric Dumazet
· 8 years ago
6ad2016
drivers: net: generalize napi_complete_done()
by Eric Dumazet
· 8 years ago
4e8f2fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
185acee
alx: work around hardware bug in interrupt fallback path
by Tobias Regnery
· 8 years ago
37187a0
alx: fix fallback to msi or legacy interrupts
by Tobias Regnery
· 8 years ago
f1db5c1
alx: fix wrong condition to free descriptor memory
by Tobias Regnery
· 8 years ago
3a7f75e
alx: add feature flag for rx checksumming
by Tobias Regnery
· 8 years ago
bc1f447
net: make ndo_get_stats64 a void function
by stephen hemminger
· 8 years ago
6bdf1e0e
Makefile: drop -D__CHECK_ENDIAN__ from cflags
by Michael S. Tsirkin
· 8 years ago
d768319
alx: enable multiple tx queues
by Tobias Regnery
· 8 years ago
f58e0f7
alx: enable msi-x interrupts by default
by Tobias Regnery
· 8 years ago
2e06826
alx: prepare tx path for multi queue support
by Tobias Regnery
· 8 years ago
a4076d3
alx: prepare resource allocation for multi queue support
by Tobias Regnery
· 8 years ago
e0eac25
alx: prepare interrupt functions for multiple queues
by Tobias Regnery
· 8 years ago
702e841
alx: switch to per queue data structures
by Tobias Regnery
· 8 years ago
b099922
alx: add ability to allocate and free alx_napi structures
by Tobias Regnery
· 8 years ago
bccffcf
alx: extend data structures for multi queue support
by Tobias Regnery
· 8 years ago
8c2a4c8
alx: refactor descriptor allocation
by Tobias Regnery
· 8 years ago
a788859
net: atheros: atl2: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
1dae02b3
net: atheros: atl1: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
58046c7
net: atheros: atl1c: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
36a4e69
net: alx: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
63fb571
net: atheros: atl1e: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
67bef94
ethernet/atheros: use core min/max MTU checking
by Jarod Wilson
· 8 years ago
0ca4e20
alx: fix error handling in __alx_open
by Tobias Regnery
· 9 years ago
0c58ee0
alx: add module parameter to enable msi-x support
by Tobias Regnery
· 9 years ago
dc39a78
alx: add msi-x support
by Tobias Regnery
· 9 years ago
a0373ae
alx: factor out part of the interrupt handler
by Tobias Regnery
· 9 years ago
9ee7b68
alx: refactor msi enablement and disablement
by Tobias Regnery
· 9 years ago
6abdd5f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
b99b43b
Add Killer E2500 device ID in alx driver.
by Owen Lin
· 9 years ago
ab725983
alx: add tso support
by Tobias Regnery
· 9 years ago
9454c23
Merge branch 'pci/msi-affinity' into next
by Bjorn Helgaas
· 9 years ago
caa8e93
alx: Use pci_(request|release)_mem_regions
by Johannes Thumshirn
· 9 years ago
881d032
net: alx: Work around the DMA RX overflow issue
by Feng Tang
· 9 years ago
26c5f03
net: alx: use custom skb allocator
by Feng Tang
· 9 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
4acff37
atle1: remove LLTX support and TX_UNLOCKED
by Florian Westphal
· 9 years ago
353e3bd
atl1c: remove private tx lock
by Florian Westphal
· 9 years ago
f43bfae
atl2: Disable unimplemented scatter/gather feature
by Ben Hutchings
· 9 years ago
998fc1d
ethernet/atl1c: remove left over dead code
by Eric Engestrom
· 9 years ago
c406700c
ethernet/atheros/alx: sanitize buffer sizing and padding
by Jarod Wilson
· 9 years ago
b3e0d3d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
f2a3771
atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation
by Pavel Machek
· 9 years ago
f188b95
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
24e2416
alx: remove pointless assignment
by Jarod Wilson
· 9 years ago
0208e95
ethernet/atheros/alx: add Killer E2400 device ID
by Ben Pope
· 9 years ago
47ea032
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
by Ivan Vecera
· 9 years ago
47b344b
net: atl1c: add BQL support
by Ron Angeles
· 10 years ago
138b15e
drivers/net: remove all references to obsolete Ethernet-HOWTO
by Paul Gortmaker
· 10 years ago
18fe369
trivial: net: atl1e: atl1e_hw.h: fix 0x0x prefix
by Antonio Ospite
· 10 years ago
dbedd44
ethernet: codespell comment spelling fixes
by Joe Perches
· 10 years ago
3f3558b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
df8a39de
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
7a05dc6
alx: fix alx_poll()
by Eric Dumazet
· 10 years ago
cc73e41
atl1e: Use setup_timer
by Julia Lawall
· 10 years ago
d0e520e
atheros: atlx: Use setup_timer
by Julia Lawall
· 10 years ago
a020010
Merge Linus' tree to be be to apply submitted patches to newer code than
by Jiri Kosina
· 10 years ago
fe4e437
treewide: Fix company name in module descriptions
by Masanari Iida
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 11 years ago
1911826
atl1e: use pci_zalloc_consistent
by Joe Perches
· 11 years ago
cbda501
atl1c: remove unnecessary break after return
by Fabian Frederick
· 11 years ago
9fb1d03
atlx: remove unnecessary break after return
by Fabian Frederick
· 11 years ago
Next »