summaryrefslogtreecommitdiff
path: root/include/net/inet_sock.h
AgeCommit message (Expand)Author
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-26tcp: TCP experimental option for SMCUrsula Braun
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet
2017-01-25net/tcp-fastopen: Add new API supportWei Wang
2016-11-03ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn
2016-06-27ipv6: Allow request socks to contain IPv6 options.Huw Davies
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern
2015-12-07xfrm: take care of request socketsEric Dumazet
2015-11-08net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()Eric Dumazet
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet
2015-06-06inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet
2015-03-17inet: fix request sock refcountingEric Dumazet
2015-03-17inet: uninline inet_reqsk_alloc()Eric Dumazet
2015-03-17inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet
2015-03-17inet: move ir_mark to fill a holeEric Dumazet
2015-03-16inet: add proper refcounting to request sockEric Dumazet
2015-03-12inet: introduce ireq_familyEric Dumazet
2015-03-12inet: add rsk_refcnt/ireq_refcnt to request socksEric Dumazet
2015-03-12inet: add ireq_state field to inet_request_sockEric Dumazet
2015-03-12ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet
2015-03-11net: add real socket cookiesEric Dumazet
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert
2015-01-05ip: IP cmsg cleanupTom Herbert
2015-01-05ip: Move checksum convert defines to inetTom Herbert
2014-06-27net: remove inet6_reqsk_allocOctavian Purdila
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet
2013-10-10inet: includes a sock_common in request_sockEric Dumazet
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet
2013-09-28ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco
2013-09-21inet*.h: Remove extern from function prototypesJoe Perches
2013-06-12ipv4: remove is_data also from ip_options documentation.Rami Rosen
2013-02-21ipv6: use a stronger hash for tcpEric Dumazet
2012-11-30net: move inet_dport/inet_num in sock_commonEric Dumazet
2012-09-24net: use a per task frag allocatorEric Dumazet
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet
2012-07-31ipv4: Restore old dst_free() behavior.Eric Dumazet
2012-07-30net: ipv4: fix RCU races on dst refcountsEric Dumazet
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller
2012-07-10inet: Kill FLOWI_FLAG_PRECOW_METRICS.David S. Miller
2012-02-13net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc
2012-02-08ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-11-23ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei
2011-08-07ipv4: route non-local sources for raw socketJulian Anastasov