index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ip_sockglue.c
Age
Commit message (
Expand
)
Author
2024-03-06
inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERT
Juntong Deng
2024-01-26
ipmr: fix kernel panic when forwarding mcast packets
Nicolas Dichtel
2024-01-04
bpfilter: remove bpfilter
Quentin Deslandes
2023-12-15
net: Namespace-ify sysctl_optmem_max
Eric Dumazet
2023-12-08
Use READ/WRITE_ONCE() for IP local_port_range.
David Laight
2023-10-27
net: bpf: Use sockopt_lock_sock() in ip_sock_set_tos()
Yonghong Song
2023-10-19
inet: lock the socket in ip_sock_set_tos()
Eric Dumazet
2023-10-01
inet: implement lockless getsockopt(IP_MULTICAST_IF)
Eric Dumazet
2023-10-01
inet: lockless IP_PKTOPTIONS implementation
Eric Dumazet
2023-10-01
inet: implement lockless getsockopt(IP_UNICAST_IF)
Eric Dumazet
2023-10-01
inet: lockless getsockopt(IP_MTU)
Eric Dumazet
2023-10-01
inet: lockless getsockopt(IP_OPTIONS)
Eric Dumazet
2023-10-01
inet: implement lockless IP_TOS
Eric Dumazet
2023-10-01
inet: implement lockless IP_MTU_DISCOVER
Eric Dumazet
2023-10-01
inet: implement lockless IP_MULTICAST_TTL
Eric Dumazet
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2023-08-28
inet: fix IP_TRANSPARENT error handling
Eric Dumazet
2023-08-20
net: selectively purge error queue in IP_RECVERR / IPV6_RECVERR
Eric Dumazet
2023-08-16
inet: implement lockless IP_MINTTL
Eric Dumazet
2023-08-16
inet: implement lockless IP_TTL
Eric Dumazet
2023-08-16
inet: move inet->bind_address_no_port to inet->inet_flags
Eric Dumazet
2023-08-16
inet: move inet->nodefrag to inet->inet_flags
Eric Dumazet
2023-08-16
inet: move inet->is_icsk to inet->inet_flags
Eric Dumazet
2023-08-16
inet: move inet->transparent to inet->inet_flags
Eric Dumazet
2023-08-16
inet: move inet->mc_all to inet->inet_frags
Eric Dumazet
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
2023-08-16
inet: move inet->hdrincl to inet->inet_flags
Eric Dumazet
2023-08-16
inet: move inet->freebind to inet->inet_flags
Eric Dumazet
2023-08-16
inet: move inet->recverr_rfc4884 to inet->inet_flags
Eric Dumazet
2023-08-16
inet: move inet->recverr to inet->inet_flags
Eric Dumazet
2023-08-16
inet: set/get simple options locklessly
Eric Dumazet
2023-08-16
inet: introduce inet->inet_flags
Eric Dumazet
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
[next]