index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Lines
2023-02-10
dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.
Kuniyuki Iwashima
-7
/
+3
2023-02-09
ipv6: Fix tcp socket connection with DSCP.
Guillaume Nault
-0
/
+1
2023-02-09
ipv6: Fix datagram socket connection with DSCP.
Guillaume Nault
-1
/
+1
2023-02-08
txhash: fix sk->sk_txrehash default
Kevin Yang
-0
/
+1
2023-02-01
ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local address
Thomas Winter
-5
/
+5
2023-02-01
ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local address
Thomas Winter
-22
/
+27
2023-01-23
ipv6: fix reachability confirmation with proxy_ndp
Gergely Risko
-1
/
+14
2023-01-11
ipv6: raw: Deduct extension header length in rawv6_push_pending_frames
Herbert Xu
-0
/
+4
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
-1
/
+1
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-170
/
+121
2022-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-5
/
+10
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-17
/
+11
2022-12-12
IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver
Coco Li
-23
/
+4
2022-12-12
net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconf
Xin Long
-2
/
+2
2022-12-12
net: setsockopt: fix IPV6_UNICAST_IF option for connected sockets
Richard Gobert
-5
/
+10
2022-12-12
udp: allow header check for dodgy GSO_UDP_L4 packets.
Andrew Melnychenko
-1
/
+2
2022-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+5
2022-12-07
ipv6: avoid use-after-free in ip6_fragment()
Eric Dumazet
-0
/
+5
2022-12-01
net/tcp: Do cleanup on tcp_md5_key_copy() failure
Dmitry Safonov
-7
/
+8
2022-12-01
net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
Dmitry Safonov
-6
/
+4
2022-11-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
-2
/
+1
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-17
/
+12
2022-11-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
-1
/
+8
2022-11-22
dccp/tcp: Fixup bhash2 bucket when connect() fails.
Kuniyuki Iwashima
-2
/
+1
2022-11-22
dccp/tcp: Update saddr under bhash's lock.
Kuniyuki Iwashima
-16
/
+3
2022-11-22
dccp/tcp: Reset saddr on failure after inet6?_hash_connect().
Kuniyuki Iwashima
-0
/
+2
2022-11-22
xfrm: Fix ignored return value in xfrm6_init()
Chen Zhongjin
-1
/
+5
2022-11-21
net: Return errno in sk->sk_prot->get_port().
Kuniyuki Iwashima
-2
/
+2
2022-11-18
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
-3
/
+3
2022-11-18
treewide: use get_random_u32_{above,below}() instead of manual loop
Jason A. Donenfeld
-7
/
+1
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
-10
/
+10
2022-11-16
ipv6: tunnels: use DEV_STATS_INC()
Eric Dumazet
-35
/
+28
2022-11-16
ipv6/sit: use DEV_STATS_INC() to avoid data-races
Eric Dumazet
-11
/
+11
2022-11-16
ipv6: fib6_new_sernum() optimization
Eric Dumazet
-4
/
+3
2022-11-16
udp: Access &udp_table via net.
Kuniyuki Iwashima
-10
/
+14
2022-11-16
udp: Set NULL to udp_seq_afinfo.udp_table.
Kuniyuki Iwashima
-1
/
+1
2022-11-16
udp: Set NULL to sk->sk_prot->h.udp_table.
Kuniyuki Iwashima
-1
/
+1
2022-11-16
udp: Clean up some functions.
Kuniyuki Iwashima
-4
/
+8
2022-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
-1
/
+2
2022-11-15
netfilter: nf_tables: Extend nft_expr_ops::dump callback parameters
Phil Sutter
-1
/
+2
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+1
2022-11-09
Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
-1
/
+4
2022-11-08
rxrpc: Call udp_sendmsg() directly
David Howells
-0
/
+1
2022-11-08
net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()
David Howells
-1
/
+3
2022-11-07
ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network
Alexander Potapenko
-0
/
+1
2022-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-4
/
+11
2022-11-02
ipv6: fix WARNING in ip6_route_net_exit_late()
Zhengchao Shao
-4
/
+10
2022-10-31
net: dropreason: add SKB_DROP_REASON_DUP_FRAG
Eric Dumazet
-5
/
+10
2022-10-28
udp: advertise ipv6 udp support for msghdr::ubuf_info
Pavel Begunkov
-0
/
+1
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (net).
Thomas Gleixner
-2
/
+2
[next]