index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
2023-05-24
tcp: add annotations around sk->sk_shutdown accesses
Eric Dumazet
2023-05-24
net: deal with most data-races in sk_wait_event()
Eric Dumazet
2023-05-11
ipv4: Fix potential uninit variable access bug in __ip_make_skb()
Ziyang Xuan
2023-04-20
tcp: restrict net.ipv4.tcp_app_win
YueHaibing
2023-04-20
bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp
Martin KaFai Lau
2023-04-13
ping: Fix potentail NULL deref for /proc/net/icmp.
Kuniyuki Iwashima
2023-04-13
raw: Fix NULL deref in raw_get_next().
Kuniyuki Iwashima
2023-04-13
raw: use net_hash_mix() in hash function
Eric Dumazet
2023-04-13
icmp: guard against too small mtu
Eric Dumazet
2023-03-30
erspan: do not use skb_mac_header() in ndo_start_xmit()
Eric Dumazet
2023-03-22
ipv4: Fix incorrect table ID in IOCTL path
Ido Schimmel
2023-03-22
tcp: Fix bind() conflict check for dual-stack wildcard address.
Kuniyuki Iwashima
2023-03-22
net: tunnels: annotate lockless accesses to dev->needed_headroom
Eric Dumazet
2023-03-22
tcp: tcp_make_synack() can be called from process context
Breno Leitao
2023-03-17
netfilter: tproxy: fix deadlock due to missing BH disable
Florian Westphal
2023-03-17
bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...
Liu Jian
2023-03-11
tcp: tcp_check_req() can be called from process context
Eric Dumazet
2023-03-11
netfilter: x_tables: fix percpu counter block leak on error path when creatin...
Pavel Tikhomirov
2023-03-11
netfilter: ebtables: fix table blob use-after-free
Florian Westphal
2023-03-10
inet: fix fast path in __inet_hash_connect()
Pietro Borrello
2023-02-14
txhash: fix sk->sk_txrehash default
Kevin Yang
2023-02-09
use less confusing names for iov_iter direction initializers
Al Viro
2023-02-09
bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener
Jakub Sitnicki
2023-02-01
ipv4: prevent potential spectre v1 gadget in fib_metrics_match()
Eric Dumazet
2023-02-01
ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()
Eric Dumazet
2023-02-01
tcp: fix rate_app_limited to default to 1
David Morley
2023-02-01
tcp: avoid the lookup process failing to get sk in ehash table
Jason Xing
2023-01-24
net/ulp: use consistent error code when blocking ULP
Paolo Abeni
2023-01-12
net/ulp: prevent ULP without clone op from entering the LISTEN status
Paolo Abeni
2023-01-12
tcp: Add TIME_WAIT sockets in bhash2.
Kuniyuki Iwashima
2023-01-07
mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
Matthieu Baerts
2022-12-31
net/tunnel: wait until all sk_user_data reader finish before releasing the sock
Hangbin Liu
2022-12-31
bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirect
Pengcheng Yang
2022-12-31
bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes
Pengcheng Yang
2022-12-31
bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data
Pengcheng Yang
2022-12-31
net: Return errno in sk->sk_prot->get_port().
Kuniyuki Iwashima
2022-12-31
udp: Clean up some functions.
Kuniyuki Iwashima
2022-12-06
ipv4: Fix incorrect route flushing when table ID 0 is used
Ido Schimmel
2022-12-06
ipv4: Fix incorrect route flushing when source address is deleted
Ido Schimmel
2022-12-06
ip_gre: do not report erspan version on GRE interface
Hangbin Liu
2022-12-01
inet: ping: use hlist_nulls rcu iterator during lookup
Florian Westphal
2022-11-28
ipv4: Fix route deletion when nexthop info is not specified
Ido Schimmel
2022-11-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
2022-11-22
ipv4: Fix error return code in fib_table_insert()
Ziyang Xuan
2022-11-22
dccp/tcp: Fixup bhash2 bucket when connect() fails.
Kuniyuki Iwashima
2022-11-22
dccp/tcp: Update saddr under bhash's lock.
Kuniyuki Iwashima
2022-11-22
dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().
Kuniyuki Iwashima
2022-11-22
dccp/tcp: Reset saddr on failure after inet6?_hash_connect().
Kuniyuki Iwashima
2022-11-21
ipv4/fib: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
Kees Cook
2022-11-18
netfilter: conntrack: Fix data-races around ct mark
Daniel Xu
[next]