summaryrefslogtreecommitdiff
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: fix skb hash for some RST packetsAntoine Tenart2023-04-281-1/+1
* sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang2023-04-281-3/+5
* net: dst: fix missing initialization of rt_uncachedMaxime Bizon2023-04-212-4/+1
* ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar2023-04-202-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-201-1/+2
|\
| * net: rpl: fix rpl header size calculationAlexander Aring2023-04-191-1/+2
* | net/ipv6: Initialise msg_control_is_userKevin Brodsky2023-04-141-0/+1
* | Daniel Borkmann says:Jakub Kicinski2023-04-131-1/+1
|\ \
| * | ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig2023-04-121-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-131-3/+5
|\ \ \ | | |/ | |/|
| * | udp6: fix potential access to stale informationEric Dumazet2023-04-131-3/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-062-7/+10
|\ \ \ | |/ /
| * | raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima2023-04-041-6/+4
| * | ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan2023-04-031-1/+6
* | | net: dst: Switch to rcuref_t reference countingThomas Gleixner2023-03-281-3/+3
* | | net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo2023-03-282-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-211-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-213-18/+18
* | | ipv6: flowlabel: do not disable BH where not neededEric Dumazet2023-03-211-24/+27
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-171-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-092-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-222-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-2111-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