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
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
tcp: replace tcp_time_stamp_raw()
Eric Dumazet
1
-2
/
+2
2023-10-23
ipv6: add new arguments to udp_tunnel6_dst_lookup()
Beniamino Galvani
1
-15
/
+18
2023-10-23
ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()
Beniamino Galvani
1
-3
/
+1
2023-10-23
ipv6: rename and move ip6_dst_lookup_tunnel()
Beniamino Galvani
2
-68
/
+69
2023-10-23
xfrm Fix use after free in __xfrm6_udp_encap_rcv.
Steffen Klassert
1
-3
/
+6
2023-10-20
net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.
Heng Guo
5
-8
/
+10
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+5
2023-10-18
netfilter: xt_mangle: only check verdict part of return value
Florian Westphal
1
-4
/
+5
2023-10-17
Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2
-3
/
+5
2023-10-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
4
-8
/
+12
2023-10-13
net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment check
Heng Guo
1
-4
/
+2
2023-10-11
bpf: Propagate modified uaddrlen from cgroup sockaddr programs
Daan De Meyer
4
-8
/
+11
2023-10-10
net: ipv6: fix return value check in esp_remove_trailer
Ma Ke
1
-1
/
+3
2023-10-09
bpf: Derive source IP addr via bpf_*_fib_lookup()
Martynas Pumputis
1
-0
/
+1
2023-10-06
xfrm: pass struct net to xfrm_decode_session wrappers
Florian Westphal
3
-4
/
+4
2023-10-06
xfrm: Support GRO for IPv6 ESP in UDP encapsulation
Steffen Klassert
3
-20
/
+85
2023-10-06
xfrm: Use the XFRM_GRO to indicate a GRO call on input
Steffen Klassert
1
-1
/
+1
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+7
2023-10-03
net: add sysctl to disable rfc4862 5.5.3e lifetime handling
Patrick Rohr
1
-13
/
+25
2023-10-03
ipv6: mark address parameters of udp_tunnel6_xmit_skb() as const
Beniamino Galvani
1
-2
/
+3
2023-10-03
ipv6: tcp: add a missing nf_reset_ct() in 3WHS handling
Ilya Maximets
1
-3
/
+7
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
3
-4
/
+4
2023-09-20
xfrm6: fix inet6_dev refcount underflow problem
Zhang Changzhong
1
-2
/
+2
2023-09-19
ipv6: lockless IPV6_ADDR_PREFERENCES implementation
Eric Dumazet
3
-11
/
+12
2023-09-15
ah: Do not include crypto/algapi.h
Herbert Xu
1
-1
/
+1
2023-09-15
ipv6: lockless IPV6_FLOWINFO_SEND implementation
Eric Dumazet
7
-15
/
+15
2023-09-15
ipv6: lockless IPV6_MTU_DISCOVER implementation
Eric Dumazet
4
-13
/
+12
2023-09-15
ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementation
Eric Dumazet
2
-9
/
+7
2023-09-15
ipv6: move np->repflow to atomic flags
Eric Dumazet
3
-13
/
+12
2023-09-15
ipv6: lockless IPV6_RECVERR implemetation
Eric Dumazet
5
-22
/
+19
2023-09-15
ipv6: lockless IPV6_DONTFRAG implementation
Eric Dumazet
6
-11
/
+10
2023-09-15
ipv6: lockless IPV6_AUTOFLOWLABEL implementation
Eric Dumazet
2
-13
/
+10
2023-09-15
ipv6: lockless IPV6_MULTICAST_ALL implementation
Eric Dumazet
3
-10
/
+8
2023-09-15
ipv6: lockless IPV6_RECVERR_RFC4884 implementation
Eric Dumazet
2
-10
/
+9
2023-09-15
ipv6: lockless IPV6_MINHOPCOUNT implementation
Eric Dumazet
1
-16
/
+15
2023-09-15
ipv6: lockless IPV6_MTU implementation
Eric Dumazet
2
-16
/
+18
2023-09-15
ipv6: lockless IPV6_MULTICAST_HOPS implementation
Eric Dumazet
2
-14
/
+17
2023-09-15
ipv6: lockless IPV6_MULTICAST_LOOP implementation
Eric Dumazet
3
-12
/
+10
2023-09-15
ipv6: lockless IPV6_UNICAST_HOPS implementation
Eric Dumazet
4
-12
/
+14
2023-09-14
ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()
Gavrilov Ilia
1
-2
/
+0
2023-09-14
udplite: fix various data-races
Eric Dumazet
1
-4
/
+5
2023-09-14
udplite: remove UDPLITE_BIT
Eric Dumazet
1
-1
/
+0
2023-09-14
udp: annotate data-races around udp->encap_type
Eric Dumazet
2
-4
/
+5
2023-09-14
udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
Eric Dumazet
1
-1
/
+1
2023-09-14
udp: move udp->gro_enabled to udp->udp_flags
Eric Dumazet
1
-1
/
+1
2023-09-14
udp: move udp->no_check6_rx to udp->udp_flags
Eric Dumazet
1
-3
/
+3
2023-09-14
udp: move udp->no_check6_tx to udp->udp_flags
Eric Dumazet
1
-2
/
+2
2023-09-14
udp: introduce udp->udp_flags
Eric Dumazet
1
-3
/
+3
2023-09-12
net: dst: remove unnecessary input parameter in dst_alloc and dst_init
Zhengchao Shao
1
-2
/
+2
2023-09-07
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
8
-9
/
+10
[prev]
[next]