index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
sis190.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-23
sis190: read the mac address from the eeprom first
Francois Romieu
1
-5
/
+10
2008-02-11
drivers/net/sis190: fix section mismatch warning in sis190_get_mac_addr
Sergio Luis
1
-1
/
+2
2008-02-03
[netdrvr] sis190: build fix
Jeff Garzik
1
-1
/
+1
2008-01-23
sis190: scheduling while atomic error
Francois Romieu
1
-2
/
+0
2008-01-23
sis190: mdio operation failure is not correctly detected
Francois Romieu
1
-1
/
+1
2008-01-23
sis190: remove duplicate INIT_WORK
Francois Romieu
1
-2
/
+0
2008-01-23
sis190: add cmos ram access code for the SiS19x/968 chipset pair
Francois Romieu
1
-6
/
+9
2007-12-17
sis190 endianness
Al Viro
1
-4
/
+4
2007-12-14
drivers/net/sis190.c section fix
Adrian Bunk
1
-1
/
+1
2007-10-10
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-6
/
+4
2007-10-10
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
Jeff Garzik
1
-14
/
+5
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
1
-1
/
+0
2007-10-10
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
1
-17
/
+2
2007-08-07
sis190 check for ISA bridge on SiS966
Neil Muller
1
-0
/
+3
2007-07-10
[NET]: Kill eth_copy_and_sum().
David S. Miller
1
-1
/
+1
2007-04-25
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-1
/
+0
2007-03-29
sis190: new PHY support
Francois Romieu
1
-0
/
+1
2007-02-20
sis190: RTNL and flush_scheduled_work deadlock
Francois Romieu
1
-2
/
+5
2007-01-18
sis190: failure to set the MAC address from EEPROM
Francois Romieu
1
-1
/
+1
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-5
/
+8
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
2006-09-13
drivers/net: const-ify ethtool_ops declarations
Jeff Garzik
1
-1
/
+1
2006-09-12
Merge branch 'tmp' into upstream
Jeff Garzik
1
-3
/
+0
2006-09-12
[PATCH] Remove more unnecessary driver printk's
Andy Gospodarek
1
-3
/
+0
2006-08-19
drivers/net: Remove deprecated use of pci_module_init()
Jeff Garzik
1
-1
/
+1
2006-07-02
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-23
[NET]: Avoid allocating skb in skb_pad
Herbert Xu
1
-2
/
+1
2006-03-03
Massive net driver const-ification.
Arjan van de Ven
1
-1
/
+1
2006-02-16
sis190: early setting of the pci driver private data
Francois Romieu
1
-2
/
+2
2006-01-10
[PATCH] turn "const static" into "static const"
Jesper Juhl
1
-1
/
+1
2005-10-28
[PATCH] sis190.c: fix multicast MAC filter
Aurelien Jarno
1
-1
/
+1
2005-09-05
[PATCH] sis190: basic sis191 support
Francois Romieu
1
-3
/
+3
2005-09-05
[PATCH] sis190: RGMII Tx internal delay fiddling
Francois Romieu
1
-2
/
+17
2005-09-05
[PATCH] sis190: make 10Mbps the default when handling the StationControl regi...
Francois Romieu
1
-37
/
+21
2005-09-05
[PATCH] sis190: recent chipsets from SiS include a RGMII
Francois Romieu
1
-4
/
+45
2005-09-05
[PATCH] sis190: unmask the link change events
Francois Romieu
1
-1
/
+2
2005-08-26
[PATCH] sis190: complete the mii probe before registering the netdevice
Francois Romieu
1
-11
/
+12
2005-07-30
[PATCH] sis190: compare the lpa to the local advertisement
Francois Romieu
1
-1
/
+6
2005-07-30
[PATCH] sis190: PHY identifier for the K8S-MX motherboard.
Francois Romieu
1
-0
/
+1
2005-07-30
[PATCH] sis190: new PHY detection code.
Francois Romieu
1
-7
/
+209
2005-07-30
[PATCH] sis190: dummy read is required by the status register
Francois Romieu
1
-1
/
+8
2005-07-30
[PATCH] sis190: allow a non-hardcoded ID for the PHY.
Francois Romieu
1
-20
/
+18
2005-07-30
[PATCH] sis190: add endian annotations.
Francois Romieu
1
-9
/
+9
2005-07-30
[PATCH] sis190: extract bits definition from SiS driver.
Francois Romieu
1
-28
/
+74
2005-07-30
[PATCH] sis190: the size of the Rx buffer is constrained
Francois Romieu
1
-1
/
+7
2005-07-30
[PATCH] sis190: initialisation of MAC address.
Francois Romieu
1
-16
/
+138
2005-07-30
[PATCH] sis190: remove hardcoded constants.
Francois Romieu
1
-10
/
+18
2005-07-30
[PATCH] sis190: merge some register related information from SiS driver.
Francois Romieu
1
-9
/
+22
2005-07-30
[PATCH] sis190: ethtool/mii support.
Francois Romieu
1
-0
/
+60
2005-07-30
[PATCH] sis190: netconsole support.
Francois Romieu
1
-0
/
+15
[next]