aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/inet_diag.c
AgeCommit message (Expand)Author
2015-03-26inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet
2014-02-06inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell
2014-01-15net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-09inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell
2012-12-09inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell
2012-12-09inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell
2012-12-09inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-04net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet
2012-10-23sock-diag: Report shutdown for inet and unix sockets (v2)Pavel Emelyanov
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-08-14userns: Teach inet_diag to work with user namespacesEric W. Biederman
2012-07-16net: make sock diag per-namespaceAndrey Vagin
2012-06-27inet_diag: Do not use RTA_PUT() macrosThomas Graf
2012-06-26inet_diag: Move away from NLMSG_PUT().David S. Miller
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-25net: sock_diag_handler structs can be constShan Wei
2012-04-25udp_diag: implement idiag_get_info for udp/udplite to get queue informationShan Wei
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso
2012-01-11inet_diag: Rename inet_diag_req_compat into inet_diag_reqPavel Emelyanov
2012-01-11inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov
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