index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pasemi_mac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
2010-01-07
1
-1
/
+1
*
drivers/net: request_irq - Remove unnecessary leading & from second arg
Joe Perches
2009-11-18
1
-2
/
+2
*
pasemi_mac: mac_to_intf() error not noticed
roel kluin
2009-04-27
1
-3
/
+4
*
net: Rework pasemi_mac driver to use of_mdio infrastructure
Grant Likely
2009-04-27
1
-24
/
+4
*
pasemi_mac: convert to net_device_ops
Alexander Beregalov
2009-04-16
1
-9
/
+14
*
net: Remove redundant NAPI functions
Ben Hutchings
2009-01-21
1
-3
/
+3
*
powerpc: Change u64/s64 to a long long integer type
Ingo Molnar
2009-01-13
1
-3
/
+3
*
net: Fix unused variable warnings in pasemi_mac.c and spider_net.c
David S. Miller
2008-12-28
1
-2
/
+0
*
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
2008-12-22
1
-3
/
+3
*
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2008-11-10
1
-1
/
+2
*
net: convert print_mac to %pM
Johannes Berg
2008-10-27
1
-3
/
+2
*
dma-mapping: add the device argument to dma_mapping_error()
FUJITA Tomonori
2008-07-26
1
-3
/
+3
*
pasemi_mac: Access iph->tot_len with correct endianness
Roland Dreier
2008-07-04
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
2008-04-21
1
-56
/
+299
|
\
|
*
pasemi_mac: Netpoll support
Nate Case
2008-04-07
1
-0
/
+23
|
*
pasemi_mac: Jumbo frame bugfixes
Olof Johansson
2008-04-07
1
-2
/
+10
|
*
pasemi_mac: basic ethtool support
Olof Johansson
2008-03-05
1
-18
/
+8
|
*
pasemi_mac: Enable GSO by default
Olof Johansson
2008-03-05
1
-1
/
+1
|
*
pasemi_mac: jumbo frame support
Olof Johansson
2008-03-05
1
-33
/
+261
|
*
pasemi_mac: Move RX/TX section enablement to dma_lib
Olof Johansson
2008-03-05
1
-6
/
+0
*
|
phy: Change mii_bus id field to a string
Andy Fleming
2008-04-16
1
-1
/
+1
|
/
*
pasemi_mac: Disable interface on close
Olof Johansson
2008-02-03
1
-0
/
+1
*
pasemi_mac: add support for setting MTU
Olof Johansson
2008-02-03
1
-72
/
+158
*
pasemi_mac: Add support for changing mac address
Olof Johansson
2008-02-03
1
-0
/
+28
*
pasemi_mac: Don't enable RX/TX without a link (if possible)
Olof Johansson
2008-01-28
1
-8
/
+33
*
pasemi_mac: Print warning when not attaching to a PHY
Olof Johansson
2008-01-28
1
-4
/
+5
*
pasemi_mac: Remove SKB copy/recycle logic
Olof Johansson
2008-01-28
1
-22
/
+3
*
pasemi_mac: SKB unmap optimization
Olof Johansson
2008-01-28
1
-14
/
+25
*
pasemi_mac: Software-based LRO support
Olof Johansson
2008-01-28
1
-4
/
+49
*
pasemi_mac: Improve RX interrupt mitigation
Olof Johansson
2008-01-28
1
-8
/
+10
*
pasemi_mac: Fix TX cleaning
Olof Johansson
2008-01-28
1
-8
/
+33
*
pasemi_mac: performance tweaks
Olof Johansson
2008-01-28
1
-46
/
+68
*
pasemi_mac: Convert to new dma library
Olof Johansson
2008-01-28
1
-272
/
+208
*
pasemi_mac: Move register definitions to include/asm-powerpc
Olof Johansson
2008-01-28
1
-0
/
+1
*
pasemi_mac: RX/TX ring management cleanup
Olof Johansson
2008-01-28
1
-130
/
+147
*
pasemi_mac: Fix reuse of free'd skb
Olof Johansson
2007-12-04
1
-1
/
+1
*
Don't claim to do IPv6 checksum offload
David Woodhouse
2007-12-04
1
-1
/
+1
*
pasemi_mac: Fix CRC checks
Olof Johansson
2007-11-10
1
-3
/
+13
*
pasemi_mac: Don't set replace-source-address descriptor bits
Olof Johansson
2007-11-10
1
-1
/
+1
*
pasemi_mac: fix typo
Olof Johansson
2007-10-23
1
-1
/
+1
*
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
[next]