summaryrefslogtreecommitdiffstats
path: root/include/net/inet_sock.h
AgeCommit message (Expand)AuthorLines
2023-10-25ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai-1/+0
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet-0/+1
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet-0/+1
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet-0/+1
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet-0/+1
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet-0/+1
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet-0/+2
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet-0/+1
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet-0/+1
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet-0/+1
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet-1/+1
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet-6/+4
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet-2/+2
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet-1/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet-3/+2
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet-3/+3
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet-1/+1
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet-2/+2
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet-2/+3
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet-1/+1
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet-2/+3
2023-08-16inet: introduce inet->inet_flagsEric Dumazet-11/+44
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet-3/+4
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet-4/+1
2023-01-25inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki-0/+4
2022-07-29net: allow unbound socket for packets in VRF when tcp_l3mdev_accept setMike Manning-0/+11
2022-07-15tcp: Fix data-races around sysctl_tcp_l3mdev_accept.Kuniyuki Iwashima-2/+2
2022-07-15tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima-1/+2
2022-07-15ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima-1/+1
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski-0/+5
2022-05-16tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()Eric Dumazet-2/+3
2021-11-17ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti-0/+12
2021-10-25tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet-2/+1
2020-08-26inet: remove inet_sk_copy_descendant()Eric Dumazet-7/+0
2020-07-19icmp: support rfc 4884Willem de Bruijn-0/+1
2020-03-02net: inet_sock: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2018-11-07net: ensure unbound stream socket to be chosen when not in a VRFMike Manning-0/+8
2018-11-07net: allow binding socket in a VRF when there's an unbound socketRobert Shearman-0/+13
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet-5/+0
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet-2/+1
2018-08-01net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat-0/+8
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia-0/+1
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn-0/+1
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao-1/+24
2017-12-20net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao-0/+2
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+0