index
:
~funfunctor/linux
SP4
amd-trivial-cleanup
amdgpu-ratelimit-vmfaults
amdkfd-hacking
amdkfd-next
amdkfd-next-4.9
amdkfd-next-4.9-revised
bug100058
master
nativeaux-bug100745
nativeaux-bug100745_v2
thrustmaster-tx
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-03-26
[IPV4] fib_trie: Document locking.
Robert Olsson
1
-0
/
+9
2007-03-25
[IPv4] fib: Fix out of bound access of fib_props[]
Thomas Graf
2
-1
/
+6
2007-03-25
[NET]: Fix fib_rules compatibility breakage
Thomas Graf
1
-8
/
+6
2007-03-22
[NETFILTER]: nat: avoid rerouting packets if only XFRM policy key changed
Patrick McHardy
2
-12
/
+17
2007-03-16
[TCP]: Fix tcp_mem[] initialization.
John Heffner
1
-3
/
+10
2007-03-16
[IPV4]: Do not disable preemption in trie_leaf_remove().
Robert Olsson
1
-2
/
+0
2007-03-12
[IPV4]: Fix warning in ip_mc_rejoin_group.
Geert Uytterhoeven
1
-1
/
+1
2007-03-12
[NetLabel]: parse the CIPSO ranged tag on incoming packets
Paul Moore
1
-0
/
+5
2007-03-09
[IPV4]: Fix rtm_to_ifaddr() error handling.
Evgeniy Polyakov
1
-1
/
+3
2007-03-07
[UDP]: Reread uh pointer after pskb_trim
Herbert Xu
1
-0
/
+1
2007-03-06
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
9
-20
/
+13
2007-03-06
bonding: Improve IGMP join processing
Jay Vosburgh
1
-0
/
+23
2007-03-05
[NETFILTER]: tcp conntrack: accept SYN|URG as valid
Patrick McHardy
1
-1
/
+3
2007-03-05
[NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefs
Patrick McHardy
7
-18
/
+9
2007-03-05
[NETFILTER]: conntrack: fix {nf,ip}_ct_iterate_cleanup endless loops
Patrick McHardy
1
-1
/
+1
2007-03-02
[NetLabel]: Verify sensitivity level has a valid CIPSO mapping
Paul Moore
1
-3
/
+4
2007-02-28
[TCP]: Fix minisock tcp_create_openreq_child() typo.
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-02-26
[XFRM]: Fix oops in xfrm4_dst_destroy()
Bernhard Walle
1
-1
/
+1
2007-02-26
[XFRM_TUNNEL]: Reload header pointer after pskb_may_pull/pskb_expand_head
Arnaldo Carvalho de Melo
1
-0
/
+1
2007-02-26
[IPV4]: Use random32() in net/ipv4/multipath
Joe Perches
2
-29
/
+4
2007-02-26
[IPV4] devinet: Register inetdev earlier.
Herbert Xu
1
-3
/
+5
2007-02-26
[IPV4]: Correct links in net/ipv4/Kconfig
Baruch Even
1
-2
/
+2
2007-02-26
[TCP]: Fix MD5 signature pool locking.
David S. Miller
1
-12
/
+12
2007-02-17
correct a dead URL in the IP_MULTICAST help text
Adrian Bunk
1
-1
/
+1
2007-02-17
Various typo fixes.
Robert P. J. Day
1
-1
/
+1
2007-02-14
[PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables
Eric W. Biederman
1
-5
/
+0
2007-02-14
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
7
-8
/
+8
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
25
-25
/
+0
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
[NETFILTER]: Clear GSO bits for TCP reset packet
Herbert Xu
1
-0
/
+4
2007-02-12
[XFRM]: Fix IPv4 tunnel mode decapsulation with IPV6=n
Patrick McHardy
1
-0
/
+1
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]: Kconfig: improve dependency handling
Patrick McHardy
1
-3
/
+5
2007-02-12
[NETFILTER]: nf_conntrack: properly use RCU for nf_conntrack_destroyed callback
Patrick McHardy
1
-3
/
+4
2007-02-12
[NETFILTER]: ip_conntrack: properly use RCU for ip_conntrack_destroyed callback
Patrick McHardy
2
-6
/
+10
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
2
-4
/
+7
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
2
-2
/
+2
2007-02-12
[NETFILTER]: Properly use RCU in nf_ct_attach
Patrick McHardy
1
-2
/
+2
2007-02-12
[PATCH] mark struct file_operations const 7
Arjan van de Ven
17
-31
/
+31
2007-02-11
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
121
-1814
/
+1815
2007-02-11
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
3
-8
/
+4
2007-02-10
[IPV4]: Restore multipath routing after rt_next changes.
Eric Dumazet
4
-5
/
+5
2007-02-10
[IPV4]: Convert ipv4 route to use the new dst_entry 'next' pointer
Eric Dumazet
1
-28
/
+28
2007-02-10
[UDP]: UDP can use sk_hash to speedup lookups
Eric Dumazet
1
-4
/
+5
[next]