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
*
nf_conntrack_proto_sctp: Stop using NLA_PUT*().
David S. Miller
2012-04-01
1
-12
/
+10
*
nf_conntrack_proto_tcp: Stop using NLA_PUT*().
David S. Miller
2012-04-01
1
-33
/
+35
*
nf_conntrack_proto_udp{,lite}: Stop using NLA_PUT*().
David S. Miller
2012-04-01
2
-8
/
+10
*
nfnetlink_acct: Stop using NLA_PUT*().
David S. Miller
2012-04-01
1
-4
/
+6
*
nfnetlink_cttimeout: Stop using NLA_PUT*().
David S. Miller
2012-04-01
1
-5
/
+6
*
nfnetlink_log: Stop using NLA_PUT*().
David S. Miller
2012-04-01
1
-42
/
+58
*
nfnetlink_queue: Stop using NLA_PUT*().
David S. Miller
2012-04-01
1
-24
/
+35
*
genetlink: Stop using NLA_PUT*().
David S. Miller
2012-04-01
1
-15
/
+20
*
nfc: Stop using NLA_PUT*().
David S. Miller
2012-04-01
1
-29
/
+41
*
openvswitch: Stop using NLA_PUT*().
David S. Miller
2012-04-01
2
-21
/
+31
*
netlink: Add nla_put_be{16,32,64}() helpers.
David S. Miller
2012-04-01
1
-1
/
+34
*
phonet: Stop using NLA_PUT*().
David S. Miller
2012-04-01
1
-3
/
+5
*
pkt_sched: Stop using NLA_PUT*().
David S. Miller
2012-04-01
40
-157
/
+263
*
wireless: Stop using NLA_PUT*().
David S. Miller
2012-04-01
2
-545
/
+662
*
xfrm_user: Stop using NLA_PUT*().
David S. Miller
2012-04-01
1
-43
/
+62
*
ipv6: Fix RTM_GETROUTE's interpretation of RTA_IIF to be consistent with ipv4
Shmulik Ladkani
2012-04-01
1
-7
/
+27
*
net: lpc_eth: Fix rename of dev_hw_addr_random
stigge@antcom.de
2012-04-01
1
-1
/
+1
*
net/netfilter/nfnetlink_acct.c: use linux/atomic.h
Andrew Morton
2012-04-01
1
-1
/
+1
*
rose_dev: fix memcpy-bug in rose_set_mac_address
danborkmann@iogearbox.net
2012-04-01
1
-2
/
+2
*
Fix non TBI PHY access; a bad merge undid bug fix in a previous commit.
Kenth Eriksson
2012-04-01
1
-6
/
+6
*
net/garp: avoid infinite loop if attribute already exists
David Ward
2012-04-01
1
-12
/
+10
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2012-04-01
5
-13
/
+17
|
\
|
*
mac80211: fix oper channel timestamp updation
Rajkumar Manoharan
2012-03-28
1
-1
/
+1
|
*
ath9k: Use HW HT capabilites properly
Sujith Manoharan
2012-03-28
1
-2
/
+2
|
*
MAINTAINERS: adding maintainer for ipw2x00
Stanislav Yakovlev
2012-03-28
1
-8
/
+4
|
*
net: orinoco: add error handling for failed kmalloc().
Santosh Nayak
2012-03-28
1
-0
/
+8
|
*
net/wireless: ipw2x00: fix a typo in wiphy struct initilization
Stanislav Yakovlev
2012-03-28
1
-2
/
+2
*
|
x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of AND
zhuangfeiran@ict.ac.cn
2012-03-29
1
-1
/
+1
*
|
bonding: emit event when bonding changes MAC
Weiping Pan
2012-03-29
1
-1
/
+7
*
|
net/core: dev_forward_skb() should clear skb_iif
Benjamin LaHaise
2012-03-28
1
-0
/
+1
*
|
net/ipv4: fix IPv4 multicast over network namespaces
Benjamin LaHaise
2012-03-28
1
-1
/
+1
*
|
virtio_net: do not rate limit counter increments
Rick Jones
2012-03-28
1
-3
/
+4
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2012-03-28
8
-29
/
+60
|
\
\
|
*
|
ixgbe: update version number
Don Skidmore
2012-03-27
1
-2
/
+2
|
*
|
ixgbe: fix typo in enumeration name
Don Skidmore
2012-03-27
1
-1
/
+1
|
*
|
intel: make wired ethernet driver message level consistent (rev2)
stephen hemminger
2012-03-27
7
-13
/
+35
|
*
|
e1000: fix vlan processing regression
Jiri Pirko
2012-03-27
1
-13
/
+22
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Jeff Kirsher
2012-03-27
1
-2
/
+6
|
|
\
\
|
*
\
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Jeff Kirsher
2012-03-26
720
-13396
/
+26817
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Jeff Kirsher
2012-03-21
3030
-129897
/
+191137
|
|
\
\
\
\
|
*
|
|
|
|
fcoe: use CHECKSUM_UNNECESSARY instead of CHECKSUM_PARTIAL on tx
Yi Zou
2012-03-17
1
-1
/
+1
|
*
|
|
|
|
net: do not do gso for CHECKSUM_UNNECESSARY in netif_needs_gso
Yi Zou
2012-03-17
1
-1
/
+2
|
*
|
|
|
|
ixgbe: Fix issues with SR-IOV loopback when flow control is disabled
Alexander Duyck
2012-03-17
1
-1
/
+8
*
|
|
|
|
|
cdc-phonet: fix skb truesize underestimation
Eric Dumazet
2012-03-27
1
-2
/
+2
*
|
|
|
|
|
f_phonet: fix skb truesize underestimation
Eric Dumazet
2012-03-27
1
-1
/
+1
*
|
|
|
|
|
eql: dont rely on HZ=100
Eric Dumazet
2012-03-27
2
-4
/
+5
*
|
|
|
|
|
mISDN: array underflow in open_bchannel()
Dan Carpenter
2012-03-27
7
-7
/
+7
*
|
|
|
|
|
bnx2x: fix vector traveling while looking for an empty entry
Dmitry Kravkov
2012-03-27
1
-1
/
+1
*
|
|
|
|
|
bnx2x: previous driver unload revised
Yuval Mintz
2012-03-27
8
-107
/
+417
*
|
|
|
|
|
USB: Add Motorola Rokr E6 Id to the USBNet driver "zaurus"
Guan Xin
2012-03-27
1
-0
/
+5
[next]