summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_sockglue.c
AgeCommit message (Expand)AuthorFilesLines
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-26inet: 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-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni1-52/+62
2022-09-03bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau1-2/+2
2022-09-03bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpfMartin KaFai Lau1-8/+8
2022-09-03bpf: 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-19bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()Martin KaFai Lau1-2/+2
2022-08-19bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capa...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-26ipv4: guard IP_MINTTL with a static keyEric Dumazet1-0/+6
2021-10-26ipv4: 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
2021-08-05net/ipv4: Revert use of struct_size() helperGustavo A. R. Silva1-7/+5
2021-08-02net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva1-7/+8
2020-08-25net: Remove duplicated midx check against 0Miaohe Lin1-3/+2
2020-07-25icmp: prepare rfc 4884 for ipv6Willem de Bruijn1-1/+13
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-8/+5
2020-07-25net/ipv4: switch do_ip_setsockopt to sockptr_tChristoph Hellwig1-35/+33
2020-07-25net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig1-3/+4
2020-07-25net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig1-1/+2
2020-07-25bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig1-1/+2
2020-07-25netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig1-1/+2
2020-07-25net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig1-1/+2
2020-07-20icmp: support rfc 4884Willem de Bruijn1-0/+12
2020-07-20net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig1-153/+61
2020-07-20net/ipv4: factor out mcast join/leave setsockopt helpersChristoph Hellwig1-53/+56
2020-07-20net/ipv4: factor out MCAST_MSFILTER setsockopt helpersChristoph Hellwig1-76/+86