summaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_diag.c
Commit message (Expand)AuthorAgeFilesLines
* 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-131-1/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-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-101-7/+24
* | | inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell2012-12-101-11/+17
* | | inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell2012-12-101-3/+45
* | | inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell2012-12-101-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-151-6/+15
* net: make sock diag per-namespaceAndrey Vagin2012-07-171-5/+16
* inet_diag: Do not use RTA_PUT() macrosThomas Graf2012-06-281-59/+53Star
* inet_diag: Move away from NLMSG_PUT().David S. Miller2012-06-271-19/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-081-1/+1
|\
| * udp_diag: implement idiag_get_info for udp/udplite to get queue informationShan Wei2012-04-261-1/+1
* | net: sock_diag_handler structs can be constShan Wei2012-04-261-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/+4Star
* sock_diag: Fix module netlink aliasesPavel Emelyanov2011-12-161-3/+4
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-121-8/+8
* inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov2011-12-091-5/+6
* inet_diag: Introduce the inet socket dumping routinePavel Emelyanov2011-12-091-19/+34
* inet_diag: Introduce the byte-code run on an inet socketPavel Emelyanov2011-12-091-24/+31
* inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov2011-12-091-12/+16
* inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov2011-12-091-16/+22
* inet_diag: Export inet diag cookie checking routinePavel Emelyanov2011-12-091-5/+14
* inet_diag: Reduce the number of args for bytecode run routinePavel Emelyanov2011-12-091-6/+8
* inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov2011-12-091-3/+2Star
* sock_diag: Move the sock_ code to net/core/Pavel Emelyanov2011-12-061-99/+6Star
* inet_diag: Cleanup type2proto last userPavel Emelyanov2011-12-061-23/+24
* inet_diag: Introduce socket family checksPavel Emelyanov2011-12-061-1/+11
* inet_diag: Switch the _dump to work with new headerPavel Emelyanov2011-12-061-18/+53
* inet_diag: Switch the _get_exact to work with new headerPavel Emelyanov2011-12-061-7/+22
* inet_diag: Introduce new inet_diag_req headerPavel Emelyanov2011-12-061-7/+7
* sock_diag: Initial skeletonPavel Emelyanov2011-12-061-2/+100
* inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov2011-12-061-11/+23
* inet_diag: Move byte-code finding up the call-stackPavel Emelyanov2011-12-061-19/+17Star
* sock_diag: Introduce new message typePavel Emelyanov2011-12-061-2/+15
* inet_diag: Partly rename inet_ to sock_Pavel Emelyanov2011-12-061-14/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-261-3/+6
|\
| * net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 socketsMaciej Żenczykowski2011-11-221-5/+9
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-12/+6Star
|/
* net-netlink: Add a new attribute to expose TCLASS values via netlinkMaciej Żenczykowski2011-11-141-2/+2
* net-netlink: Add a new attribute to expose TOS values via netlinkMurali Raja2011-10-131-0/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-211-8/+6Star
|\