index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
irda/sa1100_ir: convert to net_device_ops
Alexander Beregalov
2009-04-16
1
-5
/
+12
*
irda/pxaficp_ir: convert to net_device_ops
Alexander Beregalov
2009-04-16
1
-4
/
+11
*
irda/au1k_ir: convert to net_device_ops
Alexander Beregalov
2009-04-16
1
-5
/
+12
*
ibmveth: convert to net_device_ops
Alexander Beregalov
2009-04-16
1
-10
/
+16
*
hplance: convert to net_device_ops
Alexander Beregalov
2009-04-16
1
-7
/
+14
*
dm9000: convert to net_device_ops
Alexander Beregalov
2009-04-16
1
-12
/
+18
*
cpmac: convert to net_device_ops
Alexander Beregalov
2009-04-16
1
-8
/
+15
*
bmac: convert to net_device_ops
Alexander Beregalov
2009-04-16
1
-5
/
+11
*
8390(p): remove old compat_net_dev_ops code
Alexander Beregalov
2009-04-16
2
-16
/
+4
*
usbnet: remove old compat_net_dev_ops code
Alexander Beregalov
2009-04-16
1
-6
/
+0
*
ipw2x00: remove old compat_net_dev_ops code
Alexander Beregalov
2009-04-16
1
-4
/
+0
*
gro: New frags interface to avoid copying shinfo
Herbert Xu
2009-04-16
3
-30
/
+51
*
NET/r8169: Rework suspend and resume
Rafael J. Wysocki
2009-04-13
1
-22
/
+39
*
drivers/net: replace BUG() with BUG_ON() if possible
Alexander Beregalov
2009-04-13
13
-42
/
+22
*
kaweth: Clean up code
Larry Finger
2009-04-13
1
-8
/
+25
*
at76c50x-usb: remove pointless conditional before kfree_skb()
Wei Yongjun
2009-04-13
1
-2
/
+1
*
be2net: changes for checksum and segmentation offload
Ajit Khaparde
2009-04-13
1
-6
/
+22
*
ixgbe: Be explict with what we are !'ing in ixgbe_sfp_config_module_task()
Tony Breeds
2009-04-11
1
-1
/
+1
*
ixgbe: Update get_physical_layer() calls, plus a version bump
Peter P Waskiewicz Jr
2009-04-11
5
-70
/
+169
*
ixgbe: Update the usage of orig_autoc to be more consistent
PJ Waskiewicz
2009-04-11
2
-13
/
+39
*
ixgbe: Remove unnecessary PHY reset, properly identify multispeed fiber modules
PJ Waskiewicz
2009-04-11
4
-8
/
+29
*
ixgbe: Move PHY ops initialization to centralize bus accesses
PJ Waskiewicz
2009-04-11
4
-50
/
+107
*
ixgbe: Don't return error in flow control configuration if FC is off
PJ Waskiewicz
2009-04-11
2
-6
/
+10
*
ixgbe: add define to support 82599 64 IVAR registers
Don Skidmore
2009-04-11
1
-0
/
+1
*
ixgbe: add support for addition VT_CTL defines
Don Skidmore
2009-04-11
1
-0
/
+2
*
ixgbe: fix IXGBE_MTQC values
Don Skidmore
2009-04-11
1
-1
/
+2
*
ixgbe: Enable another bit for flow control operation
PJ Waskiewicz
2009-04-11
2
-0
/
+2
*
sfc: Don't specify unexistent IRQ
Jean Delvare
2009-04-08
2
-5
/
+0
*
netxen: cache align register map table
Dhananjay Phadke
2009-04-08
1
-1
/
+2
*
netxen: enable GRO support
Amit Kumar Salecha
2009-04-08
2
-3
/
+5
*
netxen: enable rss for NX2031
Dhananjay Phadke
2009-04-08
4
-43
/
+137
*
netxen: sanitize function names
Dhananjay Phadke
2009-04-08
7
-406
/
+233
*
netxen: annotate register access functions
Dhananjay Phadke
2009-04-08
7
-344
/
+239
*
netxen: allocate status rings dynamically
Dhananjay Phadke
2009-04-08
2
-6
/
+30
*
netxen: async link event handling
Dhananjay Phadke
2009-04-08
6
-57
/
+263
*
netxen: defer firmware handshake
Dhananjay Phadke
2009-04-08
3
-42
/
+22
*
netxen: refactor transmit code
Dhananjay Phadke
2009-04-08
5
-120
/
+108
*
netxen: refactor netxen_adapter
Dhananjay Phadke
2009-04-08
3
-59
/
+39
*
netxen: code cleanup
Dhananjay Phadke
2009-04-08
8
-256
/
+146
*
dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)
Yang Hongyang
2009-04-07
1
-2
/
+2
*
dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)
Yang Hongyang
2009-04-07
3
-13
/
+13
*
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
58
-102
/
+98
*
dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)
Yang Hongyang
2009-04-07
2
-6
/
+6
*
dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)
Yang Hongyang
2009-04-07
4
-7
/
+7
*
dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48)
Yang Hongyang
2009-04-07
1
-1
/
+1
*
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
2009-04-07
29
-56
/
+53
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2009-04-06
15
-14136
/
+324
|
\
|
*
b44: Use kernel DMA addresses for the kernel DMA API
Michael Buesch
2009-04-06
1
-1
/
+1
|
*
forcedeth: Fix resume from hibernation regression.
Ed Swierk
2009-04-06
1
-0
/
+3
|
*
ibm_newemac: Fix dangerous struct assumption
Jean Delvare
2009-04-06
1
-1
/
+1
[next]