index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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
*
pasemi_mac: enable iommu support
Olof Johansson
2007-10-10
1
-13
/
+37
*
pasemi_mac: use buffer index pointer in clean_rx()
Olof Johansson
2007-10-10
1
-27
/
+33
*
pasemi_mac: clear out old errors on interface open
Olof Johansson
2007-10-10
1
-13
/
+44
*
pasemi_mac: update todo list
Olof Johansson
2007-10-10
1
-4
/
+2
*
pasemi_mac: further performance tweaks
Olof Johansson
2007-10-10
1
-45
/
+47
*
pasemi_mac: add local skb alignment
Olof Johansson
2007-10-10
1
-5
/
+16
*
pasemi_mac: workaround for erratum 5971
Olof Johansson
2007-10-10
1
-1
/
+8
*
pasemi_mac: implement sg support
Olof Johansson
2007-10-10
1
-46
/
+117
*
pasemi_mac: rework ring management
Olof Johansson
2007-10-10
1
-110
/
+103
*
pasemi_mac: fix bug in receive buffer dma mapping
Olof Johansson
2007-10-10
1
-1
/
+1
*
pasemi_mac: basic error checking
Olof Johansson
2007-10-10
1
-5
/
+41
*
pasemi_mac: pass in count of buffers to replenish rx ring with
Olof Johansson
2007-10-10
1
-13
/
+8
*
pasemi_mac: don't enable rx before there are buffers on the ring
Olof Johansson
2007-10-10
1
-10
/
+11
*
pasemi_mac: flags as passed to spin_*_irqsave() should be unsigned long
Olof Johansson
2007-10-10
1
-2
/
+2
*
pasemi_mac: set interface speed correctly on XAUI ports
Olof Johansson
2007-10-10
1
-1
/
+4
*
[PASEMI_MAC]: remove unused function
Satyam Sharma
2007-10-10
1
-5
/
+0
*
[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
[next]