Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
c14f35c70e068392ccae0b2d6f755baea5eed4d6
/
drivers
/
net
/
pasemi_mac.c
bc8acf2
drivers/net: avoid some skb->ip_summed initializations
by Eric Dumazet
· 14 years ago
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
15b8e19
pasemi_mac: mac_to_intf() error not noticed
by roel kluin
· 16 years ago
1dd2d06
net: Rework pasemi_mac driver to use of_mdio infrastructure
by Grant Likely
· 16 years ago
9e0ac84
pasemi_mac: convert to net_device_ops
by Alexander Beregalov
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
fe33332
powerpc: Change u64/s64 to a long long integer type
by Ingo Molnar
· 16 years ago
59c5ea6
net: Fix unused variable warnings in pasemi_mac.c and spider_net.c
by David S. Miller
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
fb28ad3
net: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
8d8bb39
dma-mapping: add the device argument to dma_mapping_error()
by FUJITA Tomonori
· 16 years ago
7732123
pasemi_mac: Access iph->tot_len with correct endianness
by Roland Dreier
· 16 years ago
9a64388
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
9d9326d
phy: Change mii_bus id field to a string
by Andy Fleming
· 17 years ago
6e62040
pasemi_mac: Netpoll support
by Nate Case
· 17 years ago
1724ac2
pasemi_mac: Jumbo frame bugfixes
by Olof Johansson
· 17 years ago
e37c772
pasemi_mac: basic ethtool support
by Olof Johansson
· 17 years ago
2515678
pasemi_mac: Enable GSO by default
by Olof Johansson
· 17 years ago
8d636d8
pasemi_mac: jumbo frame support
by Olof Johansson
· 17 years ago
afea327
pasemi_mac: Move RX/TX section enablement to dma_lib
by Olof Johansson
· 17 years ago
1145d95
pasemi_mac: Disable interface on close
by Olof Johansson
· 17 years ago
ef1ea0b
pasemi_mac: add support for setting MTU
by Olof Johansson
· 17 years ago
5cea73b
pasemi_mac: Add support for changing mac address
by Olof Johansson
· 17 years ago
b0cd2f9
pasemi_mac: Don't enable RX/TX without a link (if possible)
by Olof Johansson
· 17 years ago
8304b63
pasemi_mac: Print warning when not attaching to a PHY
by Olof Johansson
· 17 years ago
5d89494
pasemi_mac: Remove SKB copy/recycle logic
by Olof Johansson
· 17 years ago
7e9916e
pasemi_mac: SKB unmap optimization
by Olof Johansson
· 17 years ago
28ae79f
pasemi_mac: Software-based LRO support
by Olof Johansson
· 17 years ago
906674a
pasemi_mac: Improve RX interrupt mitigation
by Olof Johansson
· 17 years ago
61cec3b
pasemi_mac: Fix TX cleaning
by Olof Johansson
· 17 years ago
5c15332
pasemi_mac: performance tweaks
by Olof Johansson
· 17 years ago
34c2062
pasemi_mac: Convert to new dma library
by Olof Johansson
· 17 years ago
40afa53
pasemi_mac: Move register definitions to include/asm-powerpc
by Olof Johansson
· 17 years ago
72b05b9
pasemi_mac: RX/TX ring management cleanup
by Olof Johansson
· 17 years ago
4352d82
pasemi_mac: Fix reuse of free'd skb
by Olof Johansson
· 17 years ago
0581d3f
Don't claim to do IPv6 checksum offload
by David Woodhouse
· 17 years ago
32bee77
pasemi_mac: Fix CRC checks
by Olof Johansson
· 17 years ago
dbd62af
pasemi_mac: Don't set replace-source-address descriptor bits
by Olof Johansson
· 17 years ago
de05238
pasemi_mac: fix typo
by Olof Johansson
· 17 years ago
af289e8
pasemi_mac: enable iommu support
by Olof Johansson
· 17 years ago
b5254ee
pasemi_mac: use buffer index pointer in clean_rx()
by Olof Johansson
· 17 years ago
9e81d33
pasemi_mac: clear out old errors on interface open
by Olof Johansson
· 17 years ago
7ddeae2
pasemi_mac: update todo list
by Olof Johansson
· 17 years ago
ad5da10
pasemi_mac: further performance tweaks
by Olof Johansson
· 17 years ago
8dc121a
pasemi_mac: add local skb alignment
by Olof Johansson
· 17 years ago
9a50beb
pasemi_mac: workaround for erratum 5971
by Olof Johansson
· 17 years ago
ad3c20d
pasemi_mac: implement sg support
by Olof Johansson
· 17 years ago
fc9e4d2
pasemi_mac: rework ring management
by Olof Johansson
· 17 years ago
18eec69
pasemi_mac: fix bug in receive buffer dma mapping
by Olof Johansson
· 17 years ago
69c29d8
pasemi_mac: basic error checking
by Olof Johansson
· 17 years ago
928773c
pasemi_mac: pass in count of buffers to replenish rx ring with
by Olof Johansson
· 17 years ago
3603376
pasemi_mac: don't enable rx before there are buffers on the ring
by Olof Johansson
· 17 years ago
ca7e235
pasemi_mac: flags as passed to spin_*_irqsave() should be unsigned long
by Olof Johansson
· 17 years ago
6a290e3
pasemi_mac: set interface speed correctly on XAUI ports
by Olof Johansson
· 17 years ago
dcffde5
[PASEMI_MAC]: remove unused function
by Satyam Sharma
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
09f75cd
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
by Jeff Garzik
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
829185e
pasemi_mac: Clean TX ring in poll
by Olof Johansson
· 17 years ago
6fba848
pasemi_mac: Enable LLTX
by Olof Johansson
· 17 years ago
38bf318
pasemi_mac: Fix RX checksum flags
by Olof Johansson
· 17 years ago
021fa22
pasemi_mac: Fix TX ring wrap checking
by Olof Johansson
· 17 years ago
02df6cf
pasemi_mac: Batch up TX buffer frees
by Olof Johansson
· 17 years ago
26fcfa9
pasemi_mac: RX performance tweaks
by Olof Johansson
· 17 years ago
7334486
pasemi_mac: Fix memcpy amount for short receives
by Olof Johansson
· 17 years ago
c0efd52
pasemi_mac: Enable L2 caching of packet headers
by Olof Johansson
· 17 years ago
b6e05a1
pasemi_mac: Stop using the pci config space accessors for register read/writes
by Olof Johansson
· 17 years ago
a85b942
pasemi_mac: Abstract out register access
by Olof Johansson
· 17 years ago
bea3348
[NET]: Make NAPI polling independent of struct net_device objects.
by Stephen Hemminger
· 17 years ago
7c00db3
pasemi_mac: Fix TX interrupt threshold
by Olof Johansson
· 17 years ago
1af7f05
pasemi_mac: Fix local-mac-address parsing
by olof@lixom.net
· 17 years ago
fd17825
pasemi_mac: Terminate PCI ID list
by olof@lixom.net
· 17 years ago
52a9435
pasemi_mac: Interrupt ack fixes
by Olof Johansson
· 17 years ago
9028780
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 17 years ago
a5fd22e
pasemi_mac: Use local-mac-address instead of mac-address if available
by Olof Johansson
· 17 years ago
bb6e959
pasemi_mac: PHY support
by Olof Johansson
· 17 years ago
ceb5136
pasemi_mac: Add msglevel support and "debug" module param
by Olof Johansson
· 17 years ago
cd4ceb2
pasemi_mac: Logic cleanup / rx performance improvements
by Olof Johansson
· 17 years ago
cfa8007
pasemi_mac: Minor cleanup / define fixes
by Olof Johansson
· 17 years ago
9f05cfe
pasemi_mac: Add SKB reuse / copy-break
by Olof Johansson
· 17 years ago
6dfa752
pasemi_mac: Timer and interrupt fixes
by Olof Johansson
· 17 years ago
1b0335ea
pasemi_mac: Abstract and fix up interrupt restart routines
by Olof Johansson
· 17 years ago
771f740
pasemi_mac: Move the IRQ mapping from the PCI layer to the driver
by Olof Johansson
· 17 years ago
0ce68c7
pasemi_mac: A couple of minor bugfixes.
by Olof Johansson
· 18 years ago
40cd3a4
[POWERPC] Rename get_property to of_get_property: drivers
by Stephen Rothwell
· 18 years ago
cfe1fc7
[SK_BUFF]: Introduce skb_network_header_len
by Arnaldo Carvalho de Melo
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
d56f90a
[SK_BUFF]: Introduce skb_network_header()
by Arnaldo Carvalho de Melo
· 18 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
f5cd787
PA Semi PWRficient Ethernet driver
by Olof Johansson
· 18 years ago