summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-078-9/+10
|\
| * net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie2023-09-041-1/+1
| * ipv6: ignore dst hint for multipath routesSriram Yagnaraman2023-09-012-1/+5
| * net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-014-4/+4
| * net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo2023-08-302-3/+0
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-297-9/+33
|\ \ | |/ |/|
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-156-8/+31
| * netfilter: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+2
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-251-1/+1
|\ \
| * | lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2023-08-181-1/+1
* | | net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao2023-08-222-8/+3
* | | ipv6: do not match device when remove source routeHangbin Liu2023-08-201-5/+2
* | | net: release reference to inet6_dev pointerPatrick Rohr2023-08-201-1/+1
* | | net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet2023-08-201-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-182-3/+3
|\ \ \ | |/ / |/| |
| * | ipv6: fix indentation of a config attributePrasad Pandit2023-08-161-1/+1
| * | Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2023-08-161-2/+2
| |\ \
| | * | ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao2023-07-111-2/+2
| | |/
* | | net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee2023-08-162-9/+52
* | | inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* | | inet: move inet->is_icsk to inet->inet_flagsEric Dumazet2023-08-162-3/+3
* | | inet: move inet->transparent to inet->inet_flagsEric Dumazet2023-08-161-2/+2
* | | inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* | | inet: move inet->hdrincl to inet->inet_flagsEric Dumazet2023-08-163-14/+9
* | | inet: move inet->freebind to inet->inet_flagsEric Dumazet2023-08-161-2/+2
* | | inet: introduce inet->inet_flagsEric Dumazet2023-08-162-2/+2
* | | seg6: add NEXT-C-SID support for SRv6 End.X behaviorAndrea Mayer2023-08-151-20/+88
* | | 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