summaryrefslogtreecommitdiffstats
path: root/include/net/inet_sock.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-3/+3
* ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei2011-11-231-0/+2
* ipv4: route non-local sources for raw socketJulian Anastasov2011-08-071-1/+1
* inet: Decrease overhead of on-stack inet_cork.David S. Miller2011-05-061-4/+8
* inet: add RCU protection to inet->optEric Dumazet2011-04-281-3/+11
* inet: Remove explicit write references to sk/inet in ip_append_dataHerbert Xu2011-03-011-9/+14
* net: Pre-COW metrics for TCP.David S. Miller2011-01-271-1/+7
* net: optimize INET input path furtherEric Dumazet2010-12-091-2/+3
* igmp: RCU conversion of in_dev->mc_listEric Dumazet2010-11-121-1/+1