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
2024-02-28
inet: annotate devconf data-races
Eric Dumazet
4
-15
/
+16
2024-02-28
tcp: make dropreason in tcp_child_process() work
Jason Xing
1
-5
/
+7
2024-02-28
tcp: make the dropreason really work when calling tcp_rcv_state_process()
Jason Xing
2
-6
/
+7
2024-02-28
tcp: add dropreasons in tcp_rcv_state_process()
Jason Xing
1
-7
/
+12
2024-02-28
tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()
Jason Xing
1
-1
/
+4
2024-02-28
tcp: use drop reasons in cookie check for ipv4
Jason Xing
1
-6
/
+13
2024-02-28
tcp: directly drop skb in cookie check for ipv4
Jason Xing
2
-1
/
+5
2024-02-26
inet: switch inet_dump_fib() to RCU protection
Eric Dumazet
2
-21
/
+20
2024-02-26
inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCU
Eric Dumazet
2
-5
/
+14
2024-02-22
net: ip_tunnel: prevent perpetual headroom growth
Florian Westphal
1
-7
/
+21
2024-02-22
Merge tag 'nf-next-24-02-21' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
1
-1
/
+2
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-11
/
+44
2024-02-21
udp: add local "peek offset enabled" flag
Paolo Abeni
2
-2
/
+2
2024-02-21
ipv4: Simplify the allocation of slab caches in ip_rt_init
Kunwu Chan
1
-3
/
+2
2024-02-21
ipmr: Simplify the allocation of slab caches
Kunwu Chan
1
-4
/
+1
2024-02-21
net: implement lockless setsockopt(SO_PEEK_OFF)
Eric Dumazet
1
-6
/
+1
2024-02-21
netfilter: xtables: fix up kconfig dependencies
Florian Westphal
1
-1
/
+2
2024-02-20
net: tcp: Remove redundant initialization of variable len
Colin Ian King
1
-1
/
+1
2024-02-20
arp: Prevent overflow in arp_req_get().
Kuniyuki Iwashima
1
-1
/
+2
2024-02-18
ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
Eric Dumazet
1
-4
/
+17
2024-02-16
tcp: Spelling s/curcuit/circuit/
Geert Uytterhoeven
1
-1
/
+1
2024-02-16
dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished().
Kuniyuki Iwashima
1
-1
/
+24
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-6
/
+19
2024-02-15
tcp: no need to use acceptable for conn_request
Jason Xing
1
-4
/
+1
2024-02-15
net-timestamp: make sk_tskey more predictable in error path
Vadim Fedorenko
1
-5
/
+8
2024-02-14
ip_tunnel: annotate data-races around t->parms.link
Eric Dumazet
1
-14
/
+13
2024-02-13
net: add netdev_lockdep_set_classes() to virtual drivers
Eric Dumazet
1
-0
/
+1
2024-02-12
ipv4: Set the routing scope properly in ip_route_output_ports().
Guillaume Nault
4
-4
/
+4
2024-02-12
ipv4/fib: use synchronize_net() when holding RTNL
Eric Dumazet
1
-1
/
+1
2024-02-12
tcp: move tp->scaling_ratio to tcp_sock_read_txrx group
Eric Dumazet
1
-1
/
+2
2024-02-09
net: fill in MODULE_DESCRIPTION()s for ipv4 modules
Breno Leitao
9
-0
/
+9
2024-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+5
2024-02-07
ip_tunnel: use exit_batch_rtnl() method
Eric Dumazet
4
-21
/
+29
2024-02-07
ipv4: add __unregister_nexthop_notifier()
Eric Dumazet
1
-6
/
+13
2024-02-07
nexthop: convert nexthop_net_exit_batch to exit_batch_rtnl method
Eric Dumazet
1
-7
/
+12
2024-02-04
inet: read sk->sk_family once in inet_recv_error()
Eric Dumazet
1
-2
/
+4
2024-02-03
tunnels: fix out of bounds access when building IPv6 PMTU error
Antoine Tenart
1
-1
/
+1
2024-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-12
/
+24
2024-01-31
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
5
-10
/
+10
2024-01-31
net: ipv4: Simplify the allocation of slab caches in inet_initpeers
Kunwu Chan
1
-4
/
+1
2024-01-31
net: ipv4: fix a memleak in ip_setup_cork
Zhipeng Lu
1
-6
/
+6
2024-01-31
Merge tag 'nf-next-24-01-29' of https://git.kernel.org/pub/scm/linux/kernel/g...
David S. Miller
2
-19
/
+26
2024-01-29
net: tcp: accept old ack during closing
Menglong Dong
1
-7
/
+11
2024-01-29
netfilter: xtables: allow xtables-nft only builds
Florian Westphal
2
-4
/
+13
2024-01-29
netfilter: arptables: allow xtables-nft only builds
Florian Westphal
1
-15
/
+13
2024-01-29
tcp: add sanity checks to rx zerocopy
Eric Dumazet
1
-1
/
+11
2024-01-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-18
/
+44
2024-01-26
ipmr: fix kernel panic when forwarding mcast packets
Nicolas Dichtel
4
-5
/
+7
2024-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-0
/
+8
2024-01-24
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
1
-1
/
+1
[prev]
[next]