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
*
[XFRM]: Fix OOPSes in xfrm_audit_log().
David S. Miller
2007-02-12
3
-11
/
+19
*
[TCP]: cleanup of htcp (resend)
Stephen Hemminger
2007-02-12
1
-28
/
+37
*
[TCP]: Use read mostly for CUBIC parameters.
Stephen Hemminger
2007-02-12
1
-10
/
+10
*
[NETFILTER]: nf_conntrack_tcp: make sysctl variables static
Patrick McHardy
2007-02-12
1
-3
/
+3
*
[NETFILTER]: ip6t_mh: drop piggyback payload packet on MH packets
Masahide NAKAMURA
2007-02-12
1
-0
/
+7
*
[NETFILTER]: Fix whitespace errors
YOSHIFUJI Hideaki
2007-02-12
43
-422
/
+422
*
[NETFILTER]: Kconfig: improve dependency handling
Patrick McHardy
2007-02-12
3
-7
/
+16
*
[NETFILTER]: xt_mac/xt_CLASSIFY: use IPv6 hook names for IPv6 registration
Patrick McHardy
2007-02-12
2
-6
/
+9
*
[NETFILTER]: nf_conntrack: change nf_conntrack_l[34]proto_unregister to void
Patrick McHardy
2007-02-12
1
-33
/
+7
*
[NETFILTER]: nf_conntrack: properly use RCU for nf_conntrack_destroyed callback
Patrick McHardy
2007-02-12
2
-6
/
+10
*
[NETFILTER]: ip_conntrack: properly use RCU for ip_conntrack_destroyed callback
Patrick McHardy
2007-02-12
2
-6
/
+10
*
[NETFILTER]: nf_conntrack: fix invalid conntrack statistics RCU assumption
Patrick McHardy
2007-02-12
2
-9
/
+9
*
[NETFILTER]: ip_conntrack: fix invalid conntrack statistics RCU assumption
Patrick McHardy
2007-02-12
1
-7
/
+7
*
[NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3prot...
Patrick McHardy
2007-02-12
5
-29
/
+43
*
[NETFILTER]: ip_conntrack: properly use RCU API for ip_ct_protos array
Patrick McHardy
2007-02-12
3
-15
/
+26
*
[NETFILTER]: nf_nat: properly use RCU API for nf_nat_protos array
Patrick McHardy
2007-02-12
1
-31
/
+28
*
[NETFILTER]: ip_nat: properly use RCU API for ip_nat_protos array
Patrick McHardy
2007-02-12
1
-32
/
+29
*
[NETFILTER]: nf_log: minor cleanups
Patrick McHardy
2007-02-12
7
-17
/
+17
*
[NETFILTER]: nf_log: switch logger registration/unregistration to mutex
Patrick McHardy
2007-02-12
1
-11
/
+15
*
[NETFILTER]: nf_log: make nf_log_unregister_pf return void
Patrick McHardy
2007-02-12
1
-5
/
+2
*
[NETFILTER]: nf_log: use rcu_assign_pointer for RCU protected pointer
Patrick McHardy
2007-02-12
1
-4
/
+4
*
[NETFILTER]: Switch nf_register_hook/nf_unregister_hook to mutex
Patrick McHardy
2007-02-12
1
-5
/
+8
*
[NETFILTER]: Switch nf_register_afinfo/nf_unregister_afinfo to mutex
Patrick McHardy
2007-02-12
1
-5
/
+10
*
[NETFILTER]: Remove unnecessary synchronize_net() in nf_register_hook
Patrick McHardy
2007-02-12
1
-2
/
+0
*
[NETFILTER]: Properly use RCU in nf_ct_attach
Patrick McHardy
2007-02-12
3
-7
/
+10
*
[PATCH] mark struct file_operations const 8
Arjan van de Ven
2007-02-12
31
-51
/
+51
*
[PATCH] mark struct file_operations const 7
Arjan van de Ven
2007-02-12
49
-79
/
+79
*
[PATCH] knfsd: SUNRPC: fix up svc_create_socket() to take a sockaddr struct +...
Chuck Lever
2007-02-12
1
-8
/
+8
*
[PATCH] knfsd: SUNRPC: support IPv6 addresses in RPC server's UDP receive path
Chuck Lever
2007-02-12
1
-10
/
+43
*
[PATCH] knfsd: SUNRPC: Support IPv6 addresses in svc_tcp_accept
akpm@linux-foundation.org
2007-02-12
1
-9
/
+7
*
[PATCH] knfsd: SUNRPC: add a "generic" function to see if the peer uses a sec...
Chuck Lever
2007-02-12
1
-3
/
+18
*
[PATCH] knfsd: SUNRPC: teach svc_sendto() to deal with IPv6 addresses
Chuck Lever
2007-02-12
1
-17
/
+48
*
[PATCH] knfsd: SUNRPC: Make rq_daddr field address-version independent
Chuck Lever
2007-02-12
1
-2
/
+2
*
[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses
Chuck Lever
2007-02-12
2
-8
/
+14
*
[PATCH] knfsd: SUNRPC: Use sockaddr_storage to store address in svc_deferred_req
Chuck Lever
2007-02-12
1
-2
/
+4
*
[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...
Chuck Lever
2007-02-12
1
-19
/
+57
*
[PATCH] knfsd: SUNRPC: Don't set msg_name and msg_namelen when calling sock_r...
Chuck Lever
2007-02-12
1
-15
/
+7
*
[PATCH] knfsd: SUNRPC: Cache remote peer's address in svc_sock
Chuck Lever
2007-02-12
1
-6
/
+8
*
[PATCH] knfsd: SUNRPC: aplit svc_sock_enqueue out of svc_setup_socket
NeilBrown
2007-02-12
1
-5
/
+7
*
[PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with...
Chuck Lever
2007-02-12
1
-2
/
+4
*
[PATCH] knfsd: SUNRPC: update internal API: separate pmap register and temp s...
Chuck Lever
2007-02-12
1
-20
/
+27
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2007-02-11
535
-9034
/
+9037
|
\
|
*
[IPV4]: Restore multipath routing after rt_next changes.
Eric Dumazet
2007-02-10
4
-5
/
+5
|
*
[XFRM] IPV6: Fix outbound RO transformation which is broken by IPsec tunnel p...
Masahide NAKAMURA
2007-02-10
1
-3
/
+5
|
*
[DECNET]: Convert decnet route to use the new dst_entry 'next' pointer
Eric Dumazet
2007-02-10
1
-16
/
+16
|
*
[IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointer
Eric Dumazet
2007-02-10
2
-20
/
+20
|
*
[IPV4]: Convert ipv4 route to use the new dst_entry 'next' pointer
Eric Dumazet
2007-02-10
1
-28
/
+28
|
*
[DECNET]: FRA_{DST,SRC} are le16 for decnet
Al Viro
2007-02-10
1
-6
/
+6
|
*
[UDP]: UDP can use sk_hash to speedup lookups
Eric Dumazet
2007-02-10
2
-6
/
+7
|
*
[NET]: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
2
-9
/
+9
[next]