aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_diag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-09inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov1-5/+6
2011-12-09inet_diag: Introduce the inet socket dumping routinePavel Emelyanov1-19/+34
2011-12-09inet_diag: Introduce the byte-code run on an inet socketPavel Emelyanov1-24/+31
2011-12-09inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov1-12/+16
2011-12-09inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov1-16/+22
2011-12-09inet_diag: Export inet diag cookie checking routinePavel Emelyanov1-5/+14
2011-12-09inet_diag: Reduce the number of args for bytecode run routinePavel Emelyanov1-6/+8
2011-12-09inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov1-3/+2
2011-12-06sock_diag: Move the sock_ code to net/core/Pavel Emelyanov1-99/+6
2011-12-06inet_diag: Cleanup type2proto last userPavel Emelyanov1-23/+24
2011-12-06inet_diag: Introduce socket family checksPavel Emelyanov1-1/+11
2011-12-06inet_diag: Switch the _dump to work with new headerPavel Emelyanov1-18/+53
2011-12-06inet_diag: Switch the _get_exact to work with new headerPavel Emelyanov1-7/+22
2011-12-06inet_diag: Introduce new inet_diag_req headerPavel Emelyanov1-7/+7
2011-12-06sock_diag: Initial skeletonPavel Emelyanov1-2/+100
2011-12-06inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov1-11/+23
2011-12-06inet_diag: Move byte-code finding up the call-stackPavel Emelyanov1-19/+17
2011-12-06sock_diag: Introduce new message typePavel Emelyanov1-2/+15
2011-12-06inet_diag: Partly rename inet_ to sock_Pavel Emelyanov1-14/+19
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-12/+6
2011-11-22net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 socketsMaciej Żenczykowski1-5/+9
2011-11-14net-netlink: Add a new attribute to expose TCLASS values via netlinkMaciej Żenczykowski1-2/+2
2011-10-12net-netlink: Add a new attribute to expose TOS values via netlinkMurali Raja1-0/+5
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+6
2011-06-17inet_diag: fix inet_diag_bc_audit()Eric Dumazet1-8/+6
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-1/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-1/+1
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller1-1/+1
2011-01-09netlink: 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-23net: return operator cleanupEric Dumazet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-19netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run()Roel Kluin1-1/+1
2009-10-18inet: 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-23net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet1-2/+2
2008-11-21inet_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-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet1-3/+4
2008-10-16net: 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-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-01-31[NETNS]: Tcp-v6 sockets per-net lookup.Pavel Emelyanov1-1/+1
2008-01-31[NETNS]: Tcp-v4 sockets per-net lookup.Pavel Emelyanov1-1/+1
2008-01-31[INET_DIAG]: Fix inet_diag_lock_handler error path.Arnaldo Carvalho de Melo1-5/+6
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev1-1/+1
2007-12-03[INET]: Fix inet_diag dead-lock regressionHerbert Xu1-21/+46