summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-061-52/+62
|\
| * bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau2022-09-021-2/+2
| * bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpfMartin KaFai Lau2022-09-021-8/+8
| * bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-021-35/+45
| * bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()Martin KaFai Lau2022-08-181-2/+2
| * bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capa...Martin KaFai Lau2022-08-181-6/+6
* | net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima2022-08-241-3/+3
|/
* igmp: Fix data-races around sysctl_igmp_max_msf.Kuniyuki Iwashima2022-07-181-3/+3
* ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima2022-07-151-1/+1
* ipv4: Exposing __ip_sock_set_tos() in ip.hPoorva Sonparote2021-11-201-1/+1
* ipv4: guard IP_MINTTL with a static keyEric Dumazet2021-10-251-0/+6
* ipv4: annotate data races arount inet->min_ttlEric Dumazet2021-10-251-1/+4
* net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva2021-08-051-9/+10
* net/ipv4: Revert use of struct_size() helperGustavo A. R. Silva2021-08-051-7/+5
* net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-08-021-7/+8
* net: Remove duplicated midx check against 0Miaohe Lin2020-08-251-3/+2
* icmp: prepare rfc 4884 for ipv6Willem de Bruijn2020-07-241-1/+13
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-8/+5
* net/ipv4: switch do_ip_setsockopt to sockptr_tChristoph Hellwig2020-07-241-35/+33
* net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig2020-07-241-3/+4
* net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-241-1/+2
* bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig2020-07-241-1/+2
* netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-241-1/+2
* net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig2020-07-241-1/+2
* icmp: support rfc 4884Willem de Bruijn2020-07-191-0/+12
* net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig2020-07-191-153/+61
* net/ipv4: factor out mcast join/leave setsockopt helpersChristoph Hellwig2020-07-191-53/+56
* net/ipv4: factor out MCAST_MSFILTER setsockopt helpersChristoph Hellwig2020-07-191-76/+86
* net/ipv4: factor out MCAST_MSFILTER getsockopt helpersChristoph Hellwig2020-07-191-61/+70
* netfilter: remove the compat_{get,set} methodsChristoph Hellwig2020-07-191-3/+2
* ipv4: add ip_sock_set_pktinfoChristoph Hellwig2020-05-281-0/+8
* ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig2020-05-281-0/+11
* ipv4: add ip_sock_set_recverrChristoph Hellwig2020-05-281-0/+8
* ipv4: add ip_sock_set_freebindChristoph Hellwig2020-05-281-0/+8
* ipv4: add ip_sock_set_tosChristoph Hellwig2020-05-281-9/+21
* ipv4: potential underflow in compat_ip_setsockopt()Dan Carpenter2020-05-251-1/+1
* handle the group_source_req options directlyAl Viro2020-05-201-2/+21
* ipv4: take handling of group_source_req options into a helperAl Viro2020-05-201-39/+44
* ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro2020-05-201-0/+31
* ipv4: do compat setsockopt for MCAST_MSFILTER directlyAl Viro2020-05-201-1/+47
* set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helperAl Viro2020-05-201-33/+40
* get rid of compat_mc_getsockopt()Al Viro2020-05-201-3/+41
* ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro2020-05-201-5/+14
* compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyAl Viro2020-05-201-1/+9
* net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig2020-05-111-1/+2
* ip_sockglue: Fix missing-check bug in ip_ra_control()Gen Zhang2019-05-251-0/+2
* ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2019-01-101-7/+5
* net: bpfilter: fix iptables failure if bpfilter_umh is disabledTaehee Yoo2018-11-051-3/+3
* ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet2018-10-021-2/+1
* ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-241-2/+5