summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2022-12-12udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko-1/+2
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+5
2022-12-07ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet-0/+5
2022-12-01net/tcp: Do cleanup on tcp_md5_key_copy() failureDmitry Safonov-7/+8
2022-12-01net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov-6/+4
2022-11-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-2/+1
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+12
2022-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-1/+8
2022-11-22dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima-2/+1
2022-11-22dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima-16/+3
2022-11-22dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima-0/+2
2022-11-22xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin-1/+5
2022-11-21net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima-2/+2
2022-11-16ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet-35/+28
2022-11-16ipv6/sit: use DEV_STATS_INC() to avoid data-racesEric Dumazet-11/+11
2022-11-16ipv6: fib6_new_sernum() optimizationEric Dumazet-4/+3
2022-11-16udp: Access &udp_table via net.Kuniyuki Iwashima-10/+14
2022-11-16udp: Set NULL to udp_seq_afinfo.udp_table.Kuniyuki Iwashima-1/+1
2022-11-16udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima-1/+1
2022-11-16udp: Clean up some functions.Kuniyuki Iwashima-4/+8
2022-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski-1/+2
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter-1/+2
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2022-11-09Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller-1/+4
2022-11-08rxrpc: Call udp_sendmsg() directlyDavid Howells-0/+1
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells-1/+3
2022-11-07ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to networkAlexander Potapenko-0/+1
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+11
2022-11-02ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao-4/+10
2022-10-31net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet-5/+10
2022-10-28udp: advertise ipv6 udp support for msghdr::ubuf_infoPavel Begunkov-0/+1
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner-2/+2
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+18
2022-10-25ipv6: ensure sane device mtu in tunnelsEric Dumazet-13/+18
2022-10-24net: remove useless parameter of __sock_cmsg_sendxu xin-1/+1
2022-10-24udp: track the forward memory release threshold in an hot cachelinePaolo Abeni-2/+2
2022-10-24inet6: Clean up failure path in do_ipv6_setsockopt().Kuniyuki Iwashima-4/+2
2022-10-24inet6: Remove inet6_destroy_sock().Kuniyuki Iwashima-7/+1
2022-10-24dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima-0/+1
2022-10-24inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima-17/+1
2022-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+18
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-2/+7
2022-10-19esp6: remove redundant variable errColin Ian King-2/+1
2022-10-19xfrm: replay: Fix ESN wrap around for GSOChristian Langrock-0/+3
2022-10-19netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.Guillaume Nault-0/+3
2022-10-18net: ip6_gre: Remove the unused function ip6gre_tnl_addr_conflict()Jiapeng Chong-20/+0
2022-10-18ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failedZhengchao Shao-0/+2
2022-10-18udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima-2/+2
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-11/+11
2022-10-12tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima-3/+6