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
Commit message (
Expand
)
Author
Age
Files
Lines
*
dccp_diag: LISTEN sockets don't have CCIDs
Arnaldo Carvalho de Melo
2008-12-17
1
-2
/
+5
*
Phonet: USB CDC Phonet function for gadget framework
Rémi Denis-Courmont
2008-12-17
2
-0
/
+642
*
Phonet: get rid of deferred work on the transmission path
Rémi Denis-Courmont
2008-12-17
1
-63
/
+28
*
Phonet: use atomic for packet TX window
Rémi Denis-Courmont
2008-12-17
3
-19
/
+23
*
Phonet: allocate separate ARP type for GPRS over a Phonet pipe
Rémi Denis-Courmont
2008-12-17
3
-3
/
+4
*
Phonet: allocate a non-Ethernet ARP type
Rémi Denis-Courmont
2008-12-17
2
-4
/
+6
*
vcan: whitespace fixes
Oliver Hartkopp
2008-12-17
1
-10
/
+10
*
net: ppp_generic - use idr technique instead of cardmaps
Cyrill Gorcunov
2008-12-17
1
-135
/
+48
*
bnx2x: Fix namespace collision with FLOW_CTRL_{TX,RX}
David S. Miller
2008-12-16
3
-60
/
+60
*
bnx2: Don't redefine FLOW_CTRL_{RX,TX}.
David S. Miller
2008-12-16
1
-3
/
+0
*
bnx2: Update version to 1.9.0.
Michael Chan
2008-12-16
1
-3
/
+3
*
bnx2: Rename MSI-X vectors.
Michael Chan
2008-12-16
2
-2
/
+4
*
drivers/net/hamradio: Move a dereference below a NULL test
Julia Lawall
2008-12-16
1
-1
/
+2
*
phylib: Remove unnecessary "reset" fixups in genphy_setup_forced
Andy Fleming
2008-12-16
1
-17
/
+0
*
gianfar: Make all BD status writes 32-bit
Dai Haruki
2008-12-16
2
-25
/
+31
*
gianfar: Add macros for stepping through BDs
Andy Fleming
2008-12-16
2
-18
/
+15
*
gianfar: Remove unused gfar_add_fcb() function parameter
Dai Haruki
2008-12-16
1
-4
/
+4
*
gianfar: Enable padding and Optimize the frame prepended bytes handling
Dai Haruki
2008-12-16
1
-46
/
+41
*
gianfar: Fix VLAN HW feature related frame/buffer size calculation.
Dai Haruki
2008-12-16
2
-19
/
+26
*
gianfar: Fix eTSEC configuration procedure
Dai Haruki
2008-12-16
2
-13
/
+15
*
gianfar: Optimize interrupt coalescing configuration
Dai Haruki
2008-12-16
3
-38
/
+40
*
gianfar: Convert gianfar to an of_platform_driver
Andy Fleming
2008-12-16
42
-424
/
+1217
*
gianfar: Use gfar_halt to stop DMA in gfar_probe
Andy Fleming
2008-12-16
1
-13
/
+1
*
tlan: Remove broken support for big buffers
Sakari Ailus
2008-12-16
1
-134
/
+77
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-12-16
3
-9
/
+17
|
\
|
*
tlan: Fix pci memory unmapping
Sakari Ailus
2008-12-16
1
-4
/
+9
|
*
enc28j60: use netif_rx_ni() to deliver RX packets
Baruch Siach
2008-12-16
1
-1
/
+1
|
*
tlan: Fix small (< 64 bytes) datagram transmissions
Sakari Ailus
2008-12-16
1
-4
/
+6
|
*
netfilter: ctnetlink: fix missing CTA_NAT_SEQ_UNSPEC
Pablo Neira Ayuso
2008-12-16
1
-0
/
+1
*
|
ipv6: fix the outgoing interface selection order in udpv6_sendmsg()
Yang Hongyang
2008-12-16
1
-0
/
+3
*
|
ipv6: fix the return interface index when get it while no message is received
Yang Hongyang
2008-12-16
1
-4
/
+8
*
|
ipv6: Add IPV6_PKTINFO sticky option support to setsockopt()
Yang Hongyang
2008-12-16
2
-0
/
+23
*
|
net: Refactor full duplex flow control resolution
Steve Glendinning
2008-12-16
5
-92
/
+33
*
|
net: Move flow control definitions to mii.h
Steve Glendinning
2008-12-16
6
-35
/
+29
*
|
simeth: convert to net_device_ops
Alexey Dobriyan
2008-12-16
1
-5
/
+10
*
|
cxgb3: untie strict FW matching
Divy Le Ray
2008-12-16
3
-30
/
+15
*
|
vcan: convert to net_device_ops
Oliver Hartkopp
2008-12-16
1
-1
/
+5
*
|
l2tp: fix UDP checksum support
James Chapman
2008-12-16
1
-12
/
+82
*
|
Phonet: improve GPRS variable names
Rémi Denis-Courmont
2008-12-16
1
-84
/
+86
*
|
isdn: eicon: fix sparse warning: make global functions static
Hannes Eder
2008-12-16
2
-41
/
+47
*
|
ipmr: merge common code
Ilpo Järvinen
2008-12-16
1
-64
/
+39
*
|
hp100: use roundup instead of open coding
Ilpo Järvinen
2008-12-16
1
-4
/
+4
*
|
cxgb3: Add multiple Tx queue support.
Divy Le Ray
2008-12-16
4
-16
/
+31
*
|
e1000e: Add GRO support
Herbert Xu
2008-12-15
1
-1
/
+1
*
|
ethtool: Add GGRO and SGRO ops
Herbert Xu
2008-12-15
2
-2
/
+53
*
|
tcp: Add GRO support
Herbert Xu
2008-12-15
4
-0
/
+143
*
|
net: Add skb_gro_receive
Herbert Xu
2008-12-15
2
-0
/
+61
*
|
ipv4: Add GRO infrastructure
Herbert Xu
2008-12-15
2
-0
/
+100
*
|
net: Add Generic Receive Offload infrastructure
Herbert Xu
2008-12-15
3
-59
/
+219
*
|
net: Add frag_list support to GSO
Herbert Xu
2008-12-15
2
-2
/
+2
[next]