summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-20Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2023-06-19ipv6: exthdrs: Remove redundant skb_headlen() check in ip6_parse_tlv().Kuniyuki Iwashima
2023-06-19ipv6: exthdrs: Reload hdr only when needed in ipv6_srh_rcv().Kuniyuki Iwashima
2023-06-19ipv6: exthdrs: Replace pskb_pull() with skb_pull() in ipv6_srh_rcv().Kuniyuki Iwashima
2023-06-19ipv6: rpl: Remove redundant multicast tests in ipv6_rpl_srh_rcv().Kuniyuki Iwashima
2023-06-19ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().Kuniyuki Iwashima
2023-06-18ipv6: also use netdev_hold() in ip6_route_check_nh()Eric Dumazet
2023-06-16ip, ip6: Fix splice to raw and ping socketsDavid Howells
2023-06-16xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-15udplite: Print deprecation notice.Kuniyuki Iwashima
2023-06-15net: create device lookup API with reference trackingJakub Kicinski
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-09xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski
2023-06-08ipv4, ipv6: Use splice_eof() to flushDavid Howells
2023-06-08ping6: Fix send to link-local addresses with VRF.Guillaume Nault
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-06ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima
2023-06-04ipv6: lower "link become ready"'s level messageMatthieu Baerts
2023-06-02net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet
2023-05-31net: Make gro complete function to return voidParav Pandit
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima
2023-05-24ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia
2023-05-23ip6, udp6: Support MSG_SPLICE_PAGESDavid Howells
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel
2023-05-22net/tcp: refactor tcp_inet6_sk()Pavel Begunkov
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-17seg6: Cleanup duplicates of skb_dst_drop callsYuya Tajima
2023-05-16Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski
2023-05-15net: Remove low_thresh in ip defragAngus Chen
2023-05-13erspan: get the proto with the md version for collect_mdXin Long
2023-05-11ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet
2023-04-28net: ipv6: fix skb hash for some RST packetsAntoine Tenart
2023-04-28sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang
2023-04-21net: dst: fix missing initialization of rt_uncachedMaxime Bizon
2023-04-20ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-19net: rpl: fix rpl header size calculationAlexander Aring
2023-04-14net/ipv6: Initialise msg_control_is_userKevin Brodsky
2023-04-13Daniel Borkmann says:Jakub Kicinski
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13udp6: fix potential access to stale informationEric Dumazet
2023-04-12ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-04raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima
2023-04-03ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan