summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_sockglue.c
AgeCommit message (Expand)Author
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet
2023-08-28inet: fix IP_TRANSPARENT error handlingEric Dumazet
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet
2023-08-16inet: implement lockless IP_MINTTLEric Dumazet
2023-08-16inet: implement lockless IP_TTLEric Dumazet
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet
2023-08-16inet: set/get simple options locklesslyEric Dumazet
2023-08-16inet: introduce inet->inet_flagsEric Dumazet
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel
2023-01-25inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells
2022-10-24net: remove useless parameter of __sock_cmsg_sendxu xin
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-02bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau
2022-09-02bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpfMartin KaFai Lau
2022-09-02bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-08-24net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima
2022-08-18bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()Martin KaFai Lau
2022-08-18bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capa...Martin KaFai Lau
2022-07-18igmp: Fix data-races around sysctl_igmp_max_msf.Kuniyuki Iwashima
2022-07-15ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima
2021-11-20ipv4: Exposing __ip_sock_set_tos() in ip.hPoorva Sonparote
2021-10-25ipv4: guard IP_MINTTL with a static keyEric Dumazet
2021-10-25ipv4: annotate data races arount inet->min_ttlEric Dumazet
2021-08-05net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva
2021-08-05net/ipv4: Revert use of struct_size() helperGustavo A. R. Silva
2021-08-02net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva
2020-08-25net: Remove duplicated midx check against 0Miaohe Lin
2020-07-24icmp: prepare rfc 4884 for ipv6Willem de Bruijn
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-24net/ipv4: switch do_ip_setsockopt to sockptr_tChristoph Hellwig
2020-07-24net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig
2020-07-24net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig
2020-07-24bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig
2020-07-24net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig
2020-07-19icmp: support rfc 4884Willem de Bruijn
2020-07-19net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig
2020-07-19net/ipv4: factor out mcast join/leave setsockopt helpersChristoph Hellwig
2020-07-19net/ipv4: factor out MCAST_MSFILTER setsockopt helpersChristoph Hellwig