summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: Make gro complete function to return voidParav Pandit2023-05-311-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-253-1/+6
|\
| * udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2023-05-251-0/+2
| * ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia2023-05-241-0/+2
| * ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-05-231-1/+2
* | ip6, udp6: Support MSG_SPLICE_PAGESDavid Howells2023-05-231-0/+17
* | net/tcp: refactor tcp_inet6_sk()Pavel Begunkov2023-05-221-7/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-182-13/+16
|\|
| * erspan: get the proto with the md version for collect_mdXin Long2023-05-131-5/+8
| * ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet2023-05-111-8/+8
* | seg6: Cleanup duplicates of skb_dst_drop callsYuya Tajima2023-05-172-5/+1
* | Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski2023-05-162-8/+10
* | net: Remove low_thresh in ip defragAngus Chen2023-05-152-10/+8
|/
* 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