summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2023-04-19net: rpl: fix rpl header size calculationAlexander Aring-1/+2
2023-04-13udp6: fix potential access to stale informationEric Dumazet-3/+5
2023-04-04raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima-6/+4
2023-04-03ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan-1/+6
2023-03-21erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet-2/+2
2023-03-15net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet-2/+2
2023-03-06netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal-1/+1
2023-03-01ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet-0/+1
2023-02-23ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei-5/+6
2023-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-3/+8
2023-02-22netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov-0/+4
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-156/+481
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-14/+14
2023-02-22netfilter: ebtables: fix table blob use-after-freeFlorian Westphal-2/+1
2023-02-22netfilter: ip6t_rpfilter: Fix regression with VRF interfacesPhil Sutter-1/+3
2023-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller-0/+1
2023-02-20ipv6: icmp6: add drop reason support to icmpv6_echo_reply()Eric Dumazet-5/+8
2023-02-20ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOSTEric Dumazet-1/+3
2023-02-20ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONSEric Dumazet-17/+10
2023-02-20ipv6: icmp6: add drop reason support to ndisc_redirect_rcv()Eric Dumazet-10/+11
2023-02-20ipv6: icmp6: add drop reason support to ndisc_router_discovery()Eric Dumazet-18/+19
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_rs()Eric Dumazet-5/+7
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_na()Eric Dumazet-14/+14
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_ns()Eric Dumazet-16/+18
2023-02-17netfilter: let reset rules clean out conntrack entriesFlorian Westphal-0/+1
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-8/+5
2023-02-16seg6: add PSP flavor support for SRv6 End behaviorAndrea Mayer-3/+333
2023-02-16seg6: factor out End lookup nexthop processing to a dedicated functionAndrea Mayer-6/+10
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing-22/+0
2023-02-13ipv6: icmp6: add drop reason support to ndisc_rcv()Eric Dumazet-7/+8
2023-02-13ipv6: icmp6: add drop reason support to icmpv6_notify()Eric Dumazet-8/+17
2023-02-13net: ipv6: Remove completion function scaffoldingHerbert Xu-12/+12
2023-02-13net: ipv6: Add scaffolding to change completion function signatureHerbert Xu-14/+14
2023-02-10dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima-7/+3
2023-02-09ipv6: Fix tcp socket connection with DSCP.Guillaume Nault-0/+1
2023-02-09ipv6: Fix datagram socket connection with DSCP.Guillaume Nault-1/+1
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang-0/+1
2023-02-03raw: use net_hash_mix() in hash functionEric Dumazet-2/+2
2023-02-03ipv6: raw: add drop reasonsEric Dumazet-5/+7
2023-02-02tcp: add TCP_MINTTL drop reasonEric Dumazet-1/+2
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-27/+32
2023-02-01ipv6: ICMPV6: Use swap() instead of open coding itJiapeng Chong-4/+1
2023-02-01ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter-5/+5
2023-02-01ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local addressThomas Winter-22/+27
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+14
2023-01-26icmp: Add counters for rate limitsJamie Bainbridge-0/+5
2023-01-24ipv6: Make ip6_route_output_flags_noref() static.Guillaume Nault-4/+4
2023-01-23ipv6: fix reachability confirmation with proxy_ndpGergely Risko-1/+14
2023-01-18ipv6: Remove extra counter pull before gcTanmay Bhushan-4/+0