Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
990c3d6f9c4115347659fc2b163907c8c832ae44
/
drivers
/
net
/
ns83820.c
cdd861d
ns83820: spin_lock_irq() => spin_lock()
by Dan Carpenter
· 14 years ago
a5d31e0
ns83820: Use predefined autoneg constants
by Denis Kirjanov
· 14 years ago
3c083ed
ns83820: Add copper device settings
by Denis Kirjanov
· 14 years ago
7457e91
ns83820: Remove unused have_optical variable.
by Denis Kirjanov
· 14 years ago
bc8acf2
drivers/net: avoid some skb->ip_summed initializations
by Eric Dumazet
· 14 years ago
1a9f28c
ns83820: Use helper to disable chip interrupts
by Denis Kirjanov
· 14 years ago
e929bc3
ns83820: Use the instance of net_device_stats from net_device.
by Kulikov Vasiliy
· 14 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
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
5b54814
net: use symbolic values for ndo_start_xmit() return codes
by Patrick McHardy
· 15 years ago
cdd0db0
net: dont update dev->trans_start
by Eric Dumazet
· 15 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
893d7de
ns83820: remove some pointless conditionals before kfree_skb()
by Wei Yongjun
· 16 years ago
5d7dce7
drivers/net/ns83820.c: fix sparse warnings: fix signedness
by Hannes Eder
· 16 years ago
fe96aaa
netdev: add missing set_mac_address hook
by Stephen Hemminger
· 16 years ago
a7d1de2
ns83820: fix net_device_ops support
by Stephen Hemminger
· 16 years ago
6557d7b
ns83820: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
e83728c
ns8320: use netdev_alloc_skb
by Stephen Hemminger
· 17 years ago
7eefb04
NET: ns83820.c remove fastcall macro
by David Miller
· 17 years ago
f5f97b5
[NET]: fix drivers/net/ns83820.c build
by Andrew Morton
· 17 years ago
4138093
[NET]: Remove FASTCALL macro
by Harvey Harrison
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
1009697
[netdrvr] ns83820: add ethtool media support
by Jeff Garzik
· 17 years ago
e78af366
NS83820: Handle multicast frames.
by YOSHIFUJI Hideaki / 吉藤英明
· 17 years ago
d14e37e
drivers/net/ns83820.c: fix a check-after-use
by Adrian Bunk
· 17 years ago
25805dc
network drivers: eliminate unneeded kill_vid code
by Stephen Hemminger
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
5c15bde
[VLAN]: Avoid a 4-order allocation.
by Dan Aloni
· 18 years ago
8d1413b
Merge branch 'master' into upstream
by Jeff Garzik
· 18 years ago
c69fda4
[PATCH] ns83820 annotations
by Al Viro
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
a319a27
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 18 years ago
84fa793
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
by Patrick McHardy
· 18 years ago
7282d49
drivers/net: const-ify ethtool_ops declarations
by Jeff Garzik
· 18 years ago
6aa20a2
drivers/net: Trim trailing whitespace
by Jeff Garzik
· 18 years ago
2991762
drivers/net: Remove deprecated use of pci_module_init()
by Jeff Garzik
· 18 years ago
3a10cce
[PATCH] lock validator: fix ns83820.c irq-flags bug
by Ingo Molnar
· 18 years ago
9b91cf9
[netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...
by Jeff Garzik
· 18 years ago
2e8a538
[netdrvr] Use dev_printk() when ethernet interface isn't available
by Jeff Garzik
· 18 years ago
1fb9df5
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
5d9428d
BUG_ON() Conversion in drivers/net/
by Eric Sesterhenn
· 19 years ago
910638a
[PATCH] Replace 0xff.. with correct DMA_xBIT_MASK
by Matthias Gehre
· 19 years ago
4615355
Merge branch 'net-const'
by Jeff Garzik
· 19 years ago
f71e130
Massive net driver const-ification.
by Arjan van de Ven
· 19 years ago
ff5688a
[PATCH] drivers/net/*: use time_after() and friends
by Marcelo Feitoza Parisi
· 19 years ago
14c8502
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
by Arnaldo Carvalho de Melo
· 19 years ago
48888cc
[PATCH] kill include/linux/eeprom.h
by Adrian Bunk
· 19 years ago
59aee3c
Merge branch 'master'
by Jeff Garzik
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
d9e3432
Merge branch 'upstream-fixes'
by Jeff Garzik
· 19 years ago
81c5873
[PATCH] ns83820: fix gfp flags type
by Randy Dunlap
· 19 years ago
3c8c7b2
Merge branch 'upstream-fixes'
by Jeff Garzik
· 19 years ago
0a1c80f
[PATCH] ns83820: fix gfp flags type
by Randy Dunlap
· 19 years ago
3173c89
[PATCH] drivers/net: fix-up schedule_timeout() usage
by Nishanth Aravamudan
· 19 years ago
689be43
[NET]: Remove gratuitous use of skb->tail in network drivers.
by David S. Miller
· 19 years ago
1e7f0bd
drivers/net/: Use the DMA_{64,32}BIT_MASK constants
by Domen Puncer
· 19 years ago
c16ef1c
[PATCH] ns83820 update
by Benjamin LaHaise
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago