Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1458d160de3f1862aeaac57447ba96e7857ac52b
/
drivers
/
net
/
atl1e
2707fff
atl1e: do vlan cleanup
by Jiri Pirko
· 13 years ago
95cb365
net: Remove unneeded version.h includes from drivers/net/
by Jesper Juhl
· 13 years ago
43d620c
drivers/net: Remove casts of void *
by Joe Perches
· 13 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
7073949
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
by David Decotigny
· 14 years ago
c96922c
atl1e: Fix set-but-unused variable.
by David S. Miller
· 14 years ago
1c01a80
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
782d640
net: atl*: convert to hw_features
by Michał Mirosław
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
ff938e4
net: use pci_dev->revision, again
by Sergei Shtylyov
· 14 years ago
81b504b
atl1[ce]: fix sparse warnings
by stephen hemminger
· 14 years ago
ccd5c8e
atl1e: remove private #define.
by françois romieu
· 14 years ago
0d0b167
net: Fix drivers advertising HW_CSUM feature to use csum_start
by Michał Mirosław
· 14 years ago
eab6d18
vlan: Don't check for vlan group before vlan_tx_tag_present.
by Jesse Gross
· 14 years ago
bc8acf2
drivers/net: avoid some skb->ip_summed initializations
by Eric Dumazet
· 14 years ago
c061b18
drivers/net: Remove address use from assignments of function pointers
by Joe Perches
· 14 years ago
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
e743d31
drivers: net: use skb_headlen()
by Eric Dumazet
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
b05b7d9
net: remove redundant code
by Eric Dumazet
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
0ddf477
net: convert multiple drivers to use netdev_for_each_mc_addr, part3
by Jiri Pirko
· 15 years ago
ba211e3
drivers/net/atl1e: Use netdev_printk helpers
by Joe Perches
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
1b8e664
drivers/net/atl1e/atl1e_main.c: use %pM to show MAC address
by hartleys
· 15 years ago
650de8d
atl1e: Remove non-implementation of ethtool set_msglevel() operation
by Ben Hutchings
· 15 years ago
95fec16
atl1e: Remove redundant definitions of ethtool operations
by Ben Hutchings
· 15 years ago
ac93692
atl1e: Allow TX checksum offload and TSO to be disabled and reenabled
by Ben Hutchings
· 15 years ago
e004840
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
7c7afb0
atl1e:disable NETIF_F_TSO6 for hardware limit
by Jie Yang
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
89d71a6
net: Use netdev_alloc_skb_ip_align()
by Eric Dumazet
· 15 years ago
03f1899
atl1e: fix 2.6.31-git4 -- ATL1E 0000:03:00.0: DMA-API: device driver frees DMA
by Jie Yang
· 15 years ago
7ab0f27
netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations
by Ben Hutchings
· 15 years ago
0fc0b73
netdev: drivers should make ethtool_ops const
by Stephen Hemminger
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
0d6ab58
atl1e: return PCI_ERS_RESULT_DISCONNECT on permanent failure
by Dean Nelson
· 15 years ago
d8146bb
atl1*: add device_set_wakeup_enable to atl1*_set_wol
by Brandon Philips
· 15 years ago
17d0cdf
net: ntohs() misuse
by Eric Dumazet
· 15 years ago
b2f8f75
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
bdb0e01
ath1e: add new device id for asus hardware
by Greg Kroah-Hartman
· 15 years ago
cdd0db0
net: dont update dev->trans_start
by Eric Dumazet
· 15 years ago
d3f65f7
atl1: use netdev->stats
by Eric Dumazet
· 15 years ago
0ee904c
drivers/net: replace BUG() with BUG_ON() if possible
by Alexander Beregalov
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
fd8ef49
drivers/net/atl1e: fix sparse warnings: fix signedness
by Hannes Eder
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
2d5451d
net: Fix warning fallout from recent NAPI interface changes.
by David S. Miller
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
0082982
netdev: add more functions to netdevice ops
by Stephen Hemminger
· 16 years ago
1e058ab
atl1e: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
198d6ba
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
7ee0fdd
atl1e: fix broken multicast by removing unnecessary crc inversion
by J. K. Cliburn
· 16 years ago
454d7c9
netdevice: safe convert to netdev_priv() #part-1
by Wang Chen
· 16 years ago
9eeda9a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
54074d5
drivers: remove duplicated #include
by Jianjun Kong
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
a4e77d0
atl1e: remove the unneeded (struct atl1e_adapter *)
by Jie Yang
· 16 years ago
f382a0a
[netdrvr] atl1e: Don't take the mdio_lock in atl1e_probe
by Matthew Wilcox
· 16 years ago
50f684b
atl1e: multistatement if missing braces
by Ilpo Järvinen
· 16 years ago
1a3c4bc
atl1e: WAKE_MCAST 2x. 1st WAKE_UCAST?
by roel kluin
· 16 years ago
1595ab5
[netdrvr] uninline atl1e_setup_mac_ctrl()
by Adrian Bunk
· 16 years ago
d6f8aa8
[netdrvr] atl1d: fix !CONFIG_PM build
by Jeff Garzik
· 16 years ago
a6a5325
atl1e: Atheros L1E Gigabit Ethernet driver
by Jie Yang
· 16 years ago