index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
135
-135
/
+1
2007-02-14
[PATCH] knfsd: allow the server to provide a gid list when using AUTH_UNIX au...
NeilBrown
2
-6
/
+224
2007-02-13
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Trond Myklebust
18
-56
/
+175
2007-02-13
[IPSEC]: Fix the address family to refer encap_family
Kazunori MIYAZAWA
1
-1
/
+1
2007-02-13
[IPSEC]: changing API of xfrm6_tunnel_register
Kazunori MIYAZAWA
4
-11
/
+60
2007-02-13
[IPSEC]: make sit use the xfrm4_tunnel_register
Kazunori MIYAZAWA
2
-12
/
+19
2007-02-13
[IPSEC]: Changing API of xfrm4_tunnel_register.
Kazunori MIYAZAWA
4
-12
/
+77
2007-02-13
[TCP]: Prevent pseudo garbage in SYN's advertized window
Ilpo Järvinen
1
-2
/
+2
2007-02-13
[NET_SCHED]: sch_hfsc: replace ASSERT macro by WARN_ON
Patrick McHardy
1
-14
/
+1
2007-02-13
[BRIDGE] br_if: Fix oops in port_carrier_check
Jarek Poplawski
2
-3
/
+9
2007-02-13
[NETFILTER]: Clear GSO bits for TCP reset packet
Herbert Xu
1
-0
/
+4
2007-02-12
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Trond Myklebust
630
-11073
/
+16129
2007-02-12
NFS: disconnect before retrying NFSv4 requests over TCP
Chuck Lever
2
-0
/
+12
2007-02-12
[XFRM]: Fix IPv4 tunnel mode decapsulation with IPV6=n
Patrick McHardy
1
-0
/
+1
2007-02-12
[IPV6] HASHTABLES: Use appropriate seed for caluculating ehash index.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-02-12
[XFRM]: Fix OOPSes in xfrm_audit_log().
David S. Miller
3
-11
/
+19
2007-02-12
[TCP]: cleanup of htcp (resend)
Stephen Hemminger
1
-28
/
+37
2007-02-12
[TCP]: Use read mostly for CUBIC parameters.
Stephen Hemminger
1
-10
/
+10
2007-02-12
[NETFILTER]: nf_conntrack_tcp: make sysctl variables static
Patrick McHardy
1
-3
/
+3
2007-02-12
[NETFILTER]: ip6t_mh: drop piggyback payload packet on MH packets
Masahide NAKAMURA
1
-0
/
+7
2007-02-12
[NETFILTER]: Fix whitespace errors
YOSHIFUJI Hideaki
43
-422
/
+422
2007-02-12
[NETFILTER]: Kconfig: improve dependency handling
Patrick McHardy
3
-7
/
+16
2007-02-12
[NETFILTER]: xt_mac/xt_CLASSIFY: use IPv6 hook names for IPv6 registration
Patrick McHardy
2
-6
/
+9
2007-02-12
[NETFILTER]: nf_conntrack: change nf_conntrack_l[34]proto_unregister to void
Patrick McHardy
1
-33
/
+7
2007-02-12
[NETFILTER]: nf_conntrack: properly use RCU for nf_conntrack_destroyed callback
Patrick McHardy
2
-6
/
+10
2007-02-12
[NETFILTER]: ip_conntrack: properly use RCU for ip_conntrack_destroyed callback
Patrick McHardy
2
-6
/
+10
2007-02-12
[NETFILTER]: nf_conntrack: fix invalid conntrack statistics RCU assumption
Patrick McHardy
2
-9
/
+9
2007-02-12
[NETFILTER]: ip_conntrack: fix invalid conntrack statistics RCU assumption
Patrick McHardy
1
-7
/
+7
2007-02-12
[NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3prot...
Patrick McHardy
5
-29
/
+43
2007-02-12
[NETFILTER]: ip_conntrack: properly use RCU API for ip_ct_protos array
Patrick McHardy
3
-15
/
+26
2007-02-12
[NETFILTER]: nf_nat: properly use RCU API for nf_nat_protos array
Patrick McHardy
1
-31
/
+28
2007-02-12
[NETFILTER]: ip_nat: properly use RCU API for ip_nat_protos array
Patrick McHardy
1
-32
/
+29
2007-02-12
[NETFILTER]: nf_log: minor cleanups
Patrick McHardy
7
-17
/
+17
2007-02-12
[NETFILTER]: nf_log: switch logger registration/unregistration to mutex
Patrick McHardy
1
-11
/
+15
2007-02-12
[NETFILTER]: nf_log: make nf_log_unregister_pf return void
Patrick McHardy
1
-5
/
+2
2007-02-12
[NETFILTER]: nf_log: use rcu_assign_pointer for RCU protected pointer
Patrick McHardy
1
-4
/
+4
2007-02-12
[NETFILTER]: Switch nf_register_hook/nf_unregister_hook to mutex
Patrick McHardy
1
-5
/
+8
2007-02-12
[NETFILTER]: Switch nf_register_afinfo/nf_unregister_afinfo to mutex
Patrick McHardy
1
-5
/
+10
2007-02-12
[NETFILTER]: Remove unnecessary synchronize_net() in nf_register_hook
Patrick McHardy
1
-2
/
+0
2007-02-12
[NETFILTER]: Properly use RCU in nf_ct_attach
Patrick McHardy
3
-7
/
+10
2007-02-12
[PATCH] mark struct file_operations const 8
Arjan van de Ven
31
-51
/
+51
2007-02-12
[PATCH] mark struct file_operations const 7
Arjan van de Ven
49
-79
/
+79
2007-02-12
[PATCH] knfsd: SUNRPC: fix up svc_create_socket() to take a sockaddr struct +...
Chuck Lever
1
-8
/
+8
2007-02-12
[PATCH] knfsd: SUNRPC: support IPv6 addresses in RPC server's UDP receive path
Chuck Lever
1
-10
/
+43
2007-02-12
[PATCH] knfsd: SUNRPC: Support IPv6 addresses in svc_tcp_accept
akpm@linux-foundation.org
1
-9
/
+7
2007-02-12
[PATCH] knfsd: SUNRPC: add a "generic" function to see if the peer uses a sec...
Chuck Lever
1
-3
/
+18
2007-02-12
[PATCH] knfsd: SUNRPC: teach svc_sendto() to deal with IPv6 addresses
Chuck Lever
1
-17
/
+48
2007-02-12
[PATCH] knfsd: SUNRPC: Make rq_daddr field address-version independent
Chuck Lever
1
-2
/
+2
2007-02-12
[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses
Chuck Lever
2
-8
/
+14
2007-02-12
[PATCH] knfsd: SUNRPC: Use sockaddr_storage to store address in svc_deferred_req
Chuck Lever
1
-2
/
+4
[next]