index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-23
tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
David Howells
1
-8
/
+12
2023-05-23
tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
David Howells
1
-151
/
+7
2023-05-23
tcp: Support MSG_SPLICE_PAGES
David Howells
1
-7
/
+36
2023-05-23
net: Pass max frags into skb_append_pagefrags()
David Howells
1
-1
/
+2
2023-05-23
bpf, sockmap: Incorrectly handling copied_seq
John Fastabend
2
-10
/
+28
2023-05-23
bpf, sockmap: TCP data stall on recv before accept
John Fastabend
1
-0
/
+20
2023-05-23
bpf, sockmap: Handle fin correctly
John Fastabend
1
-0
/
+31
2023-05-23
bpf, sockmap: Pass skb ownership through read_skb
John Fastabend
2
-6
/
+2
2023-05-23
ipv{4,6}/raw: fix output xfrm lookup wrt protocol
Nicolas Dichtel
2
-2
/
+15
2023-05-22
net: ipconfig: move ic_nameservers_fallback into #ifdef block
Arnd Bergmann
1
-3
/
+3
2023-05-19
bpf: Add bpf_sock_destroy kfunc
Aditi Ghag
3
-7
/
+12
2023-05-19
bpf: udp: Implement batching for sockets iterator
Aditi Ghag
1
-6
/
+199
2023-05-19
udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state
Aditi Ghag
1
-20
/
+7
2023-05-19
bpf: udp: Encapsulate logic to get udp table
Aditi Ghag
1
-23
/
+12
2023-05-19
udp: seq_file: Helper function to match socket attributes
Aditi Ghag
1
-7
/
+27
2023-05-19
bpf: tcp: Avoid taking fast sock lock in iterator
Aditi Ghag
1
-3
/
+2
2023-05-18
inet: factor out locked section of inet_accept() in a new helper
Paolo Abeni
1
-15
/
+17
2023-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2023-05-17
net/tcp: optimise io_uring zc ubuf refcounting
Pavel Begunkov
1
-3
/
+6
2023-05-17
net/tcp: don't peek at tail for io_uring zc
Pavel Begunkov
1
-2
/
+1
2023-05-16
Revert "net: Remove low_thresh in ip defrag"
Jakub Kicinski
1
-5
/
+8
2023-05-15
net: Remove low_thresh in ip defrag
Angus Chen
1
-8
/
+5
2023-05-13
ping: Convert hlist_nulls to plain hlist.
Kuniyuki Iwashima
1
-26
/
+15
2023-05-12
tcp: fix possible sk_priority leak in tcp_v4_send_reset()
Eric Dumazet
1
-2
/
+3
2023-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-10
/
+12
2023-05-11
tcp: make the first N SYN RTO backoffs linear
David Morley
3
-4
/
+24
2023-05-10
tcp: add annotations around sk->sk_shutdown accesses
Eric Dumazet
3
-9
/
+11
2023-05-10
net: deal with most data-races in sk_wait_event()
Eric Dumazet
1
-1
/
+1
2023-05-10
net: ipconfig: Allow DNS to be overwritten by DHCPACK
Martin Wetterwald
1
-2
/
+8
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-3
/
+13
2023-04-22
ipv4: Fix potential uninit variable access bug in __ip_make_skb()
Ziyang Xuan
1
-3
/
+13
2023-04-21
net: dst: fix missing initialization of rt_uncached
Maxime Bizon
2
-7
/
+1
2023-04-14
net: Ensure ->msg_control_user is used for user buffers
Kevin Brodsky
1
-2
/
+2
2023-04-13
Daniel Borkmann says:
Jakub Kicinski
7
-17
/
+221
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+5
2023-04-12
bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncs
Christian Ehrig
3
-1
/
+125
2023-04-12
ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devices
Christian Ehrig
2
-2
/
+21
2023-04-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+2
2023-04-07
tcp: restrict net.ipv4.tcp_app_win
YueHaibing
1
-0
/
+3
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-27
/
+32
2023-04-04
ping: Fix potentail NULL deref for /proc/net/icmp.
Kuniyuki Iwashima
1
-4
/
+4
2023-04-04
raw: Fix NULL deref in raw_get_next().
Kuniyuki Iwashima
2
-23
/
+23
2023-04-04
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
1
-2
/
+1
2023-04-04
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
1
-3
/
+0
2023-03-31
icmp: guard against too small mtu
Eric Dumazet
1
-0
/
+5
2023-03-31
tcp: Refine SYN handling for PAWS.
Kuniyuki Iwashima
1
-0
/
+2
2023-03-29
bpf: allow a TCP CC to write app_limited
Yixin Shen
1
-0
/
+3
2023-03-29
ipv6: Remove in6addr_any alternatives.
Kuniyuki Iwashima
1
-7
/
+4
2023-03-28
net: dst: Prevent false sharing vs. dst_entry:: __refcnt
Wangyang Guo
2
-12
/
+12
2023-03-28
bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp
Martin KaFai Lau
1
-2
/
+2
[prev]
[next]