开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ip_sockglue.c
Age
Commit message (
Expand
)
Author
2023-07-29
net: annotate data-races around sk->sk_priority
Eric Dumazet
2023-05-23
ipv{4,6}/raw: fix output xfrm lookup wrt protocol
Nicolas Dichtel
2023-01-25
inet: Add IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
2022-11-08
net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()
David Howells
2022-10-24
net: remove useless parameter of __sock_cmsg_send
xu xin
2022-09-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-02
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
2022-09-02
bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-02
bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-08-24
net: Fix data-races around sysctl_optmem_max.
Kuniyuki Iwashima
2022-08-18
bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
Martin KaFai Lau
2022-08-18
bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capa...
Martin KaFai Lau
2022-07-18
igmp: Fix data-races around sysctl_igmp_max_msf.
Kuniyuki Iwashima
2022-07-15
ip: Fix data-races around sysctl_ip_default_ttl.
Kuniyuki Iwashima
2021-11-20
ipv4: Exposing __ip_sock_set_tos() in ip.h
Poorva Sonparote
2021-10-25
ipv4: guard IP_MINTTL with a static key
Eric Dumazet
2021-10-25
ipv4: annotate data races arount inet->min_ttl
Eric Dumazet
2021-08-05
net/ipv4/ipv6: Replace one-element arraya with flexible-array members
Gustavo A. R. Silva
2021-08-05
net/ipv4: Revert use of struct_size() helper
Gustavo A. R. Silva
2021-08-02
net/ipv4: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2020-08-25
net: Remove duplicated midx check against 0
Miaohe Lin
2020-07-24
icmp: prepare rfc 4884 for ipv6
Willem de Bruijn
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-24
net/ipv4: switch do_ip_setsockopt to sockptr_t
Christoph Hellwig
2020-07-24
net/ipv4: merge ip_options_get and ip_options_get_from_user
Christoph Hellwig
2020-07-24
net/ipv4: switch ip_mroute_setsockopt to sockptr_t
Christoph Hellwig
2020-07-24
bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t
Christoph Hellwig
2020-07-24
netfilter: switch nf_setsockopt to sockptr_t
Christoph Hellwig
2020-07-24
net/xfrm: switch xfrm_user_policy to sockptr_t
Christoph Hellwig
2020-07-19
icmp: support rfc 4884
Willem de Bruijn
2020-07-19
net/ipv4: remove compat_ip_{get,set}sockopt
Christoph Hellwig
2020-07-19
net/ipv4: factor out mcast join/leave setsockopt helpers
Christoph Hellwig
2020-07-19
net/ipv4: factor out MCAST_MSFILTER setsockopt helpers
Christoph Hellwig
2020-07-19
net/ipv4: factor out MCAST_MSFILTER getsockopt helpers
Christoph Hellwig
2020-07-19
netfilter: remove the compat_{get,set} methods
Christoph Hellwig
2020-05-28
ipv4: add ip_sock_set_pktinfo
Christoph Hellwig
2020-05-28
ipv4: add ip_sock_set_mtu_discover
Christoph Hellwig
2020-05-28
ipv4: add ip_sock_set_recverr
Christoph Hellwig
2020-05-28
ipv4: add ip_sock_set_freebind
Christoph Hellwig
2020-05-28
ipv4: add ip_sock_set_tos
Christoph Hellwig
2020-05-25
ipv4: potential underflow in compat_ip_setsockopt()
Dan Carpenter
2020-05-20
handle the group_source_req options directly
Al Viro
2020-05-20
ipv4: take handling of group_source_req options into a helper
Al Viro
2020-05-20
ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directly
Al Viro
2020-05-20
ipv4: do compat setsockopt for MCAST_MSFILTER directly
Al Viro
2020-05-20
set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helper
Al Viro
2020-05-20
get rid of compat_mc_getsockopt()
Al Viro
2020-05-20
ip*_mc_gsfget(): lift copyout of struct group_filter into callers
Al Viro
2020-05-20
compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitly
Al Viro
2020-05-11
net: cleanly handle kernel vs user buffers for ->msg_control
Christoph Hellwig
[next]