summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-08net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko
2023-03-06netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal
2023-03-01ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet
2023-02-23ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei
2023-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2023-02-22netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-02-22netfilter: ebtables: fix table blob use-after-freeFlorian Westphal
2023-02-22netfilter: ip6t_rpfilter: Fix regression with VRF interfacesPhil Sutter
2023-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2023-02-20ipv6: icmp6: add drop reason support to icmpv6_echo_reply()Eric Dumazet
2023-02-20ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOSTEric Dumazet
2023-02-20ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONSEric Dumazet
2023-02-20ipv6: icmp6: add drop reason support to ndisc_redirect_rcv()Eric Dumazet
2023-02-20ipv6: icmp6: add drop reason support to ndisc_router_discovery()Eric Dumazet
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_rs()Eric Dumazet
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_na()Eric Dumazet
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_ns()Eric Dumazet
2023-02-17netfilter: let reset rules clean out conntrack entriesFlorian Westphal
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-16seg6: add PSP flavor support for SRv6 End behaviorAndrea Mayer
2023-02-16seg6: factor out End lookup nexthop processing to a dedicated functionAndrea Mayer
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing
2023-02-13ipv6: icmp6: add drop reason support to ndisc_rcv()Eric Dumazet
2023-02-13ipv6: icmp6: add drop reason support to icmpv6_notify()Eric Dumazet
2023-02-13net: ipv6: Remove completion function scaffoldingHerbert Xu
2023-02-13net: ipv6: Add scaffolding to change completion function signatureHerbert Xu
2023-02-10dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima
2023-02-09ipv6: Fix tcp socket connection with DSCP.Guillaume Nault
2023-02-09ipv6: Fix datagram socket connection with DSCP.Guillaume Nault
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang
2023-02-03raw: use net_hash_mix() in hash functionEric Dumazet
2023-02-03ipv6: raw: add drop reasonsEric Dumazet
2023-02-02tcp: add TCP_MINTTL drop reasonEric Dumazet
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-01ipv6: ICMPV6: Use swap() instead of open coding itJiapeng Chong
2023-02-01ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter
2023-02-01ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local addressThomas Winter
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-26icmp: Add counters for rate limitsJamie Bainbridge
2023-01-24ipv6: Make ip6_route_output_flags_noref() static.Guillaume Nault
2023-01-23ipv6: fix reachability confirmation with proxy_ndpGergely Risko
2023-01-18ipv6: Remove extra counter pull before gcTanmay Bhushan
2023-01-13ipv6: remove max_size check inline with ipv4Jon Maxwell
2023-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-11ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu
2023-01-06net: ipv6: rpl_iptunnel: Replace 0-length arrays with flexible arraysKees Cook