index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ip_sockglue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
1
-52
/
+62
2022-09-03
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
1
-2
/
+2
2022-09-03
bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-8
/
+8
2022-09-03
bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
1
-35
/
+45
2022-08-24
net: Fix data-races around sysctl_optmem_max.
Kuniyuki Iwashima
1
-3
/
+3
2022-08-19
bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
Martin KaFai Lau
1
-2
/
+2
2022-08-19
bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capa...
Martin KaFai Lau
1
-6
/
+6
2022-07-18
igmp: Fix data-races around sysctl_igmp_max_msf.
Kuniyuki Iwashima
1
-3
/
+3
2022-07-15
ip: Fix data-races around sysctl_ip_default_ttl.
Kuniyuki Iwashima
1
-1
/
+1
2021-11-20
ipv4: Exposing __ip_sock_set_tos() in ip.h
Poorva Sonparote
1
-1
/
+1
2021-10-26
ipv4: guard IP_MINTTL with a static key
Eric Dumazet
1
-0
/
+6
2021-10-26
ipv4: annotate data races arount inet->min_ttl
Eric Dumazet
1
-1
/
+4
2021-08-05
net/ipv4/ipv6: Replace one-element arraya with flexible-array members
Gustavo A. R. Silva
1
-9
/
+10
2021-08-05
net/ipv4: Revert use of struct_size() helper
Gustavo A. R. Silva
1
-7
/
+5
2021-08-02
net/ipv4: Replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-7
/
+8
2020-08-25
net: Remove duplicated midx check against 0
Miaohe Lin
1
-3
/
+2
2020-07-25
icmp: prepare rfc 4884 for ipv6
Willem de Bruijn
1
-1
/
+13
2020-07-25
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-8
/
+5
2020-07-25
net/ipv4: switch do_ip_setsockopt to sockptr_t
Christoph Hellwig
1
-35
/
+33
2020-07-25
net/ipv4: merge ip_options_get and ip_options_get_from_user
Christoph Hellwig
1
-3
/
+4
2020-07-25
net/ipv4: switch ip_mroute_setsockopt to sockptr_t
Christoph Hellwig
1
-1
/
+2
2020-07-25
bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t
Christoph Hellwig
1
-1
/
+2
2020-07-25
netfilter: switch nf_setsockopt to sockptr_t
Christoph Hellwig
1
-1
/
+2
2020-07-25
net/xfrm: switch xfrm_user_policy to sockptr_t
Christoph Hellwig
1
-1
/
+2
2020-07-20
icmp: support rfc 4884
Willem de Bruijn
1
-0
/
+12
2020-07-20
net/ipv4: remove compat_ip_{get,set}sockopt
Christoph Hellwig
1
-153
/
+61
2020-07-20
net/ipv4: factor out mcast join/leave setsockopt helpers
Christoph Hellwig
1
-53
/
+56
2020-07-20
net/ipv4: factor out MCAST_MSFILTER setsockopt helpers
Christoph Hellwig
1
-76
/
+86
2020-07-20
net/ipv4: factor out MCAST_MSFILTER getsockopt helpers
Christoph Hellwig
1
-61
/
+70
2020-07-20
netfilter: remove the compat_{get,set} methods
Christoph Hellwig
1
-3
/
+2
2020-05-28
ipv4: add ip_sock_set_pktinfo
Christoph Hellwig
1
-0
/
+8
2020-05-28
ipv4: add ip_sock_set_mtu_discover
Christoph Hellwig
1
-0
/
+11
2020-05-28
ipv4: add ip_sock_set_recverr
Christoph Hellwig
1
-0
/
+8
2020-05-28
ipv4: add ip_sock_set_freebind
Christoph Hellwig
1
-0
/
+8
2020-05-28
ipv4: add ip_sock_set_tos
Christoph Hellwig
1
-9
/
+21
2020-05-26
ipv4: potential underflow in compat_ip_setsockopt()
Dan Carpenter
1
-1
/
+1
2020-05-21
handle the group_source_req options directly
Al Viro
1
-2
/
+21
2020-05-21
ipv4: take handling of group_source_req options into a helper
Al Viro
1
-39
/
+44
2020-05-21
ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directly
Al Viro
1
-0
/
+31
2020-05-21
ipv4: do compat setsockopt for MCAST_MSFILTER directly
Al Viro
1
-1
/
+47
2020-05-21
set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helper
Al Viro
1
-33
/
+40
2020-05-21
get rid of compat_mc_getsockopt()
Al Viro
1
-3
/
+41
2020-05-21
ip*_mc_gsfget(): lift copyout of struct group_filter into callers
Al Viro
1
-5
/
+14
2020-05-21
compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitly
Al Viro
1
-1
/
+9
2020-05-12
net: cleanly handle kernel vs user buffers for ->msg_control
Christoph Hellwig
1
-1
/
+2
2019-05-25
ip_sockglue: Fix missing-check bug in ip_ra_control()
Gen Zhang
1
-0
/
+2
2019-01-10
ip: on queued skb use skb_header_pointer instead of pskb_may_pull
Willem de Bruijn
1
-7
/
+5
2018-11-06
net: bpfilter: fix iptables failure if bpfilter_umh is disabled
Taehee Yoo
1
-3
/
+3
2018-10-03
ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()
Eric Dumazet
1
-2
/
+1
2018-07-25
ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
Willem de Bruijn
1
-2
/
+5
[next]