aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-24icmp: prepare rfc 4884 for ipv6Willem de Bruijn1-1/+13
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-8/+5
2020-07-24net/ipv4: switch do_ip_setsockopt to sockptr_tChristoph Hellwig1-35/+33
2020-07-24net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig1-3/+4
2020-07-24net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig1-1/+2
2020-07-24bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig1-1/+2
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig1-1/+2
2020-07-24net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig1-1/+2
2020-07-19icmp: support rfc 4884Willem de Bruijn1-0/+12
2020-07-19net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig1-153/+61
2020-07-19net/ipv4: factor out mcast join/leave setsockopt helpersChristoph Hellwig1-53/+56
2020-07-19net/ipv4: factor out MCAST_MSFILTER setsockopt helpersChristoph Hellwig1-76/+86
2020-07-19net/ipv4: factor out MCAST_MSFILTER getsockopt helpersChristoph Hellwig1-61/+70
2020-07-19netfilter: remove the compat_{get,set} methodsChristoph Hellwig1-3/+2
2020-05-28ipv4: add ip_sock_set_pktinfoChristoph Hellwig1-0/+8
2020-05-28ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig1-0/+11
2020-05-28ipv4: add ip_sock_set_recverrChristoph Hellwig1-0/+8
2020-05-28ipv4: add ip_sock_set_freebindChristoph Hellwig1-0/+8
2020-05-28ipv4: add ip_sock_set_tosChristoph Hellwig1-9/+21
2020-05-25ipv4: potential underflow in compat_ip_setsockopt()Dan Carpenter1-1/+1
2020-05-20handle the group_source_req options directlyAl Viro1-2/+21
2020-05-20ipv4: take handling of group_source_req options into a helperAl Viro1-39/+44
2020-05-20ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro1-0/+31
2020-05-20ipv4: do compat setsockopt for MCAST_MSFILTER directlyAl Viro1-1/+47
2020-05-20set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helperAl Viro1-33/+40
2020-05-20get rid of compat_mc_getsockopt()Al Viro1-3/+41
2020-05-20ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro1-5/+14
2020-05-20compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyAl Viro1-1/+9
2020-05-11net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig1-1/+2
2019-05-25ip_sockglue: Fix missing-check bug in ip_ra_control()Gen Zhang1-0/+2
2019-01-10ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn1-7/+5
2018-11-05net: bpfilter: fix iptables failure if bpfilter_umh is disabledTaehee Yoo1-3/+3
2018-10-02ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet1-2/+1
2018-07-24ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn1-2/+5