summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dst: Switch to rcuref_t reference countingThomas Gleixner2023-03-291-3/+3
* net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo2023-03-292-15/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-2/+2
|\
| * erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2023-03-221-2/+2
* | ipv6: prevent router_solicitations for team portXin Long2023-03-241-1/+2
* | netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja2023-03-224-11/+12
* | xtables: move icmp/icmpv6 logic to xt_tcpudpFlorian Westphal2023-03-221-67/+1
* | neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-223-18/+18
* | ipv6: flowlabel: do not disable BH where not neededEric Dumazet2023-03-221-24/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-181-2/+2
|\|
| * net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-151-2/+2
* | ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet2023-03-171-1/+1
* | udp6: constify __udp_v6_is_mcast_sock() socket argumentEric Dumazet2023-03-171-2/+2
* | ipv6: constify inet6_mc_check()Eric Dumazet2023-03-171-4/+4
* | inet: preserve const qualifier in inet_sk()Eric Dumazet2023-03-172-2/+2
* | tcp: annotate lockless access to sk->sk_errEric Dumazet2023-03-171-2/+2
* | net: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-172-2/+2
* | tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-171-5/+6
* | ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet2023-03-151-4/+4
* | neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-153-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-102-1/+2
|\|
| * netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal2023-03-061-1/+1
| * ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet2023-03-011-0/+1
* | net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko2023-03-081-1/+1
|/
* ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei2023-02-231-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-02-232-3/+8
|\
| * netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov2023-02-221-0/+4
| * netfilter: ebtables: fix table blob use-after-freeFlorian Westphal2023-02-221-2/+1
| * netfilter: ip6t_rpfilter: Fix regression with VRF interfacesPhil Sutter2023-02-221-1/+3
* | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-2211-156/+481
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2023-02-201-0/+1
| |\ \
| | * | netfilter: let reset rules clean out conntrack entriesFlorian Westphal2023-02-171-0/+1
| * | | ipv6: icmp6: add drop reason support to icmpv6_echo_reply()Eric Dumazet2023-02-201-5/+8
| * | | ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOSTEric Dumazet2023-02-201-1/+3
| * | | ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONSEric Dumazet2023-02-201-17/+10
| * | | ipv6: icmp6: add drop reason support to ndisc_redirect_rcv()Eric Dumazet2023-02-201-10/+11
| * | | ipv6: icmp6: add drop reason support to ndisc_router_discovery()Eric Dumazet2023-02-201-18/+19
| * | | ipv6: icmp6: add drop reason support to ndisc_recv_rs()Eric Dumazet2023-02-201-5/+7
| * | | ipv6: icmp6: add drop reason support to ndisc_recv_na()Eric Dumazet2023-02-201-14/+14
| * | | ipv6: icmp6: add drop reason support to ndisc_recv_ns()Eric Dumazet2023-02-201-16/+18
| * | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-172-8/+5
| |\ \ \
| * | | | seg6: add PSP flavor support for SRv6 End behaviorAndrea Mayer2023-02-161-3/+333
| * | | | seg6: factor out End lookup nexthop processing to a dedicated functionAndrea Mayer2023-02-161-6/+10
| * | | | net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-152-22/+0
| * | | | ipv6: icmp6: add drop reason support to ndisc_rcv()Eric Dumazet2023-02-142-7/+8
| * | | | ipv6: icmp6: add drop reason support to icmpv6_notify()Eric Dumazet2023-02-141-8/+17
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-0/+1
| |\ \ \ \
| * | | | | raw: use net_hash_mix() in hash functionEric Dumazet2023-02-041-2/+2
| * | | | | ipv6: raw: add drop reasonsEric Dumazet2023-02-041-5/+7
| * | | | | tcp: add TCP_MINTTL drop reasonEric Dumazet2023-02-031-1/+2