summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: factor out inet{,6}_bind_sk helpersPaolo Abeni2023-08-141-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-1/+2
|\
| * ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski2023-08-091-1/+2
* | net: annotate data-races around sock->opsEric Dumazet2023-08-091-4/+4
* | ipv6: exthdrs: Replace opencoded swap() implementationZiyang Xuan2023-08-081-4/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-033-82/+94
|\ \
| * | net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfnLorenz Bauer2023-07-311-2/+0
| * | netfilter: defrag: Add glue hooks for enabling/disabling defragDaniel Xu2023-07-281-0/+11
| * | bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-2/+6
| * | net: remove duplicate sk_lookup helpersLorenz Bauer2023-07-252-44/+21
| * | net: document inet[6]_lookup_reuseport sk_state requirementsLorenz Bauer2023-07-251-0/+15
| * | net: remove duplicate reuseport_lookup functionsLorenz Bauer2023-07-252-29/+26
| * | net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer2023-07-251-9/+10
| * | udp: re-score reuseport groups when connected sockets are presentLorenz Bauer2023-07-251-5/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-037-18/+27
|\ \ \ | | |/ | |/|
| * | ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing2023-08-021-1/+1
| * | net: annotate data-races around sk->sk_priorityEric Dumazet2023-07-292-2/+3
| * | 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
* | | udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells2023-08-031-1/+10
* | | ila: Remove unnecessary file net/ila.hYue Haibing2023-08-022-2/+0
* | | net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr2023-07-282-21/+19
* | | IPv6: add extack info for IPv6 address add/deleteHangbin Liu2023-07-283-26/+58
* | | net: remove comment in ndisc_router_discoveryPatrick Rohr2023-07-271-4/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-271-4/+10
|\| | | |/ |/|
| * ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski2023-07-241-4/+10
* | ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet2023-07-246-2/+7
* | net: add sysctl accept_ra_min_rtr_lftPatrick Rohr2023-07-232-2/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-203-5/+5
|\|
| * 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: Constify the sk parameter of several helper functions.Guillaume Nault2023-07-143-12/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-133-4/+8
|\|
| * 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
* | ipv6: rpl: Remove redundant skb_dst_drop().Kuniyuki Iwashima2023-07-122-4/+1
|/
* 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