index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-22
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
11
-156
/
+481
2023-02-22
Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2
-14
/
+14
2023-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
David S. Miller
1
-0
/
+1
2023-02-20
ipv6: icmp6: add drop reason support to icmpv6_echo_reply()
Eric Dumazet
1
-5
/
+8
2023-02-20
ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOST
Eric Dumazet
1
-1
/
+3
2023-02-20
ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONS
Eric Dumazet
1
-17
/
+10
2023-02-20
ipv6: icmp6: add drop reason support to ndisc_redirect_rcv()
Eric Dumazet
1
-10
/
+11
2023-02-20
ipv6: icmp6: add drop reason support to ndisc_router_discovery()
Eric Dumazet
1
-18
/
+19
2023-02-20
ipv6: icmp6: add drop reason support to ndisc_recv_rs()
Eric Dumazet
1
-5
/
+7
2023-02-20
ipv6: icmp6: add drop reason support to ndisc_recv_na()
Eric Dumazet
1
-14
/
+14
2023-02-20
ipv6: icmp6: add drop reason support to ndisc_recv_ns()
Eric Dumazet
1
-16
/
+18
2023-02-17
netfilter: let reset rules clean out conntrack entries
Florian Westphal
1
-0
/
+1
2023-02-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-8
/
+5
2023-02-16
seg6: add PSP flavor support for SRv6 End behavior
Andrea Mayer
1
-3
/
+333
2023-02-16
seg6: factor out End lookup nexthop processing to a dedicated function
Andrea Mayer
1
-6
/
+10
2023-02-15
net: no longer support SOCK_REFCNT_DEBUG feature
Jason Xing
2
-22
/
+0
2023-02-14
ipv6: icmp6: add drop reason support to ndisc_rcv()
Eric Dumazet
2
-7
/
+8
2023-02-14
ipv6: icmp6: add drop reason support to icmpv6_notify()
Eric Dumazet
1
-8
/
+17
2023-02-13
net: ipv6: Remove completion function scaffolding
Herbert Xu
2
-12
/
+12
2023-02-13
net: ipv6: Add scaffolding to change completion function signature
Herbert Xu
2
-14
/
+14
2023-02-11
dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.
Kuniyuki Iwashima
1
-7
/
+3
2023-02-10
ipv6: Fix tcp socket connection with DSCP.
Guillaume Nault
1
-0
/
+1
2023-02-10
ipv6: Fix datagram socket connection with DSCP.
Guillaume Nault
1
-1
/
+1
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2023-02-08
txhash: fix sk->sk_txrehash default
Kevin Yang
1
-0
/
+1
2023-02-04
raw: use net_hash_mix() in hash function
Eric Dumazet
1
-2
/
+2
2023-02-04
ipv6: raw: add drop reasons
Eric Dumazet
1
-5
/
+7
2023-02-03
tcp: add TCP_MINTTL drop reason
Eric Dumazet
1
-1
/
+2
2023-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-27
/
+32
2023-02-02
ipv6: ICMPV6: Use swap() instead of open coding it
Jiapeng Chong
1
-4
/
+1
2023-02-02
ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local address
Thomas Winter
1
-5
/
+5
2023-02-02
ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local address
Thomas Winter
1
-22
/
+27
2023-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+14
2023-01-26
icmp: Add counters for rate limits
Jamie Bainbridge
2
-0
/
+5
2023-01-25
ipv6: Make ip6_route_output_flags_noref() static.
Guillaume Nault
1
-4
/
+4
2023-01-23
ipv6: fix reachability confirmation with proxy_ndp
Gergely Risko
1
-1
/
+14
2023-01-18
ipv6: Remove extra counter pull before gc
Tanmay Bhushan
1
-4
/
+0
2023-01-14
ipv6: remove max_size check inline with ipv4
Jon Maxwell
1
-8
/
+5
2023-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2023-01-11
ipv6: raw: Deduct extension header length in rawv6_push_pending_frames
Herbert Xu
1
-0
/
+4
2023-01-07
net: ipv6: rpl_iptunnel: Replace 0-length arrays with flexible arrays
Kees Cook
1
-1
/
+1
2022-12-26
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
1
-1
/
+1
2022-12-14
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
21
-170
/
+121
2022-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-5
/
+10
2022-12-13
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-17
/
+11
2022-12-13
IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver
Coco Li
1
-23
/
+4
2022-12-13
net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconf
Xin Long
1
-2
/
+2
2022-12-12
net: setsockopt: fix IPV6_UNICAST_IF option for connected sockets
Richard Gobert
1
-5
/
+10
2022-12-12
udp: allow header check for dodgy GSO_UDP_L4 packets.
Andrew Melnychenko
1
-1
/
+2
2022-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
[next]