aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_diag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-01inet_diag: allow protocols to provide additional dataIvan Delalande1-4/+18
2017-08-18net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)1-0/+11
2017-01-13tcp: remove early retransmitYuchung Cheng1-1/+0
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng1-0/+1
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet1-15/+33
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov1-0/+9
2016-10-20tcp: relax listening_hash operationsEric Dumazet1-12/+4
2016-09-08net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti1-16/+33
2016-08-24net: diag: allow socket bytecode filters to match socket marksLorenzo Colitti1-3/+33
2016-08-24net: diag: slightly refactor the inet_diag_bc_audit error checks.Lorenzo Colitti1-11/+17
2016-06-28net: diag: Add support to filter on device indexDavid Ahern1-0/+25
2016-04-26sock_diag: align nlattr properly when neededNicolas Dichtel1-3/+6
2016-04-21net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long1-6/+6
2016-04-15sctp: export some functions for sctp_diag in inet_diagXin Long1-26/+41
2016-04-04tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet1-2/+1
2016-04-04tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet1-2/+5
2016-03-14net: diag: add a scheduling point in inet_diag_dump_icsk()Eric Dumazet1-0/+1
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek1-3/+3
2016-01-20net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet1-7/+14
2015-12-15net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti1-8/+15
2015-12-15net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti1-15/+27
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet1-88/+8
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet1-1/+1
2015-07-10net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter1-2/+2
2015-06-24net: inet_diag: export IPV6_V6ONLY sockoptPhil Sutter1-0/+4
2015-06-23inet_diag: Remove _bh suffix in inet_diag_dump_reqs().Hiroaki SHIMODA1-2/+2
2015-06-21sock_diag: fetch source port from inet_sockCraig Gallek1-0/+2
2015-06-15sock_diag: implement a get_info handler for inetCraig Gallek1-0/+46
2015-06-15sock_diag: specify info_size per inet protocolCraig Gallek1-2/+2
2015-04-29tcp: prepare CC get_info() access from getsockopt()Eric Dumazet1-3/+5
2015-04-17inet_diag: fix access to tcp cc informationEric Dumazet1-6/+22
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet1-2/+2
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