aboutsummaryrefslogtreecommitdiff
path: root/include/net/inet_sock.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-07net: ensure unbound stream socket to be chosen when not in a VRFGravatar Mike Manning 1-0/+8
2018-11-07net: allow binding socket in a VRF when there's an unbound socketGravatar Robert Shearman 1-0/+13
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optGravatar Eric Dumazet 1-5/+0
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedGravatar Eric Dumazet 1-2/+1
2018-08-01net: add helpers checking if socket can be bound to nonlocal addressGravatar Vincent Bernat 1-0/+8
2018-07-04net: ipv4: Hook into time based transmissionGravatar Jesus Sanchez-Palencia 1-0/+1
2018-04-26udp: generate gso with UDP_SEGMENTGravatar Willem de Bruijn 1-0/+1
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Gravatar Yafang Shao 1-1/+24
2017-12-20net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Gravatar Yafang Shao 1-0/+2
2017-11-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+0
2017-11-15kmemcheck: remove annotationsGravatar Levin, Alexander (Sasha Levin) 1-3/+0
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+6
2017-10-26tcp: TCP experimental option for SMCGravatar Ursula Braun 1-1/+2
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optGravatar Eric Dumazet 1-0/+6
2017-10-21tcp/dccp: fix ireq->opt racesGravatar Eric Dumazet 1-1/+1
2017-01-25net/tcp-fastopen: Add new API supportGravatar Wei Wang 1-1/+5
2016-11-03ipv4: add IP_RECVFRAGSIZE cmsgGravatar Willem de Bruijn 1-0/+1
2016-06-27ipv6: Allow request socks to contain IPv6 options.Gravatar Huw Davies 1-1/+6
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainGravatar David Ahern 1-0/+14
2015-12-07xfrm: take care of request socketsGravatar Eric Dumazet 1-4/+23
2015-11-08net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()Gravatar Eric Dumazet 1-0/+12
2015-10-05tcp: avoid two atomic ops for syncookiesGravatar Eric Dumazet 1-1/+2
2015-06-06inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsGravatar Eric Dumazet 1-0/+1
2015-03-17inet: fix request sock refcountingGravatar Eric Dumazet 1-1/+0
2015-03-17inet: uninline inet_reqsk_alloc()Gravatar Eric Dumazet 1-22/+2
2015-03-17inet: add sk_listener argument to inet_reqsk_alloc()Gravatar Eric Dumazet 1-3/+6
2015-03-17inet: move ir_mark to fill a holeGravatar Eric Dumazet 1-6/+5
2015-03-16inet: add proper refcounting to request sockGravatar Eric Dumazet 1-0/+5
2015-03-12inet: introduce ireq_familyGravatar Eric Dumazet 1-0/+1
2015-03-12inet: add rsk_refcnt/ireq_refcnt to request socksGravatar Eric Dumazet 1-0/+1
2015-03-12inet: add ireq_state field to inet_request_sockGravatar Eric Dumazet 1-0/+3
2015-03-12ipv6: add missing ireq_net & ir_cookie initializationsGravatar Eric Dumazet 1-0/+1
2015-03-11net: add real socket cookiesGravatar Eric Dumazet 1-0/+2
2015-01-05ip: Add offset parameter to ip_cmsg_recvGravatar Tom Herbert 1-0/+1
2015-01-05ip: IP cmsg cleanupGravatar Tom Herbert 1-1/+10
2015-01-05ip: Move checksum convert defines to inetGravatar Tom Herbert 1-0/+17
2014-06-27net: remove inet6_reqsk_allocGravatar Octavian Purdila 1-2/+4
2014-05-13net: support marking accepting TCP socketsGravatar Lorenzo Colitti 1-0/+10
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceGravatar Hannes Frederic Sowa 1-4/+0
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitGravatar Hannes Frederic Sowa 1-16/+6
2013-10-10inet: rename ir_loc_port to ir_numGravatar Eric Dumazet 1-1/+1
2013-10-10inet: includes a sock_common in request_sockGravatar Eric Dumazet 1-7/+9
2013-10-03inet: consolidate INET_TW_MATCHGravatar Eric Dumazet 1-2/+0
2013-09-28ipv4: processing ancillary IP_TOS or IP_TTLGravatar Francesco Fusco 1-0/+3
2013-09-21inet*.h: Remove extern from function prototypesGravatar Joe Perches 1-2/+2
2013-06-12ipv4: remove is_data also from ip_options documentation.Gravatar Rami Rosen 1-1/+0
2013-02-21ipv6: use a stronger hash for tcpGravatar Eric Dumazet 1-0/+1
2012-11-30net: move inet_dport/inet_num in sock_commonGravatar Eric Dumazet 1-3/+5
2012-09-24net: use a per task frag allocatorGravatar Eric Dumazet 1-3/+1
2012-08-06net: ipv6: fix TCP early demuxGravatar Eric Dumazet 1-9/+0