summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: annotate data-races around sk->sk_markEric Dumazet2023-07-295-11/+12
* net: gro: fix misuse of CB in udp socket lookupRichard Gobert2023-07-292-4/+11
* ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski2023-07-241-4/+10
* net:ipv6: check return value of pskb_trim()Yuanjun Gong2023-07-191-1/+2
* tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet2023-07-181-1/+1
* tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet2023-07-181-1/+1
* gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai2023-07-141-2/+1
* ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan2023-07-091-2/+1
* udp6: fix udp6_ehashfn() typoEric Dumazet2023-07-081-1/+1
* icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima2023-07-081-1/+4
* udp6: add a missing call into udp_fail_queue_rcv_skb tracepointIvan Babrou2023-07-071-0/+2
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-243-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-222-0/+6
|\
| * Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2023-06-202-0/+6
| |\
| | * xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2023-06-161-0/+3
| | * xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski2023-06-091-0/+3
* | | ipv6: exthdrs: Remove redundant skb_headlen() check in ip6_parse_tlv().Kuniyuki Iwashima2023-06-191-3/+0
* | | ipv6: exthdrs: Reload hdr only when needed in ipv6_srh_rcv().Kuniyuki Iwashima2023-06-191-2/+2
* | | ipv6: exthdrs: Replace pskb_pull() with skb_pull() in ipv6_srh_rcv().Kuniyuki Iwashima2023-06-191-5/+1
* | | ipv6: rpl: Remove redundant multicast tests in ipv6_rpl_srh_rcv().Kuniyuki Iwashima2023-06-191-2/+1
* | | ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().Kuniyuki Iwashima2023-06-192-23/+1
* | | ipv6: also use netdev_hold() in ip6_route_check_nh()Eric Dumazet2023-06-181-4/+9
* | | ip, ip6: Fix splice to raw and ping socketsDavid Howells2023-06-161-1/+2
* | | net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-153-35/+27
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-152-1/+6
|\| |
| * | udplite: Print deprecation notice.Kuniyuki Iwashima2023-06-151-0/+4
| * | ping6: Fix send to link-local addresses with VRF.Guillaume Nault2023-06-081-1/+2
* | | net: create device lookup API with reference trackingJakub Kicinski2023-06-151-6/+6
* | | net: move gso declarations and functions to their own filesEric Dumazet2023-06-104-0/+4
* | | ipv4, ipv6: Use splice_eof() to flushDavid Howells2023-06-083-0/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-082-20/+13
|\| |
| * | ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima2023-06-061-18/+11
| * | net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet2023-06-021-2/+2
* | | ipv6: lower "link become ready"'s level messageMatthieu Baerts2023-06-041-2/+2
* | | 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