aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet_sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-29net: allow unbound socket for packets in VRF when tcp_l3mdev_accept setMike Manning1-0/+11
2022-07-15tcp: Fix data-races around sysctl_tcp_l3mdev_accept.Kuniyuki Iwashima1-2/+2
2022-07-15tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima1-1/+2
2022-07-15ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima1-1/+1
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski1-0/+5
2022-05-16tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()Eric Dumazet1-2/+3
2021-11-17ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti1-0/+12
2021-10-25tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet1-2/+1
2020-08-26inet: remove inet_sk_copy_descendant()Eric Dumazet1-7/+0
2020-07-19icmp: support rfc 4884Willem de Bruijn1-0/+1
2020-03-02net: inet_sock: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-11-07net: ensure unbound stream socket to be chosen when not in a VRFMike Manning1-0/+8
2018-11-07net: allow binding socket in a VRF when there's an unbound socketRobert Shearman1-0/+13
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet1-5/+0
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet1-2/+1
2018-08-01net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat1-0/+8
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia1-0/+1
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn1-0/+1
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_storeYafang Shao1-1/+24
2017-12-20net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tracepointYafang Shao1-0/+2
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+0
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-3/+0
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2017-10-26tcp: TCP experimental option for SMCUrsula Braun1-1/+2
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet1-0/+6
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet1-1/+1
2017-01-25net/tcp-fastopen: Add new API supportWei Wang1-1/+5
2016-11-03ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn1-0/+1
2016-06-27ipv6: Allow request socks to contain IPv6 options.Huw Davies1-1/+6
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern1-0/+14
2015-12-07xfrm: take care of request socketsEric Dumazet1-4/+23
2015-11-08net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()Eric Dumazet1-0/+12
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet1-1/+2
2015-06-06inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet1-0/+1
2015-03-17inet: fix request sock refcountingEric Dumazet1-1/+0
2015-03-17inet: uninline inet_reqsk_alloc()Eric Dumazet1-22/+2
2015-03-17inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet1-3/+6
2015-03-17inet: move ir_mark to fill a holeEric Dumazet1-6/+5
2015-03-16inet: add proper refcounting to request sockEric Dumazet1-0/+5
2015-03-12inet: introduce ireq_familyEric Dumazet1-0/+1
2015-03-12inet: add rsk_refcnt/ireq_refcnt to request socksEric Dumazet1-0/+1
2015-03-12inet: add ireq_state field to inet_request_sockEric Dumazet1-0/+3
2015-03-12ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet1-0/+1
2015-03-11net: add real socket cookiesEric Dumazet1-0/+2
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert1-0/+1
2015-01-05ip: IP cmsg cleanupTom Herbert1-1/+10
2015-01-05ip: Move checksum convert defines to inetTom Herbert1-0/+17
2014-06-27net: remove inet6_reqsk_allocOctavian Purdila1-2/+4