summaryrefslogtreecommitdiffstats
path: root/include/net/inet_sock.h
Commit message (Expand)AuthorAgeFilesLines
* udp: fix busy pollingEric Dumazet2024-01-211-5/+0
* Use READ/WRITE_ONCE() for IP local_port_range.David Laight2023-12-081-4/+1
* ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai2023-10-251-1/+0
* ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-151-0/+1
* ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet2023-09-151-0/+1
* ipv6: move np->repflow to atomic flagsEric Dumazet2023-09-151-0/+1
* ipv6: lockless IPV6_RECVERR implemetationEric Dumazet2023-09-151-0/+1
* ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet2023-09-151-0/+1
* ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet2023-09-151-0/+2
* ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet2023-09-151-0/+1
* ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet2023-09-151-0/+1
* ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet2023-09-151-0/+1
* 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