summaryrefslogtreecommitdiffstats
path: root/include/net/inet_sock.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-1/+1
|\
| * ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-201-1/+1
* | inet: move inet->defer_connect to inet->inet_flagsEric Dumazet2023-08-161-6/+4
* | inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet2023-08-161-2/+2
* | inet: move inet->nodefrag to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* | inet: move inet->is_icsk to inet->inet_flagsEric Dumazet2023-08-161-3/+2
* | inet: move inet->transparent to inet->inet_flagsEric Dumazet2023-08-161-3/+3
* | inet: move inet->mc_all to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* | inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* | inet: move inet->hdrincl to inet->inet_flagsEric Dumazet2023-08-161-2/+2
* | inet: move inet->freebind to inet->inet_flagsEric Dumazet2023-08-161-2/+3
* | inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* | inet: move inet->recverr to inet->inet_flagsEric Dumazet2023-08-161-2/+3
* | inet: introduce inet->inet_flagsEric Dumazet2023-08-161-11/+44
|/
* net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-3/+4
* inet: preserve const qualifier in inet_sk()Eric Dumazet2023-03-171-4/+1
* inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki2023-01-251-0/+4
* net: allow unbound socket for packets in VRF when tcp_l3mdev_accept setMike Manning2022-07-291-0/+11
* tcp: Fix data-races around sysctl_tcp_l3mdev_accept.Kuniyuki Iwashima2022-07-151-2/+2
* tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima2022-07-151-1/+2
* ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima2022-07-151-1/+1
* sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-231-0/+5
* tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()Eric Dumazet2022-05-161-2/+3
* ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti2021-11-171-0/+12
* tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet2021-10-251-2/+1
* inet: remove inet_sk_copy_descendant()Eric Dumazet2020-08-261-7/+0
* icmp: support rfc 4884Willem de Bruijn2020-07-191-0/+1
* net: inet_sock: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-021-1/+1
* ip: support SO_MARK cmsgWillem de Bruijn2019-09-131-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: ensure unbound stream socket to be chosen when not in a VRFMike Manning2018-11-071-0/+8
* net: allow binding socket in a VRF when there's an unbound socketRobert Shearman2018-11-071-0/+13
* inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-021-5/+0
* tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-011-2/+1
* net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2018-08-011-0/+8
* net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia2018-07-041-0/+1
* 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