aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_diag.c
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2013-01-171-1/+1
* inet_diag: fix inet_diag_bc_audit()Eric Dumazet2011-06-171-8/+6
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-1/+1
* Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller2011-01-191-1/+1
* netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt2011-01-091-1/+1
* inet_diag: Make sure we actually run the same bytecode we audited.Nelson Elhage2010-11-041-11/+16
* net: return operator cleanupEric Dumazet2010-09-231-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run()Roel Kluin2010-01-191-1/+1
* inet: rename some inet_sock fieldsEric Dumazet2009-10-181-13/+13
* tcp: replace ehash_size by ehash_maskEric Dumazet2009-10-131-1/+1
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-181-2/+2
* inet_diag: Remove dup assignmentsArnaldo Carvalho de Melo2009-04-281-2/+0
* net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet2008-11-231-2/+2
* inet_diag: Missed conversion after changing inet ehash lockl to spinlocks.David S. Miller2008-11-211-5/+5
* net: listening_hash get a spinlock per bucketEric Dumazet2008-11-201-5/+7
* net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2008-11-161-3/+4
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-161-2/+0
* inet_diag: Add empty bucket optimization to inet_diag tooAndi Kleen2008-08-281-1/+5
* net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
* [NETNS]: Tcp-v6 sockets per-net lookup.Pavel Emelyanov2008-01-311-1/+1
* [NETNS]: Tcp-v4 sockets per-net lookup.Pavel Emelyanov2008-01-311-1/+1
* [INET_DIAG]: Fix inet_diag_lock_handler error path.Arnaldo Carvalho de Melo2008-01-311-5/+6
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-281-1/+1
* [INET]: Fix inet_diag dead-lock regressionHerbert Xu2007-12-031-21/+46
* [INET]: Fix inet_diag register vs rcv racePavel Emelyanov2007-11-301-9/+5
* [INET]: Remove per bucket rwlock in tcp/dccp ehash table.Eric Dumazet2007-11-071-4/+5
* [INET]: Let inet_diag and friends autoloadJean Delvare2007-10-221-0/+7
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-101-8/+4
* [NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu2007-10-101-1/+1
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-2/+2
* [NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen2007-10-101-2/+3
* [INET_DIAG]: Fix oops in netlink_rcv_skbPatrick McHardy2007-09-111-0/+4
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-251-1/+1
* [NETLINK]: Directly return -EINTR from netlink_dump_start()Thomas Graf2007-04-251-7/+2
* [IPv4] diag: Use netlink_run_queue() to process the receive queueThomas Graf2007-04-251-47/+27
* [NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo2007-04-251-3/+4
* [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-6/+6
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-2/+2
* [NET]: change layout of ehash tableEric Dumazet2007-02-081-1/+1
* [NETLINK]: Don't BUG on undersized allocationsPatrick McHardy2007-02-081-7/+10
* [IPV4]: inet_diag annotationsAl Viro2006-09-281-6/+6
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [INET_DIAG]: Introduce sk_diag_fillArnaldo Carvalho de Melo2006-01-091-10/+24
* [INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_diag_fillArnaldo Carvalho de Melo2006-01-091-47/+111
* [INET_DIAG]: whitespace/simple cleanupsArnaldo Carvalho de Melo2006-01-091-29/+28
* [INET_DIAG]: Use inet_twsk() with TIME_WAIT socketsArnaldo Carvalho de Melo2006-01-091-3/+3
* [IPV6]: Introduce inet6_timewait_sockArnaldo Carvalho de Melo2006-01-031-3/+3