summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells3-5/+0
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+6
2023-06-20Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2-0/+6
2023-06-19ipv6: exthdrs: Remove redundant skb_headlen() check in ip6_parse_tlv().Kuniyuki Iwashima1-3/+0
2023-06-19ipv6: exthdrs: Reload hdr only when needed in ipv6_srh_rcv().Kuniyuki Iwashima1-2/+2
2023-06-19ipv6: exthdrs: Replace pskb_pull() with skb_pull() in ipv6_srh_rcv().Kuniyuki Iwashima1-5/+1
2023-06-19ipv6: rpl: Remove redundant multicast tests in ipv6_rpl_srh_rcv().Kuniyuki Iwashima1-2/+1
2023-06-19ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().Kuniyuki Iwashima2-23/+1
2023-06-18ipv6: also use netdev_hold() in ip6_route_check_nh()Eric Dumazet1-4/+9
2023-06-16ip, ip6: Fix splice to raw and ping socketsDavid Howells1-1/+2
2023-06-16xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior1-0/+3
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao3-35/+27
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+6
2023-06-16udplite: Print deprecation notice.Kuniyuki Iwashima1-0/+4
2023-06-15net: create device lookup API with reference trackingJakub Kicinski1-6/+6
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet4-0/+4
2023-06-09xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski1-0/+3
2023-06-09ipv4, ipv6: Use splice_eof() to flushDavid Howells3-0/+17
2023-06-09ping6: Fix send to link-local addresses with VRF.Guillaume Nault1-1/+2
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-20/+13
2023-06-07ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima1-18/+11
2023-06-04ipv6: lower "link become ready"'s level messageMatthieu Baerts1-2/+2
2023-06-03net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet1-2/+2
2023-05-31net: Make gro complete function to return voidParav Pandit1-1/+2
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+6
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima1-0/+2
2023-05-24ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia1-0/+2
2023-05-24ip6, udp6: Support MSG_SPLICE_PAGESDavid Howells1-0/+17
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel1-1/+2
2023-05-22net/tcp: refactor tcp_inet6_sk()Pavel Begunkov1-7/+3
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-13/+16
2023-05-17seg6: Cleanup duplicates of skb_dst_drop callsYuya Tajima2-5/+1
2023-05-17Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski2-8/+10
2023-05-15net: Remove low_thresh in ip defragAngus Chen2-10/+8
2023-05-13erspan: get the proto with the md version for collect_mdXin Long1-5/+8
2023-05-12ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet1-8/+8
2023-04-28net: ipv6: fix skb hash for some RST packetsAntoine Tenart1-1/+1
2023-04-28sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang1-3/+5
2023-04-22net: dst: fix missing initialization of rt_uncachedMaxime Bizon2-4/+1
2023-04-21ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar2-2/+14
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-04-19net: rpl: fix rpl header size calculationAlexander Aring1-1/+2
2023-04-14net/ipv6: Initialise msg_control_is_userKevin Brodsky1-0/+1
2023-04-14Daniel Borkmann says:Jakub Kicinski1-1/+1
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2023-04-13udp6: fix potential access to stale informationEric Dumazet1-3/+5
2023-04-13ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig1-1/+1
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+10
2023-04-05raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima1-6/+4
2023-04-03ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan1-1/+6