SELinux: detect dead booleans
[safe/jmp/linux-2.6] / net / ipv4 /
2007-12-03 Herbert Xu[INET]: Fix inet_diag dead-lock regression
2007-11-29 Stephen Hemminger[TCP] illinois: Incorrect beta usage
2007-11-29 Pavel Emelyanov[INET]: Fix inet_diag register vs rcv race
2007-11-26 Adrian Bunk[IPV4]: Remove bogus ifdef mess in arp_process
2007-11-23 Ilpo Järvinen[TCP] MTUprobe: Cleanup send queue check (no need to...
2007-11-23 Ilpo Järvinen[TCP]: MTUprobe: receiver window & data available check...
2007-11-21 Pavel Emelyanov[IPVS]: Fix compiler warning about unused register_ip_v...
2007-11-21 Jonas Danielsson[ARP]: Fix arp reply when sender ip 0
2007-11-21 YOSHIFUJI Hideaki[IPV4] TCPMD5: Use memmove() instead of memcpy() becaus...
2007-11-21 YOSHIFUJI Hideaki[IPV4] TCPMD5: Omit redundant NULL check for kfree...
2007-11-20 Evgeniy Polyakov[NETFILTER]: Fix kernel panic with REDIRECT target.
2007-11-20 Joe Perches[IPV4]: Add missing "space"
2007-11-20 Sam Jansen[TCP]: Problem bug with sysctl_tcp_congestion_control...
2007-11-20 Ilpo Järvinen[TCP] MTUprobe: fix potential sk_send_head corruption
2007-11-20 Simon Horman[IPVS]: Move remaining sysctl handlers over to CTL_UNNU...
2007-11-20 Simon Horman[IPVS]: Fix sysctl warnings about missing strategy...
2007-11-20 Christian Borntraeger[IPVS]: Fix sysctl warnings about missing strategy
2007-11-19 Eric Dumazet[NET]: Corrects a bug in ip_rt_acct_read()
2007-11-15 Eric Dumazet[NET]: rt_check_expire() can take a long time, add...
2007-11-14 Ilpo Järvinen[TCP] FRTO: Clear frto_highmark only after process_frto...
2007-11-14 Ilpo Järvinen[TCP]: Make sure write_queue_from does not begin with...
2007-11-14 Ilpo Järvinen[TCP] FRTO: Plug potential LOST-bit leak
2007-11-14 Ilpo Järvinen[TCP] FRTO: Limit snd_cwnd if TCP was application limited
2007-11-13 Li Zefan[NETFILTER]: nf_nat: fix memset error
2007-11-13 Pavel Emelyanov[INET]: Use list_head-s in inetpeer.c
2007-11-13 Adrian Bunk[IPVS]: Remove unused exports.
2007-11-11 Denis V. Lunev[INET]: Small possible memory leak in FIB rules
2007-11-11 Pavel Emelyanov[INET]: Cleanup the xfrm4_tunnel_(un)register
2007-11-11 Pavel Emelyanov[INET]: Add missed tunnel64_err handler
2007-11-11 Pavel Emelyanov[NET]: Make helper to get dst entry and "use" it
2007-11-11 Pavel Emelyanov[IPV4]: Remove bugus goto-s from ip_route_input_slow
2007-11-11 Ilpo Järvinen[TCP]: Split SACK FRTO flag clearing (fixes FRTO corner...
2007-11-11 Ilpo Järvinen[TCP]: Add unlikely() to sacktag out-of-mem in fragment...
2007-11-11 Ilpo Järvinen[TCP]: Fix reord detection due to snd_una covered holes
2007-11-11 Ilpo Järvinen[TCP]: Consider GSO while counting reord in sacktag
2007-11-07 Eric Dumazet[INET]: Remove per bucket rwlock in tcp/dccp ehash...
2007-11-07 Rumen G. Bogdanovski[IPVS]: Synchronize closing of Connections
2007-11-07 Rumen G. Bogdanovski[IPVS]: Bind connections on stanby if the destination...
2007-11-07 Herbert Xu[IPSEC]: Fix crypto_alloc_comp error checking
2007-11-07 Pavel Emelyanov[IPV4]: Compact some ifdefs in the fib code.
2007-11-07 Eric Dumazet[IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
2007-11-07 Eric Dumazet[NET]: Define infrastructure to keep 'inuse' changes...
2007-11-07 Pavel Emelyanov[IPV4]: Clean the ip_sockglue.c from some ugly ifdefs
2007-11-07 Pavel Emelyanov[IPV4]: Consolidate the ip cork destruction in ip_output.c
2007-11-07 Patrick McHardy[NETFILTER]: remove unneeded rcu_dereference() calls
2007-11-07 Jan Engelhardt[NETFILTER]: Clean up Makefile
2007-11-07 Alexey Dobriyan[NETFILTER]: ip{,6}_queue: convert to seq_file interface
2007-11-02 Jens Axboe[SG] Get rid of __sg_mark_end()
2007-11-02 Adrian Bunkcleanup asm/scatterlist.h includes
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-11-01 Ilpo Järvinen[TCP]: Another TAGBITS -> SACKED_ACKED|LOST conversion
2007-11-01 Ilpo Järvinen[TCP]: Process DSACKs that reside within a SACK block
2007-10-31 David S. Miller[NET]: Fix incorrect sg_mark_end() calls.
2007-10-31 Alexey Dobriyan[IPVS]: Remove /proc/net/ip_vs_lblcr
2007-10-30 Dirk HohndelKbuild/doc: fix links to Documentation files
2007-10-30 Jean Delvare[TCP]: Saner thash_entries default with much memory.
2007-10-30 Mitsuru Chinen[IPv4] SNMP: Refer correct memory location to display...
2007-10-30 Matthias M. Dellweg[TCP] MD5: Remove some more unnecessary casting.
2007-10-30 Xiaoliang (David... [TCP] vegas: Fix a bug in disabling slow start by gamma...
2007-10-30 Andy Gospodarek[IPVS]: use proper timeout instead of fixed value
2007-10-27 Herbert Xu[CRYPTO] users: Fix up scatterlist conversion errors
2007-10-27 Adrian Bunk[INET] ESP: Must #include <linux/scatterlist.h>
2007-10-26 Paul Moore[NetLabel]: correct usage of RCU locking
2007-10-26 Ryousei Takano[TCP]: fix D-SACK cwnd handling
2007-10-26 Adrian Bunk[INET]: Unexport icmpmsg_statistics
2007-10-26 Adrian Bunk[TCP]: Make tcp_match_skb_to_sack() static.
2007-10-26 David S. Miller[TCP]: Fix scatterlist handling in MD5 signature support.
2007-10-26 David S. Miller[IPSEC]: Add missing sg_init_table() calls to ESP.
2007-10-26 Ryousei Takano[TCP]: Fix inconsistency of terms.
2007-10-26 Vlad Yasevich[UDP]: Make use of inet_iif() when doing socket lookups.
2007-10-26 David S. Miller[IPV4]: Remove no longer used snmp4_icmp_list.
2007-10-24 Pavel Emelyanov[IPV4]: Explicitly call fib_get_table() in fib_frontend.c
2007-10-24 Chuck Lever[NET]: Treat the sign of the result of skb_headroom...
2007-10-24 Timo Teras[IPV4] ip_gre: sendto/recvfrom NBMA address
2007-10-22 Jean Delvare[INET]: Let inet_diag and friends autoload
2007-10-19 Matt LaPlantetypo fixes
2007-10-19 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-19 Pavel EmelyanovUse task_pid_nr() in ip_vs_sync.c
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-19 Jiri Slabyremove asm/bitops.h includes
2007-10-19 Anton Arapov[INET]: Justification for local port range robustness.
2007-10-18 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-18 Eric W. Biedermansysctl: remove broken netfilter binary sysctls
2007-10-18 Eric W. Biedermansysctl: ipv4 remove binary sysctl paths where they...
2007-10-18 Ilpo Järvinen[TCP]: Remove lost_retrans zero seqno special cases
2007-10-18 David Howells[NET]: Fix uninitialised variable in ip_frag_reasm()
2007-10-18 Herbert Xu[IPSEC]: Rename mode to outer_mode and add inner_mode
2007-10-18 Herbert Xu[IPSEC]: Use the top IPv4 route's peer instead of the...
2007-10-18 Herbert Xu[IPSEC]: Store afinfo pointer in xfrm_mode
2007-10-18 Herbert Xu[IPSEC]: Add missing BEET checks
2007-10-18 Herbert Xu[IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_input
2007-10-18 Herbert Xu[IPSEC]: Fix pure tunnel modes involving IPv6
2007-10-18 Pavel Emelyanov[INET]: Consolidate frag queues freeing
2007-10-18 Pavel Emelyanov[INET]: Remove no longer needed ->equal callback
2007-10-18 Pavel Emelyanov[INET]: Consolidate xxx_find() in fragment management
2007-10-18 Pavel Emelyanov[INET]: Consolidate xxx_frag_create()
2007-10-18 Pavel Emelyanov[INET]: Consolidate xxx_frag_alloc()
2007-10-18 Pavel Emelyanov[INET]: Consolidate xxx_frag_intern
2007-10-18 Pavel Emelyanov[INET]: Omit double hash calculations in xxx_frag_intern
2007-10-15 Denis V. Lunev[INET]: kmalloc+memset -> kzalloc in frag_alloc_queue
next