index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
ipmr: fix build with clang and DEBUG_NET disabled.
Paolo Abeni
1
-1
/
+1
5 days
ip6mr: fix tables suspicious RCU usage
Paolo Abeni
1
-11
/
+27
5 days
ipmr: add debug check for mr table cleanup
Paolo Abeni
1
-0
/
+14
7 days
net/ipv6: delete temporary address if mngtmpaddr is removed or unmanaged
Hangbin Liu
1
-12
/
+29
2024-11-18
ipv6/udp: Add 4-tuple hash for connected socket
Philo Lu
1
-2
/
+100
2024-11-18
ipv4/udp: Add 4-tuple hash for connected socket
Philo Lu
1
-1
/
+1
2024-11-18
net/udp: Add a new struct for hash2 slot
Philo Lu
1
-9
/
+6
2024-11-18
Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
1
-3
/
+3
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+1
2024-11-12
net: ip: make ip_route_input() return drop reasons
Menglong Dong
1
-7
/
+7
2024-11-11
net: fix data-races around sk->sk_forward_alloc
Wang Liang
1
-3
/
+1
2024-11-11
ipv6: Fix soft lockups in fib6_select_path under high next hop churn
Omid Ehtemam-Haghighi
2
-19
/
+34
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
5
-29
/
+15
2024-11-07
Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
1
-1
/
+8
2024-11-06
ipv6: release nexthop on device removal
Paolo Abeni
1
-3
/
+3
2024-11-03
net/tcp: Add missing lockdep annotations for TCP-AO hlist traversals
Dmitry Safonov
1
-2
/
+2
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+7
2024-10-30
netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()
Eric Dumazet
1
-8
/
+7
2024-10-29
xfrm: Add an inbound percpu state cache.
Steffen Klassert
1
-3
/
+3
2024-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-15
/
+16
2024-10-24
Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
1
-15
/
+16
2024-10-23
ip6mr: Add __init to ip6_mr_cleanup().
Kuniyuki Iwashima
1
-1
/
+1
2024-10-22
rtnetlink: Return int from rtnl_af_register().
Kuniyuki Iwashima
1
-1
/
+4
2024-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+3
2024-10-15
ipmr: Use rtnl_register_many().
Kuniyuki Iwashima
1
-4
/
+9
2024-10-15
ipv6: Use rtnl_register_many().
Kuniyuki Iwashima
4
-67
/
+51
2024-10-15
net: inet6: do not leave a dangling sk pointer in inet6_create()
Ignat Korchagin
1
-12
/
+10
2024-10-15
udp: Compute L4 checksum as usual when not segmenting the skb
Jakub Sitnicki
1
-1
/
+3
2024-10-15
ipv6: replace call_rcu by kfree_rcu for simple kmem_cache_free callback
Julia Lawall
1
-8
/
+1
2024-10-15
netfilter: Make legacy configs user selectable
Breno Leitao
1
-1
/
+8
2024-10-14
ipv6: tcp: give socket pointer to control skbs
Eric Dumazet
1
-0
/
+3
2024-10-11
net: do not acquire rtnl in fib_seq_sum()
Eric Dumazet
2
-2
/
+2
2024-10-11
ipmr: use READ_ONCE() to read net->ipv[46].ipmr_seq
Eric Dumazet
1
-5
/
+3
2024-10-11
ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seq
Eric Dumazet
2
-8
/
+8
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2024-10-09
ipv6: Remove redundant unlikely()
Tobias Klauser
1
-1
/
+1
2024-10-09
ipv6: switch inet6_acaddr_hash() to less predictable hash
Eric Dumazet
1
-2
/
+3
2024-10-09
ipv6: switch inet6_addr_hash() to less predictable hash
Eric Dumazet
1
-1
/
+1
2024-10-09
netfilter: fib: check correct rtable in vrf setups
Florian Westphal
1
-2
/
+3
2024-10-04
tcp: annotate data-races around icsk->icsk_pending
Eric Dumazet
1
-4
/
+6
2024-10-04
net_tstamp: add SCM_TS_OPT_ID for RAW sockets
Vadim Fedorenko
2
-2
/
+2
2024-10-04
net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message
Vadim Fedorenko
1
-6
/
+14
2024-10-03
ipv4: Convert ip_route_input() to dscp_t.
Guillaume Nault
1
-2
/
+2
2024-10-03
Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-4
/
+13
2024-10-03
Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
1
-2
/
+5
2024-10-02
net: gso: fix tcp fraglist segmentation after pull from frag_list
Felix Fietkau
1
-2
/
+8
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-09-27
netfilter: nf_tables: prevent nf_skb_duplicated corruption
Eric Dumazet
1
-2
/
+5
2024-09-26
Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
1
-3
/
+2
2024-09-26
netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=n
Simon Horman
1
-3
/
+2
[next]