summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2023-07-25net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer1-9/+10
2023-07-25udp: re-score reuseport groups when connected sockets are presentLorenz Bauer1-5/+14
2023-07-25ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski1-4/+10
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet6-2/+7
2023-07-23net: add sysctl accept_ra_min_rtr_lftPatrick Rohr2-2/+26
2023-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+5
2023-07-19net:ipv6: check return value of pskb_trim()Yuanjun Gong1-1/+2
2023-07-19tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet1-1/+1
2023-07-19tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet1-1/+1
2023-07-14gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai1-2/+1
2023-07-14ipv6: Constify the sk parameter of several helper functions.Guillaume Nault3-12/+9
2023-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+8
2023-07-13ipv6: rpl: Remove redundant skb_dst_drop().Kuniyuki Iwashima2-4/+1
2023-07-11ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-07-09ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan1-2/+1
2023-07-08udp6: fix udp6_ehashfn() typoEric Dumazet1-1/+1
2023-07-08icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima1-1/+4
2023-07-07udp6: add a missing call into udp_fail_queue_rcv_skb tracepointIvan Babrou1-0/+2
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