index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pasemi_mac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
2007-10-10
1
-3
/
+3
*
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
Jeff Garzik
2007-10-10
1
-13
/
+4
*
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
2007-10-10
1
-1
/
+0
*
pasemi_mac: Clean TX ring in poll
Olof Johansson
2007-10-10
1
-0
/
+1
*
pasemi_mac: Enable LLTX
Olof Johansson
2007-10-10
1
-1
/
+1
*
pasemi_mac: Fix RX checksum flags
Olof Johansson
2007-10-10
1
-1
/
+1
*
pasemi_mac: Fix TX ring wrap checking
Olof Johansson
2007-10-10
1
-11
/
+14
*
pasemi_mac: Batch up TX buffer frees
Olof Johansson
2007-10-10
1
-10
/
+29
*
pasemi_mac: RX performance tweaks
Olof Johansson
2007-10-10
1
-8
/
+12
*
pasemi_mac: Fix memcpy amount for short receives
Olof Johansson
2007-10-10
1
-3
/
+1
*
pasemi_mac: Enable L2 caching of packet headers
Olof Johansson
2007-10-10
1
-1
/
+4
*
pasemi_mac: Stop using the pci config space accessors for register read/writes
Olof Johansson
2007-10-10
1
-41
/
+91
*
pasemi_mac: Abstract out register access
Olof Johansson
2007-10-10
1
-94
/
+101
*
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
2007-10-10
1
-20
/
+16
*
pasemi_mac: Fix TX interrupt threshold
Olof Johansson
2007-07-08
1
-1
/
+1
*
pasemi_mac: Fix local-mac-address parsing
olof@lixom.net
2007-05-15
1
-3
/
+14
*
pasemi_mac: Terminate PCI ID list
olof@lixom.net
2007-05-15
1
-0
/
+1
*
pasemi_mac: Interrupt ack fixes
Olof Johansson
2007-05-15
1
-14
/
+13
*
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2007-05-08
1
-93
/
+311
|
\
|
*
pasemi_mac: Use local-mac-address instead of mac-address if available
Olof Johansson
2007-05-08
1
-1
/
+6
|
*
pasemi_mac: PHY support
Olof Johansson
2007-05-08
1
-0
/
+126
|
*
pasemi_mac: Add msglevel support and "debug" module param
Olof Johansson
2007-05-08
1
-4
/
+21
|
*
pasemi_mac: Logic cleanup / rx performance improvements
Olof Johansson
2007-05-08
1
-38
/
+37
|
*
pasemi_mac: Minor cleanup / define fixes
Olof Johansson
2007-05-08
1
-6
/
+0
|
*
pasemi_mac: Add SKB reuse / copy-break
Olof Johansson
2007-05-08
1
-7
/
+24
|
*
pasemi_mac: Timer and interrupt fixes
Olof Johansson
2007-05-08
1
-12
/
+29
|
*
pasemi_mac: Abstract and fix up interrupt restart routines
Olof Johansson
2007-05-08
1
-3
/
+41
|
*
pasemi_mac: Move the IRQ mapping from the PCI layer to the driver
Olof Johansson
2007-05-08
1
-9
/
+21
|
*
pasemi_mac: A couple of minor bugfixes.
Olof Johansson
2007-05-08
1
-15
/
+8
*
|
[POWERPC] Rename get_property to of_get_property: drivers
Stephen Rothwell
2007-05-02
1
-1
/
+1
|
/
*
[SK_BUFF]: Introduce skb_network_header_len
Arnaldo Carvalho de Melo
2007-04-25
1
-2
/
+2
*
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
2007-04-25
1
-2
/
+4
*
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
2007-04-25
1
-2
/
+0
*
PA Semi PWRficient Ethernet driver
Olof Johansson
2007-02-05
1
-0
/
+1019