aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/inet_diag.c
AgeCommit message (Expand)Author
2011-12-30inet_diag: Add the SKMEMINFO extensionPavel Emelyanov
2011-12-16sock_diag: Generalize requests cookies managementsPavel Emelyanov
2011-12-16sock_diag: Fix module netlink aliasesPavel Emelyanov
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-09inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov
2011-12-09inet_diag: Introduce the inet socket dumping routinePavel Emelyanov
2011-12-09inet_diag: Introduce the byte-code run on an inet socketPavel Emelyanov
2011-12-09inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov
2011-12-09inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov
2011-12-09inet_diag: Export inet diag cookie checking routinePavel Emelyanov
2011-12-09inet_diag: Reduce the number of args for bytecode run routinePavel Emelyanov
2011-12-09inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov
2011-12-06sock_diag: Move the sock_ code to net/core/Pavel Emelyanov
2011-12-06inet_diag: Cleanup type2proto last userPavel Emelyanov
2011-12-06inet_diag: Introduce socket family checksPavel Emelyanov
2011-12-06inet_diag: Switch the _dump to work with new headerPavel Emelyanov
2011-12-06inet_diag: Switch the _get_exact to work with new headerPavel Emelyanov
2011-12-06inet_diag: Introduce new inet_diag_req headerPavel Emelyanov
2011-12-06sock_diag: Initial skeletonPavel Emelyanov
2011-12-06inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov
2011-12-06inet_diag: Move byte-code finding up the call-stackPavel Emelyanov
2011-12-06sock_diag: Introduce new message typePavel Emelyanov
2011-12-06inet_diag: Partly rename inet_ to sock_Pavel Emelyanov
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-22net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 socketsMaciej Żenczykowski
2011-11-14net-netlink: Add a new attribute to expose TCLASS values via netlinkMaciej Żenczykowski
2011-10-12net-netlink: Add a new attribute to expose TOS values via netlinkMurali Raja
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-17inet_diag: fix inet_diag_bc_audit()Eric Dumazet
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller
2011-01-09netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt
2010-11-04inet_diag: Make sure we actually run the same bytecode we audited.Nelson Elhage
2010-09-23net: return operator cleanupEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-19netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run()Roel Kluin
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet
2009-04-28inet_diag: Remove dup assignmentsArnaldo Carvalho de Melo
2008-11-23net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet
2008-11-21inet_diag: Missed conversion after changing inet ehash lockl to spinlocks.David S. Miller
2008-11-20net: listening_hash get a spinlock per bucketEric Dumazet
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg
2008-08-28inet_diag: Add empty bucket optimization to inet_diag tooAndi Kleen
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-01-31[NETNS]: Tcp-v6 sockets per-net lookup.Pavel Emelyanov