summaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_diag.c
Commit message (Expand)AuthorAgeFilesLines
* net: convert syn_wait_lock to a spinlockEric Dumazet2015-03-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-3/+15
|\
| * inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet2015-03-131-3/+15
* | inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-201-2/+2
* | inet: request sock should init IPv6/IPv4 addressesEric Dumazet2015-03-181-2/+2
* | inet_diag: allow sk_diag_fill() to handle request socksEric Dumazet2015-03-161-67/+53
* | inet_diag: factorize code in new inet_diag_msg_common_fill() helperEric Dumazet2015-03-141-101/+47
* | inet_diag: adjust inet_sk_diag_fill() bug conditionEric Dumazet2015-03-141-1/+1
* | inet: fill request sock ir_iif for IPv4Eric Dumazet2015-03-141-1/+1
* | inet: introduce ireq_familyEric Dumazet2015-03-121-1/+1
* | inet: get_openreq4() & get_openreq6() do not need listenerEric Dumazet2015-03-121-2/+1
* | net: add real socket cookiesEric Dumazet2015-03-111-5/+9
* | inet_diag: add const to inet_diag_req_v2Eric Dumazet2015-03-101-11/+11
* | inet_diag: cleanupsEric Dumazet2015-03-101-73/+71
* | inet_diag: remove duplicate code from inet_twsk_diag_dump()Eric Dumazet2015-03-051-24/+31
|/
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-3/+6
* inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait socketsNeal Cardwell2014-01-131-1/+4
* net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann2013-12-191-0/+16
* inet_diag: use sock_gen_put()Eric Dumazet2013-10-171-6/+3
* inet: includes a sock_common in request_sockEric Dumazet2013-10-101-11/+11
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-20/+15
* tcp/dccp: remove twchainEric Dumazet2013-10-081-35/+13
* tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet2013-10-031-3/+3
* netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy2013-04-191-3/+3
* tcp: Tail loss probe (TLP)Nandita Dukkipati2013-03-121-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-121-1/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-101-1/+4
| |\
| * | tcp: better retrans tracking for defer-acceptEric Dumazet2012-11-031-1/+1
| * | sock-diag: Report shutdown for inet and unix sockets (v2)Pavel Emelyanov2012-10-231-0/+3
* | | inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell2012-12-091-7/+24
* | | inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell2012-12-091-11/+17
* | | inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell2012-12-091-3/+45
* | | inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell2012-12-091-14/+39
| |/ |/|
* | net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov2012-11-041-1/+4
|/
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-16/+16
* userns: Teach inet_diag to work with user namespacesEric W. Biederman2012-08-141-6/+15
* net: make sock diag per-namespaceAndrey Vagin2012-07-161-5/+16
* inet_diag: Do not use RTA_PUT() macrosThomas Graf2012-06-271-59/+53
* inet_diag: Move away from NLMSG_PUT().David S. Miller2012-06-261-19/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-1/+1
|\
| * udp_diag: implement idiag_get_info for udp/udplite to get queue informationShan Wei2012-04-251-1/+1
* | net: sock_diag_handler structs can be constShan Wei2012-04-251-2/+2
|/
* netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-261-6/+12
* inet_diag: Rename inet_diag_req_compat into inet_diag_reqPavel Emelyanov2012-01-111-4/+4
* inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov2012-01-111-17/+17
* inet_diag: Add the SKMEMINFO extensionPavel Emelyanov2011-12-301-0/+4
* sock_diag: Generalize requests cookies managementsPavel Emelyanov2011-12-161-19/+4
* sock_diag: Fix module netlink aliasesPavel Emelyanov2011-12-161-3/+4
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-8/+8
* inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov2011-12-091-5/+6