index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-12
ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()
Eric Dumazet
1
-1
/
+0
2024-02-12
net/ipv6: set expires in modify_prefix_route() if RTF_EXPIRES is set.
Kui-Feng Lee
1
-1
/
+1
2024-02-12
net/ipv6: Remove expired routes with a separated list of routes.
Kui-Feng Lee
4
-15
/
+109
2024-02-12
net/ipv6: Remove unnecessary clean.
Kui-Feng Lee
1
-2
/
+0
2024-02-12
net/ipv6: set expires in rt6_add_dflt_router().
Kui-Feng Lee
2
-2
/
+5
2024-02-07
sit: use exit_batch_rtnl() method
Eric Dumazet
1
-8
/
+5
2024-02-07
ip6_vti: use exit_batch_rtnl() method
Eric Dumazet
1
-7
/
+5
2024-02-07
ip6_tunnel: use exit_batch_rtnl() method
Eric Dumazet
1
-7
/
+5
2024-02-07
ip6_gre: use exit_batch_rtnl() method
Eric Dumazet
1
-7
/
+5
2024-02-02
ipv6: make addrconf_wq single threaded
Eric Dumazet
1
-1
/
+2
2024-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-10
/
+32
2024-01-30
ipv6: Ensure natural alignment of const ipv6 loopback and router addresses
Helge Deller
1
-7
/
+14
2024-01-29
netfilter: xtables: allow xtables-nft only builds
Florian Westphal
2
-7
/
+15
2024-01-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-4
/
+9
2024-01-26
ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()
Eric Dumazet
1
-3
/
+18
2024-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2024-01-23
net/ipv6: resolve warning in ip6_fib.c
Breno Leitao
2
-10
/
+13
2024-01-23
net/ipv6: Remove unnecessary pr_debug() logs
Breno Leitao
1
-4
/
+0
2024-01-23
bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().
Kuniyuki Iwashima
1
-4
/
+9
2024-01-23
ipv6: init the accept_queue's spinlocks in inet6_create
Zhengchao Shao
1
-0
/
+3
2024-01-18
Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
1
-3
/
+8
2024-01-18
ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work
Nikita Zhandarovich
1
-0
/
+4
2024-01-17
netfilter: bridge: replace physindev with physinif in nf_bridge_info
Pavel Tikhomirov
1
-3
/
+8
2024-01-17
netfilter: propagate net to nf_bridge_get_physindev
Pavel Tikhomirov
1
-1
/
+1
2024-01-13
udp: annotate data-races around up->pending
Eric Dumazet
1
-8
/
+8
2024-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-13
/
+13
2024-01-08
tcp: Revert no longer abort SYN_SENT when receiving some ICMP
Shachar Kagan
1
-6
/
+3
2024-01-07
ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()
Eric Dumazet
1
-13
/
+13
2024-01-05
net: gro: parse ipv6 ext headers without frag0 invalidation
Richard Gobert
1
-10
/
+41
2024-01-05
net: gso: add HBH extension header offload support
Richard Gobert
2
-14
/
+22
2024-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+5
2024-01-03
fib: remove unnecessary input parameters in fib_default_rule_add
Zhengchao Shao
2
-3
/
+3
2024-01-02
Revert "net: ipv6/addrconf: clamp preferred_lft to the minimum required"
Alex Henrie
1
-13
/
+5
2023-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-52
/
+9
2023-12-21
net/ipv6: Revert remove expired routes with a separated list of routes
David Ahern
2
-52
/
+9
2023-12-15
net: Namespace-ify sysctl_optmem_max
Eric Dumazet
1
-2
/
+2
2023-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+1
2023-12-11
ipv6: annotate data-races around np->ucast_oif
Eric Dumazet
6
-39
/
+33
2023-12-11
ipv6: annotate data-races around np->mcast_oif
Eric Dumazet
7
-45
/
+47
2023-12-08
net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIX
Maciej Żenczykowski
1
-5
/
+1
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+2
2023-12-06
net/tcp: Consistently align TCP-AO option in the header
Dmitry Safonov
1
-1
/
+1
2023-11-30
ipv6: fix potential NULL deref in fib6_add()
Eric Dumazet
1
-5
/
+1
2023-11-29
tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()
Kuniyuki Iwashima
1
-29
/
+32
2023-11-29
tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().
Kuniyuki Iwashima
1
-14
/
+0
2023-11-29
tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().
Kuniyuki Iwashima
1
-5
/
+2
2023-11-29
tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().
Kuniyuki Iwashima
1
-2
/
+2
2023-11-29
tcp: Don't pass cookie to __cookie_v[46]_check().
Kuniyuki Iwashima
1
-7
/
+8
2023-11-29
tcp: Clean up goto labels in cookie_v[46]_check().
Kuniyuki Iwashima
1
-2
/
+2
2023-11-29
tcp: Cache sock_net(sk) in cookie_v[46]_check().
Kuniyuki Iwashima
1
-9
/
+10
[next]