summaryrefslogtreecommitdiff
path: root/net/ipv4/inet_diag.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-13net-netlink: Add a new attribute to expose TOS values via netlinkMurali Raja1-0/+5
2011-06-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-8/+6
2011-06-18inet_diag: fix inet_diag_bc_audit()Eric Dumazet1-8/+6
2011-06-10rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-1/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-1/+1
2011-01-20Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller1-1/+1
2011-01-10netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt1-1/+1
2010-11-04inet_diag: Make sure we actually run the same bytecode we audited.Nelson Elhage1-11/+16
2010-09-24net: return operator cleanupEric Dumazet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-20netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run()Roel Kluin1-1/+1
2009-10-19inet: rename some inet_sock fieldsEric Dumazet1-13/+13
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet1-1/+1
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-2/+2
2009-04-28inet_diag: Remove dup assignmentsArnaldo Carvalho de Melo1-2/+0
2008-11-24net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet1-2/+2
2008-11-22inet_diag: Missed conversion after changing inet ehash lockl to spinlocks.David S. Miller1-5/+5
2008-11-20net: listening_hash get a spinlock per bucketEric Dumazet1-5/+7
2008-11-17net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet1-3/+4
2008-10-17net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-2/+0
2008-08-28inet_diag: Add empty bucket optimization to inet_diag tooAndi Kleen1-1/+5
2008-06-12net: remove CVS keywordsAdrian Bunk1-2/+0
2008-02-01[NETNS]: Tcp-v6 sockets per-net lookup.Pavel Emelyanov1-1/+1
2008-02-01[NETNS]: Tcp-v4 sockets per-net lookup.Pavel Emelyanov1-1/+1
2008-02-01[INET_DIAG]: Fix inet_diag_lock_handler error path.Arnaldo Carvalho de Melo1-5/+6
2008-01-29[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev1-1/+1
2007-12-03[INET]: Fix inet_diag dead-lock regressionHerbert Xu1-21/+46
2007-11-29[INET]: Fix inet_diag register vs rcv racePavel Emelyanov1-9/+5
2007-11-07[INET]: Remove per bucket rwlock in tcp/dccp ehash table.Eric Dumazet1-4/+5
2007-10-22[INET]: Let inet_diag and friends autoloadJean Delvare1-0/+7
2007-10-11[NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev1-8/+4
2007-10-11[NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu1-1/+1
2007-10-11[NET]: Support multiple network namespaces with netlinkEric W. Biederman1-2/+2
2007-10-11[NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen1-2/+3
2007-09-11[INET_DIAG]: Fix oops in netlink_rcv_skbPatrick McHardy1-0/+4
2007-04-26[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-26[NETLINK]: Directly return -EINTR from netlink_dump_start()Thomas Graf1-7/+2
2007-04-26[IPv4] diag: Use netlink_run_queue() to process the receive queueThomas Graf1-47/+27
2007-04-26[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo1-3/+4
2007-04-26[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo1-1/+1
2007-04-26[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-6/+6
2007-02-11[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-2/+2
2007-02-09[NET]: change layout of ehash tableEric Dumazet1-1/+1
2007-02-08[NETLINK]: Don't BUG on undersized allocationsPatrick McHardy1-7/+10
2006-09-29[IPV4]: inet_diag annotationsAl Viro1-6/+6
2006-07-22[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-10[INET_DIAG]: Introduce sk_diag_fillArnaldo Carvalho de Melo1-10/+24
2006-01-10[INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_diag_fillArnaldo Carvalho de Melo1-47/+111
2006-01-10[INET_DIAG]: whitespace/simple cleanupsArnaldo Carvalho de Melo1-29/+28