index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
sb1250-mac.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-24
net: move sb1250-mac's probe function to .devinit.text
Uwe Kleine-König
1
-1
/
+1
2009-07-06
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-1
/
+1
2009-06-13
net: use symbolic values for ndo_start_xmit() return codes
Patrick McHardy
1
-1
/
+1
2009-05-05
net: remove driver_data direct access of struct device from more drivers
Greg Kroah-Hartman
1
-3
/
+3
2009-04-16
sb1250-mac: convert to net_device_ops
Alexander Beregalov
1
-12
/
+17
2009-03-30
trivial: Fix misspelling of firmware
Nick Andrew
1
-1
/
+1
2009-01-27
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-5
/
+5
2009-01-22
net: Remove redundant NAPI functions
Ben Hutchings
1
-3
/
+3
2008-12-23
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
1
-3
/
+3
2008-10-28
net: convert print_mac to %pM
Johannes Berg
1
-3
/
+2
2008-10-09
phylib: move to dynamic allocation of struct mii_bus
Lennert Buytenhek
1
-14
/
+22
2008-10-09
phylib: rename mii_bus::dev to mii_bus::parent
Lennert Buytenhek
1
-1
/
+1
2008-09-25
[netdrvr] convert sbmac tx to spin_lock_irqsave to prevent early IRQ enable
Weiwei Wang
1
-5
/
+7
2008-05-26
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-36
/
+31
2008-05-22
sb1250: use netdev_alloc_skb
Stephen Hemminger
1
-36
/
+31
2008-05-13
[netdrvr] Trim trailing whitespace for several drivers
Jeff Garzik
1
-1
/
+1
2008-04-17
phy: Change mii_bus id field to a string
Andy Fleming
1
-1
/
+1
2007-10-11
sb1250-mac: Driver model & phylib update
Maciej W. Rozycki
1
-600
/
+519
2007-10-11
sb1250-mac.c: De-typedef, de-volatile, de-etc...
Maciej W. Rozycki
1
-136
/
+142
2007-10-11
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-4
/
+3
2007-10-11
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
Jeff Garzik
1
-28
/
+11
2007-10-11
drivers/net/sb1250-mac.c: kmalloc + memset conversion to kcalloc
Mariusz Kozlowski
1
-4
/
+2
2007-10-11
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
1
-29
/
+18
2007-07-06
potential compiler error, irqfunc caller sites update
Yoann Padioleau
1
-1
/
+1
2007-04-28
add NAPI support to sb1250-mac.c
Mark Mason
1
-92
/
+179
2007-04-28
Netpoll support for Sibyte MAC
Deepak Saxena
1
-0
/
+23
2007-04-26
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-3
/
+0
2007-03-24
[MIPS] SB1250: Fix bugs/warnings by creative use of volatile.
Ralf Baechle
1
-1
/
+1
2006-10-21
[PATCH] Remove useless comment from sb1250
Dave Jones
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
2006-09-12
[PATCH] Remove more unnecessary driver printk's
Andy Gospodarek
1
-9
/
+0
2006-07-03
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-04
[PATCH] sb1250-mac: Add support for the BCM1480
Ralf Baechle
1
-39
/
+70
2005-10-21
[PATCH] sb1250-mac: PHY probing fixes.
Ralf Baechle
1
-0
/
+36
2005-10-20
[PATCH] sb1250-mac: Whitespace cleanup.
Ralf Baechle
1
-515
/
+515
2005-10-20
[PATCH] sb1250-mac: Get rid of all the funny SBMAC_WRITECSR and SBMAC_READCSR...
Ralf Baechle
1
-171
/
+132
2005-10-19
[PATCH] sb1250-mac: Ensure 16-byte alignment of the descriptor ring.
Ralf Baechle
1
-1
/
+8
2005-10-19
[PATCH] sb1250-mac: Check the actual setting for reporting hw checksumming.
Ralf Baechle
1
-1
/
+1
2005-06-29
[NET]: Remove gratuitous use of skb->tail in network drivers.
David S. Miller
1
-2
/
+2
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+2920