netns xfrm: ipcomp support
[safe/jmp/linux-2.6] / net / ipv4 / inet_diag.c
2010-01-19 Roel Kluinnetlink: With opcode INET_DIAG_BC_S_LE dport was compar...
2009-10-19 Eric Dumazetinet: rename some inet_sock fields
2009-10-13 Eric Dumazettcp: replace ehash_size by ehash_mask
2009-06-18 Eric Dumazetnet: correct off-by-one write allocations reports
2009-04-28 Arnaldo Carvalho... inet_diag: Remove dup assignments
2008-11-24 Eric Dumazetnet: Convert TCP/DCCP listening hash tables to use RCU
2008-11-22 David S. Millerinet_diag: Missed conversion after changing inet ehash...
2008-11-20 Eric Dumazetnet: listening_hash get a spinlock per bucket
2008-11-17 Eric Dumazetnet: Convert TCP & DCCP hash tables to use RCU / hlist_...
2008-10-16 Johannes Bergnet: Remove CONFIG_KMOD from net/ (towards removing...
2008-08-28 Andi Kleeninet_diag: Add empty bucket optimization to inet_diag too
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-02-01 Pavel Emelyanov[NETNS]: Tcp-v6 sockets per-net lookup.
2008-02-01 Pavel Emelyanov[NETNS]: Tcp-v4 sockets per-net lookup.
2008-02-01 Arnaldo Carvalho... [INET_DIAG]: Fix inet_diag_lock_handler error path.
2008-01-28 Denis V. Lunev[NETNS]: Consolidate kernel netlink socket destruction.
2007-12-03 Herbert Xu[INET]: Fix inet_diag dead-lock regression
2007-11-29 Pavel Emelyanov[INET]: Fix inet_diag register vs rcv race
2007-11-07 Eric Dumazet[INET]: Remove per bucket rwlock in tcp/dccp ehash...
2007-10-22 Jean Delvare[INET]: Let inet_diag and friends autoload
2007-10-11 Denis V. Lunev[NET]: make netlink user -> kernel interface synchronious
2007-10-10 Herbert Xu[NETLINK]: Avoid pointer in netlink_run_queue
2007-10-10 Eric W. Biederman[NET]: Support multiple network namespaces with netlink
2007-10-10 Ilpo Järvinen[NET]: DIV_ROUND_UP cleanup (part two)
2007-09-11 Patrick McHardy[INET_DIAG]: Fix oops in netlink_rcv_skb
2007-04-26 Patrick McHardy[NETLINK]: Switch cb_lock spinlock to mutex and allow...
2007-04-26 Thomas Graf[NETLINK]: Directly return -EINTR from netlink_dump_start()
2007-04-26 Thomas Graf[IPv4] diag: Use netlink_run_queue() to process the...
2007-04-26 Arnaldo Carvalho... [NETLINK]: Use nlmsg_trim() where appropriate
2007-04-26 Arnaldo Carvalho... [NETLINK]: Introduce nlmsg_hdr() helper
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-02-08 Eric Dumazet[NET]: change layout of ehash table
2007-02-08 Patrick McHardy[NETLINK]: Don't BUG on undersized allocations
2006-09-29 Al Viro[IPV4]: inet_diag annotations
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-01-09 Arnaldo Carvalho... [INET_DIAG]: Introduce sk_diag_fill
2006-01-09 Arnaldo Carvalho... [INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_...
2006-01-09 Arnaldo Carvalho... [INET_DIAG]: whitespace/simple cleanups
2006-01-09 Arnaldo Carvalho... [INET_DIAG]: Use inet_twsk() with TIME_WAIT sockets
2006-01-03 Arnaldo Carvalho... [IPV6]: Introduce inet6_timewait_sock
2006-01-03 Arnaldo Carvalho... [IPV6]: Introduce inet6_rsk()
2005-11-10 Thomas Graf[NETLINK]: Make netlink_callback->done() optional
2005-08-29 Patrick McHardy[NETLINK]: Add "groups" argument to netlink_kernel_create
2005-08-29 Arnaldo Carvalho... [INET_DIAG]: Move the tcp_diag interface to the proper...
2005-08-29 Arnaldo Carvalho... [INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]