summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee2-9/+52
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet2-3/+3
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet3-14/+9
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: introduce inet->inet_flagsEric Dumazet2-2/+2
2023-08-16ipv6: fix indentation of a config attributePrasad Pandit1-1/+1
2023-08-16Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-2/+2
2023-08-16seg6: add NEXT-C-SID support for SRv6 End.X behaviorAndrea Mayer1-20/+88
2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni1-3/+7
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-08-10ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski1-1/+2
2023-08-10net: annotate data-races around sock->opsEric Dumazet1-4/+4
2023-08-09ipv6: exthdrs: Replace opencoded swap() implementationZiyang Xuan1-4/+1
2023-08-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-82/+94
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-18/+27
2023-08-03udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells1-1/+10
2023-08-02ila: Remove unnecessary file net/ila.hYue Haibing2-2/+0
2023-08-02ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing1-1/+1
2023-07-31net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfnLorenz Bauer1-2/+0
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet2-2/+3
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet5-11/+12
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert2-4/+11
2023-07-29netfilter: defrag: Add glue hooks for enabling/disabling defragDaniel Xu1-0/+11
2023-07-28net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr2-21/+19
2023-07-28IPv6: add extack info for IPv6 address add/deleteHangbin Liu3-26/+58
2023-07-28net: remove comment in ndisc_router_discoveryPatrick Rohr1-4/+0
2023-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+10
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer1-2/+6
2023-07-25net: remove duplicate sk_lookup helpersLorenz Bauer2-44/+21
2023-07-25net: document inet[6]_lookup_reuseport sk_state requirementsLorenz Bauer1-0/+15
2023-07-25net: remove duplicate reuseport_lookup functionsLorenz Bauer2-29/+26
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