aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/inet_sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERTJuntong Deng1-0/+1
2024-01-21udp: fix busy pollingEric Dumazet1-5/+0
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight1-4/+1
2023-10-25ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai1-1/+0
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet1-0/+1
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet1-0/+1
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet1-0/+1
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet1-0/+1
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet1-0/+1
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet1-0/+2
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet1-0/+1
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet1-0/+1
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet1-0/+1
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet1-1/+1
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet1-6/+4
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet1-3/+2
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet1-3/+3
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet1-2/+3
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet1-2/+3
2023-08-16inet: introduce inet->inet_flagsEric Dumazet1-11/+44
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-3/+4
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet1-4/+1
2023-01-25inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki1-0/+4
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