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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NETFILTER] SCTP conntrack: fix infinite loop
Patrick McHardy
2006-05-02
2
-8
/
+14
*
Merge branch 'audit.b10' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2006-05-01
2
-0
/
+4
|
\
|
*
[PATCH] Reworked patch for labels on user space messages
Steve Grubb
2006-05-01
1
-0
/
+2
|
*
[PATCH] sockaddr patch
Steve Grubb
2006-05-01
1
-0
/
+2
*
|
[NETFILTER] x_tables: fix compat related crash on non-x86
Patrick McHardy
2006-05-01
1
-19
/
+14
*
|
[IPV6]: Fix race in route selection.
YOSHIFUJI Hideaki
2006-04-29
1
-1
/
+4
*
|
[XFRM]: fix incorrect xfrm_policy_afinfo_lock use
Ingo Molnar
2006-04-29
1
-4
/
+4
*
|
[XFRM]: fix incorrect xfrm_state_afinfo_lock use
Ingo Molnar
2006-04-29
1
-4
/
+4
*
|
[TCP]: Fix unlikely usage in tcp_transmit_skb()
Hua Zhong
2006-04-29
1
-1
/
+1
*
|
[XFRM]: fix softirq-unsafe xfrm typemap->lock use
Ingo Molnar
2006-04-29
1
-4
/
+4
*
|
[IPSEC]: Fix IP ID selection
Herbert Xu
2006-04-29
1
-1
/
+1
*
|
[IPV4]: inet_init() -> fs_initcall
Heiko Carstens
2006-04-29
1
-1
/
+1
*
|
[NETLINK]: cleanup unused macro in net/netlink/af_netlink.c
Soyoung Park
2006-04-29
1
-1
/
+0
*
|
[PKT_SCHED] netem: fix loss
Stephen Hemminger
2006-04-29
1
-1
/
+1
*
|
[X25]: fix for spinlock recurse and spinlock lockup with timer handler
Shaun Pereira
2006-04-29
1
-2
/
+2
|
/
*
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2006-04-26
3
-14
/
+35
|
\
|
*
Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Jeff Garzik
2006-04-26
3
-14
/
+35
|
|
\
|
|
*
[PATCH] softmac: fix SIOCSIWAP
Johannes Berg
2006-04-24
3
-14
/
+35
*
|
|
[BRIDGE]: allow full size vlan packets
Stephen Hemminger
2006-04-26
1
-1
/
+7
|
/
/
*
|
[NETFILTER]: ipt action: use xt_check_target for basic verification
Patrick McHardy
2006-04-24
1
-0
/
+5
*
|
[NETFILTER]: x_tables: move table->lock initialization
Dmitry Mishin
2006-04-24
1
-1
/
+1
*
|
[NETFILTER]: ip6_tables: remove broken comefrom debugging
Patrick McHardy
2006-04-24
1
-13
/
+0
*
|
[NETFILTER]: nf_conntrack: kill unused callback init_conntrack
Yasuyuki Kozakai
2006-04-24
1
-3
/
+0
*
|
[NETFILTER]: ULOG target is not obsolete
Thomas Voegtle
2006-04-24
1
-1
/
+1
*
|
[NETFILTER]: nf_conntrack: Fix module refcount dropping too far
Yasuyuki Kozakai
2006-04-24
2
-9
/
+4
|
/
*
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2006-04-20
8
-10
/
+77
|
\
|
*
Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Jeff Garzik
2006-04-20
8
-10
/
+77
|
|
\
|
|
*
[PATCH] wext: Fix RtNetlink ENCODE security permissions
Jean Tourrilhes
2006-04-19
1
-0
/
+8
|
|
*
[PATCH] softmac: report when scanning has finished
Johannes Berg
2006-04-19
1
-0
/
+6
|
|
*
[PATCH] softmac: fix event sending
Johannes Berg
2006-04-19
2
-5
/
+31
|
|
*
[PATCH] softmac: handle iw_mode properly
johannes@sipsolutions.net
2006-04-19
1
-3
/
+15
|
|
*
[PATCH] softmac: dont send out packets while scanning
johannes@sipsolutions.net
2006-04-19
1
-0
/
+2
|
|
*
[PATCH] softmac: return -EAGAIN from getscan while scanning
johannes@sipsolutions.net
2006-04-19
1
-0
/
+10
|
|
*
[PATCH] softmac: fix spinlock recursion on reassoc
Michael Buesch
2006-04-19
1
-1
/
+2
|
|
*
[PATCH] wext: Fix IWENCODEEXT security permissions
Jean Tourrilhes
2006-04-19
1
-1
/
+2
|
|
*
[PATCH] softmac uses Wiress Ext.
Randy Dunlap
2006-04-19
1
-0
/
+1
*
|
|
[EBTABLES]: Clean up vmalloc usage in net/bridge/netfilter/ebtables.c
Jayachandran C
2006-04-20
1
-13
/
+7
*
|
|
[NET]: Add skb->truesize assertion checking.
David S. Miller
2006-04-20
2
-0
/
+9
*
|
|
[TCP]: Account skb overhead in tcp_fragment
Herbert Xu
2006-04-19
1
-3
/
+7
*
|
|
[LLC]: Use pskb_trim_rcsum() in llc_fixup_skb().
David S. Miller
2006-04-19
1
-1
/
+2
*
|
|
[NET]: sockfd_lookup_light() returns random error for -EBADFD
Hua Zhong
2006-04-19
1
-0
/
+1
|
/
/
*
|
SUNRPC: Dead code in net/sunrpc/auth_gss/auth_gss.c
Eric Sesterhenn
2006-04-19
1
-1
/
+0
*
|
NFS: make 2 functions static
Adrian Bunk
2006-04-19
1
-1
/
+2
*
|
RPCSEC_GSS: fix leak in krb5 code caused by superfluous kmalloc
J. Bruce Fields
2006-04-19
1
-8
/
+3
|
/
*
[NET]: Remove redundant NULL checks before [kv]free
Jesper Juhl
2006-04-18
2
-7
/
+3
*
unaligned access in sk_run_filter()
Dmitry Mishin
2006-04-18
1
-2
/
+3
*
[IPV6]: Clean up hop-by-hop options handler.
YOSHIFUJI Hideaki
2006-04-18
2
-4
/
+3
*
[IPV6] XFRM: Fix decoding session with preceding extension header(s).
YOSHIFUJI Hideaki
2006-04-18
1
-2
/
+2
*
[IPV6] XFRM: Don't use old copy of pointer after pskb_may_pull().
YOSHIFUJI Hideaki
2006-04-18
1
-1
/
+3
*
[IPV6]: Ensure to have hop-by-hop options in our header of &sk_buff.
YOSHIFUJI Hideaki
2006-04-18
1
-0
/
+12
[next]