aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_diag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet1-2/+2
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+15
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet1-2/+2
2015-03-18inet: request sock should init IPv6/IPv4 addressesEric Dumazet1-2/+2
2015-03-16inet_diag: allow sk_diag_fill() to handle request socksEric Dumazet1-67/+53
2015-03-14inet_diag: factorize code in new inet_diag_msg_common_fill() helperEric Dumazet1-101/+47
2015-03-14inet_diag: adjust inet_sk_diag_fill() bug conditionEric Dumazet1-1/+1
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet1-1/+1
2015-03-13inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet1-3/+15
2015-03-12inet: introduce ireq_familyEric Dumazet1-1/+1
2015-03-12inet: get_openreq4() & get_openreq6() do not need listenerEric Dumazet1-2/+1
2015-03-11net: add real socket cookiesEric Dumazet1-5/+9
2015-03-10inet_diag: add const to inet_diag_req_v2Eric Dumazet1-11/+11
2015-03-10inet_diag: cleanupsEric Dumazet1-73/+71
2015-03-05inet_diag: remove duplicate code from inet_twsk_diag_dump()Eric Dumazet1-24/+31
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-3/+6
2014-01-13inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait socketsNeal Cardwell1-1/+4
2013-12-19net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann1-0/+16
2013-10-17inet_diag: use sock_gen_put()Eric Dumazet1-6/+3
2013-10-10inet: includes a sock_common in request_sockEric Dumazet1-11/+11
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-20/+15
2013-10-08tcp/dccp: remove twchainEric Dumazet1-35/+13
2013-10-03tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet1-3/+3
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy1-3/+3
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati1-1/+3
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+4
2012-12-09inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell1-7/+24
2012-12-09inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell1-11/+17
2012-12-09inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell1-3/+45
2012-12-09inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell1-14/+39
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2012-11-04net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov1-1/+4
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet1-1/+1
2012-10-23sock-diag: Report shutdown for inet and unix sockets (v2)Pavel Emelyanov1-0/+3
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-16/+16
2012-08-14userns: Teach inet_diag to work with user namespacesEric W. Biederman1-6/+15
2012-07-16net: make sock diag per-namespaceAndrey Vagin1-5/+16
2012-06-27inet_diag: Do not use RTA_PUT() macrosThomas Graf1-59/+53
2012-06-26inet_diag: Move away from NLMSG_PUT().David S. Miller1-19/+24
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-04-25net: sock_diag_handler structs can be constShan Wei1-2/+2
2012-04-25udp_diag: implement idiag_get_info for udp/udplite to get queue informationShan Wei1-1/+1
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-6/+12
2012-01-11inet_diag: Rename inet_diag_req_compat into inet_diag_reqPavel Emelyanov1-4/+4
2012-01-11inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov1-17/+17
2011-12-30inet_diag: Add the SKMEMINFO extensionPavel Emelyanov1-0/+4
2011-12-16sock_diag: Generalize requests cookies managementsPavel Emelyanov1-19/+4
2011-12-16sock_diag: Fix module netlink aliasesPavel Emelyanov1-3/+4
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-8/+8
2011-12-09inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov1-5/+6