index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
sc92031.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
2011-06-06
1
-0
/
+1
*
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
David Decotigny
2011-04-29
1
-1
/
+2
*
ethtool: Use full 32 bit speed range in ethtool's set_settings
David Decotigny
2011-04-29
1
-2
/
+3
*
net: Fix too optimistic NETIF_F_HW_CSUM features
Michał Mirosław
2010-12-06
1
-1
/
+2
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-10-24
1
-1
/
+1
|
\
|
*
Update broken web addresses in the kernel.
Justin P. Mattock
2010-10-18
1
-1
/
+1
*
|
ethtool: Provide a default implementation of ethtool_ops::get_drvinfo
Ben Hutchings
2010-08-17
1
-11
/
+0
|
/
*
net: trans_start cleanups
Eric Dumazet
2010-05-10
1
-2
/
+0
*
net: convert multicast list to list_head
Jiri Pirko
2010-04-03
1
-3
/
+3
*
net: convert multiple drivers to use netdev_for_each_mc_addr, part2
Jiri Pirko
2010-02-18
1
-1
/
+1
*
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
2010-02-12
1
-1
/
+1
*
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
2010-01-07
1
-1
/
+1
*
drivers/net: Move && and || to end of previous line
Joe Perches
2009-12-03
1
-7
/
+7
*
net: Use netdev_alloc_skb_ip_align()
Eric Dumazet
2009-10-13
1
-3
/
+1
*
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
1
-1
/
+2
*
New device ID for sc92031 [1088:2031]
Cesar Eduardo Barros
2009-07-20
1
-0
/
+1
*
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
1
-2
/
+2
*
sc92031: add a link to the datasheet
Cesar Eduardo Barros
2009-01-21
1
-0
/
+3
*
sc92031: use device id directly instead of made-up name
Cesar Eduardo Barros
2009-01-21
1
-6
/
+2
*
sc92031: inline SC92031_DESCRIPTION
Cesar Eduardo Barros
2009-01-21
1
-2
/
+1
*
sc92031: remove meaningless version string
Cesar Eduardo Barros
2009-01-21
1
-3
/
+0
*
sc92031: more useful banner in kernel log
Cesar Eduardo Barros
2009-01-21
1
-1
/
+9
*
netdev: add missing set_mac_address hook
Stephen Hemminger
2009-01-11
1
-0
/
+1
*
sc92031: convert to net_device_ops
Stephen Hemminger
2008-11-21
1
-11
/
+18
*
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
2008-11-03
1
-1
/
+0
*
sc92031: remove bogus unlikely()
Cesar Eduardo Barros
2008-05-30
1
-1
/
+1
*
[SC92031] Using padto turned driver into an IPv6-only interface
Gerrit Renker
2008-05-22
1
-3
/
+5
*
sc92031: use netdev_alloc_skb
Stephen Hemminger
2008-04-16
1
-1
/
+1
*
sc92031: start transmit return value bugfix
Stephen Hemminger
2008-04-16
1
-10
/
+4
*
sc92031: use net_device stats
Stephen Hemminger
2008-04-16
1
-36
/
+34
*
sc92031: sysfs link missing
Stephen Hemminger
2008-04-12
1
-0
/
+1
*
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
Jeff Garzik
2007-10-10
1
-3
/
+8
*
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
Jeff Garzik
2007-10-10
1
-4
/
+0
*
[NET]: ethtool_perm_addr only has one implementation
Matthew Wilcox
2007-07-31
1
-1
/
+0
*
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+0
*
[SC92031]: Fix priv->lock context
Herbert Xu
2007-04-09
1
-10
/
+10
*
[PATCH] Scheduled removal of SA_xxx interrupt flags fixups 2
Thomas Gleixner
2007-02-14
1
-1
/
+1
*
driver for Silan SC92031 netdev
Cesar Eduardo Barros
2007-02-05
1
-0
/
+1620