summaryrefslogtreecommitdiffstats
path: root/include/net/inet_sock.h
Commit message (Expand)AuthorAgeFilesLines
* udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-261-0/+1
* net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao2017-12-201-1/+24
* net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao2017-12-201-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-3/+0
|\
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-0/+6
|\ \ | |/
| * tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-10-261-0/+6
* | tcp: TCP experimental option for SMCUrsula Braun2017-10-261-1/+2
|/
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-1/+1
* net/tcp-fastopen: Add new API supportWei Wang2017-01-251-1/+5
* ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn2016-11-031-0/+1
* ipv6: Allow request socks to contain IPv6 options.Huw Davies2016-06-271-1/+6
* net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern2015-12-181-0/+14
* xfrm: take care of request socketsEric Dumazet2015-12-071-4/+23
* net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()Eric Dumazet2015-11-081-0/+12
* tcp: avoid two atomic ops for syncookiesEric Dumazet2015-10-051-1/+2
* inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet2015-06-061-0/+1
* inet: fix request sock refcountingEric Dumazet2015-03-171-1/+0
* inet: uninline inet_reqsk_alloc()Eric Dumazet2015-03-171-22/+2
* inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet2015-03-171-3/+6
* inet: move ir_mark to fill a holeEric Dumazet2015-03-171-6/+5
* inet: add proper refcounting to request sockEric Dumazet2015-03-161-0/+5
* inet: introduce ireq_familyEric Dumazet2015-03-121-0/+1
* inet: add rsk_refcnt/ireq_refcnt to request socksEric Dumazet2015-03-121-0/+1
* inet: add ireq_state field to inet_request_sockEric Dumazet2015-03-121-0/+3
* ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet2015-03-121-0/+1
* net: add real socket cookiesEric Dumazet2015-03-111-0/+2
* ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-051-0/+1
* ip: IP cmsg cleanupTom Herbert2015-01-051-1/+10
* ip: Move checksum convert defines to inetTom Herbert2015-01-051-0/+17
* net: remove inet6_reqsk_allocOctavian Purdila2014-06-271-2/+4
* net: support marking accepting TCP socketsLorenzo Colitti2014-05-131-0/+10
* inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa2013-10-191-4/+0
* ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-191-16/+6
* inet: rename ir_loc_port to ir_numEric Dumazet2013-10-101-1/+1
* inet: includes a sock_common in request_sockEric Dumazet2013-10-101-7/+9
* inet: consolidate INET_TW_MATCHEric Dumazet2013-10-031-2/+0
* ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco2013-09-281-0/+3
* inet*.h: Remove extern from function prototypesJoe Perches2013-09-211-2/+2
* ipv4: remove is_data also from ip_options documentation.Rami Rosen2013-06-121-1/+0
* ipv6: use a stronger hash for tcpEric Dumazet2013-02-211-0/+1
* net: move inet_dport/inet_num in sock_commonEric Dumazet2012-11-301-3/+5
* net: use a per task frag allocatorEric Dumazet2012-09-241-3/+1
* net: ipv6: fix TCP early demuxEric Dumazet2012-08-061-9/+0
* ipv4: Restore old dst_free() behavior.Eric Dumazet2012-07-311-7/+3
* net: ipv4: fix RCU races on dst refcountsEric Dumazet2012-07-301-0/+13
* ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller2012-07-231-0/+1
* inet: Kill FLOWI_FLAG_PRECOW_METRICS.David S. Miller2012-07-101-2/+0
* net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc2012-02-131-0/+1
* ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover2012-02-081-0/+2
OpenPOWER on IntegriCloud