index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
sis190.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[netdrvr] Trim trailing whitespace for several drivers
Jeff Garzik
2008-05-13
1
-1
/
+1
*
sis190: account for Tx errors
Francois Romieu
2008-04-27
1
-3
/
+35
*
sis190: remove needless MII reset
Francois Romieu
2008-04-27
1
-3
/
+2
*
sis190: Rx path update
Francois Romieu
2008-04-27
1
-26
/
+28
*
sis190: use netdev_alloc_skb
Stephen Hemminger
2008-04-27
1
-13
/
+13
*
sis190: hard-code the alignment of tiny packets
Stephen Hemminger
2008-04-27
1
-2
/
+2
*
sis190: use the allocated buffer as a status code in sis190_alloc_rx_skb
Stephen Hemminger
2008-04-27
1
-22
/
+15
*
sis190: read the mac address from the eeprom first
Francois Romieu
2008-02-23
1
-5
/
+10
*
drivers/net/sis190: fix section mismatch warning in sis190_get_mac_addr
Sergio Luis
2008-02-11
1
-1
/
+2
*
[netdrvr] sis190: build fix
Jeff Garzik
2008-02-03
1
-1
/
+1
*
sis190: scheduling while atomic error
Francois Romieu
2008-01-23
1
-2
/
+0
*
sis190: mdio operation failure is not correctly detected
Francois Romieu
2008-01-23
1
-1
/
+1
*
sis190: remove duplicate INIT_WORK
Francois Romieu
2008-01-23
1
-2
/
+0
*
sis190: add cmos ram access code for the SiS19x/968 chipset pair
Francois Romieu
2008-01-23
1
-6
/
+9
*
sis190 endianness
Al Viro
2007-12-17
1
-4
/
+4
*
drivers/net/sis190.c section fix
Adrian Bunk
2007-12-14
1
-1
/
+1
*
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
2007-10-10
1
-6
/
+4
*
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
Jeff Garzik
2007-10-10
1
-14
/
+5
*
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
2007-10-10
1
-1
/
+0
*
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
2007-10-10
1
-17
/
+2
*
sis190 check for ISA bridge on SiS966
Neil Muller
2007-08-07
1
-0
/
+3
*
[NET]: Kill eth_copy_and_sum().
David S. Miller
2007-07-10
1
-1
/
+1
*
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+0
*
sis190: new PHY support
Francois Romieu
2007-03-29
1
-0
/
+1
*
sis190: RTNL and flush_scheduled_work deadlock
Francois Romieu
2007-02-20
1
-2
/
+5
*
sis190: failure to set the MAC address from EEPROM
Francois Romieu
2007-01-18
1
-1
/
+1
*
WorkStruct: make allyesconfig
David Howells
2006-11-22
1
-5
/
+8
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
1
-2
/
+2
*
drivers/net: const-ify ethtool_ops declarations
Jeff Garzik
2006-09-13
1
-1
/
+1
*
Merge branch 'tmp' into upstream
Jeff Garzik
2006-09-12
1
-3
/
+0
|
\
|
*
[PATCH] Remove more unnecessary driver printk's
Andy Gospodarek
2006-09-12
1
-3
/
+0
*
|
drivers/net: Remove deprecated use of pci_module_init()
Jeff Garzik
2006-08-19
1
-1
/
+1
|
/
*
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-1
/
+1
*
[NET]: Avoid allocating skb in skb_pad
Herbert Xu
2006-06-23
1
-2
/
+1
*
Massive net driver const-ification.
Arjan van de Ven
2006-03-03
1
-1
/
+1
*
sis190: early setting of the pci driver private data
Francois Romieu
2006-02-16
1
-2
/
+2
*
[PATCH] turn "const static" into "static const"
Jesper Juhl
2006-01-10
1
-1
/
+1
*
[PATCH] sis190.c: fix multicast MAC filter
Aurelien Jarno
2005-10-28
1
-1
/
+1
*
[PATCH] sis190: basic sis191 support
Francois Romieu
2005-09-05
1
-3
/
+3
*
[PATCH] sis190: RGMII Tx internal delay fiddling
Francois Romieu
2005-09-05
1
-2
/
+17
*
[PATCH] sis190: make 10Mbps the default when handling the StationControl regi...
Francois Romieu
2005-09-05
1
-37
/
+21
*
[PATCH] sis190: recent chipsets from SiS include a RGMII
Francois Romieu
2005-09-05
1
-4
/
+45
*
[PATCH] sis190: unmask the link change events
Francois Romieu
2005-09-05
1
-1
/
+2
*
[PATCH] sis190: complete the mii probe before registering the netdevice
Francois Romieu
2005-08-26
1
-11
/
+12
*
[PATCH] sis190: compare the lpa to the local advertisement
Francois Romieu
2005-07-30
1
-1
/
+6
*
[PATCH] sis190: PHY identifier for the K8S-MX motherboard.
Francois Romieu
2005-07-30
1
-0
/
+1
*
[PATCH] sis190: new PHY detection code.
Francois Romieu
2005-07-30
1
-7
/
+209
*
[PATCH] sis190: dummy read is required by the status register
Francois Romieu
2005-07-30
1
-1
/
+8
*
[PATCH] sis190: allow a non-hardcoded ID for the PHY.
Francois Romieu
2005-07-30
1
-20
/
+18
*
[PATCH] sis190: add endian annotations.
Francois Romieu
2005-07-30
1
-9
/
+9
[next]