aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/ip_sockglue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERTJuntong Deng1-3/+10
2024-01-26ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel1-2/+4
2024-01-04bpfilter: remove bpfilterQuentin Deslandes1-12/+0
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet1-3/+3
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight1-17/+16
2023-10-27net: bpf: Use sockopt_lock_sock() in ip_sock_set_tos()Yonghong Song1-2/+2
2023-10-19inet: lock the socket in ip_sock_set_tos()Eric Dumazet1-2/+9
2023-10-01inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet1-13/+12
2023-10-01inet: lockless IP_PKTOPTIONS implementationEric Dumazet1-39/+37
2023-10-01inet: implement lockless getsockopt(IP_UNICAST_IF)Eric Dumazet1-5/+5
2023-10-01inet: lockless getsockopt(IP_MTU)Eric Dumazet1-11/+9
2023-10-01inet: lockless getsockopt(IP_OPTIONS)Eric Dumazet1-10/+10
2023-10-01inet: implement lockless IP_TOSEric Dumazet1-17/+12
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet1-11/+6
2023-10-01inet: implement lockless IP_MULTICAST_TTLEric Dumazet1-15/+16
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet1-1/+1
2023-08-28inet: fix IP_TRANSPARENT error handlingEric Dumazet1-5/+3
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet1-1/+1
2023-08-16inet: implement lockless IP_MINTTLEric Dumazet1-18/+14
2023-08-16inet: implement lockless IP_TTLEric Dumazet1-15/+12
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet1-6/+6
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet1-10/+8
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet1-15/+13
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet1-11/+11
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet1-8/+8
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet1-10/+8
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet1-12/+9
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet1-9/+9
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet1-13/+10
2023-08-16inet: set/get simple options locklesslyEric Dumazet1-56/+62
2023-08-16inet: introduce inet->inet_flagsEric Dumazet1-53/+31
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet1-1/+1
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel1-1/+11
2023-01-25inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki1-0/+18
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells1-0/+1
2022-10-24net: remove useless parameter of __sock_cmsg_sendxu xin1-1/+1
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni1-52/+62
2022-09-02bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau1-2/+2
2022-09-02bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpfMartin KaFai Lau1-8/+8
2022-09-02bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau1-35/+45
2022-08-24net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima1-3/+3
2022-08-18bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()Martin KaFai Lau1-2/+2
2022-08-18bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capable()Martin KaFai Lau1-6/+6
2022-07-18igmp: Fix data-races around sysctl_igmp_max_msf.Kuniyuki Iwashima1-3/+3
2022-07-15ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima1-1/+1
2021-11-20ipv4: Exposing __ip_sock_set_tos() in ip.hPoorva Sonparote1-1/+1
2021-10-25ipv4: guard IP_MINTTL with a static keyEric Dumazet1-0/+6
2021-10-25ipv4: annotate data races arount inet->min_ttlEric Dumazet1-1/+4
2021-08-05net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva1-9/+10