summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-0/+1
|\
| * txhash: fix sk->sk_txrehash defaultKevin Yang2023-02-081-0/+1
* | raw: use net_hash_mix() in hash functionEric Dumazet2023-02-031-2/+2
* | ipv6: raw: add drop reasonsEric Dumazet2023-02-031-5/+7
* | tcp: add TCP_MINTTL drop reasonEric Dumazet2023-02-021-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-27/+32
|\|
| * ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter2023-02-011-5/+5
| * ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local addressThomas Winter2023-02-011-22/+27
* | ipv6: ICMPV6: Use swap() instead of open coding itJiapeng Chong2023-02-011-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-271-1/+14
|\|
| * ipv6: fix reachability confirmation with proxy_ndpGergely Risko2023-01-231-1/+14
* | icmp: Add counters for rate limitsJamie Bainbridge2023-01-262-0/+5
* | ipv6: Make ip6_route_output_flags_noref() static.Guillaume Nault2023-01-241-4/+4
* | ipv6: Remove extra counter pull before gcTanmay Bhushan2023-01-181-4/+0
* | ipv6: remove max_size check inline with ipv4Jon Maxwell2023-01-131-8/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-121-0/+4
|\|
| * ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu2023-01-111-0/+4
* | net: ipv6: rpl_iptunnel: Replace 0-length arrays with flexible arraysKees Cook2023-01-061-1/+1
|/
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1321-170/+121
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-131-5/+10
| |\
| | * net: setsockopt: fix IPV6_UNICAST_IF option for connected socketsRichard Gobert2022-12-121-5/+10
| * | IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driverCoco Li2022-12-121-23/+4
| * | net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long2022-12-121-2/+2
| * | udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko2022-12-121-1/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-0/+5
| |\|
| * | net/tcp: Do cleanup on tcp_md5_key_copy() failureDmitry Safonov2022-12-011-7/+8
| * | net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov2022-12-011-6/+4
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-291-2/+1
| |\ \
| | * | esp6: remove redundant variable errColin Ian King2022-10-191-2/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-293-17/+12
| |\ \ \
| * | | | net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima2022-11-211-2/+2
| * | | | ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet2022-11-164-35/+28
| * | | | ipv6/sit: use DEV_STATS_INC() to avoid data-racesEric Dumazet2022-11-161-11/+11
| * | | | ipv6: fib6_new_sernum() optimizationEric Dumazet2022-11-161-4/+3
| * | | | udp: Access &udp_table via net.Kuniyuki Iwashima2022-11-162-10/+14
| * | | | udp: Set NULL to udp_seq_afinfo.udp_table.Kuniyuki Iwashima2022-11-161-1/+1
| * | | | udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima2022-11-161-1/+1
| * | | | udp: Clean up some functions.Kuniyuki Iwashima2022-11-161-4/+8
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-11-151-1/+2
| |\ \ \ \
| | * | | | netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter2022-11-151-1/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-11-092-1/+4
| |\ \ \ \ \ \
| | * | | | | | rxrpc: Call udp_sendmsg() directlyDavid Howells2022-11-081-0/+1
| | * | | | | | net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells2022-11-082-1/+3
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-032-4/+11
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet2022-10-312-5/+10
| * | | | | | | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-2/+2
| | |/ / / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-273-13/+18
| |\ \ \ \ \ \
| * | | | | | | net: remove useless parameter of __sock_cmsg_sendxu xin2022-10-241-1/+1