summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet
2023-08-16inet: introduce inet->inet_flagsEric Dumazet
2023-08-16ipv6: fix indentation of a config attributePrasad Pandit
2023-08-16Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2023-08-15seg6: add NEXT-C-SID support for SRv6 End.X behaviorAndrea Mayer
2023-08-15networking: Update to register_net_sysctl_szJoel Granados
2023-08-15netfilter: Update to register_net_sysctl_szJoel Granados
2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-09ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski
2023-08-09net: annotate data-races around sock->opsEric Dumazet
2023-08-08ipv6: exthdrs: Replace opencoded swap() implementationZiyang Xuan
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-03udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells
2023-08-02ila: Remove unnecessary file net/ila.hYue Haibing
2023-08-02ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing
2023-07-31net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfnLorenz Bauer
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert
2023-07-28netfilter: defrag: Add glue hooks for enabling/disabling defragDaniel Xu
2023-07-28net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr
2023-07-28IPv6: add extack info for IPv6 address add/deleteHangbin Liu
2023-07-27net: remove comment in ndisc_router_discoveryPatrick Rohr
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer
2023-07-25net: remove duplicate sk_lookup helpersLorenz Bauer
2023-07-25net: document inet[6]_lookup_reuseport sk_state requirementsLorenz Bauer
2023-07-25net: remove duplicate reuseport_lookup functionsLorenz Bauer
2023-07-25net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer
2023-07-25udp: re-score reuseport groups when connected sockets are presentLorenz Bauer
2023-07-24ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet
2023-07-23net: add sysctl accept_ra_min_rtr_lftPatrick Rohr
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-19net:ipv6: check return value of pskb_trim()Yuanjun Gong
2023-07-18tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet
2023-07-18tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet
2023-07-14gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai
2023-07-14ipv6: Constify the sk parameter of several helper functions.Guillaume Nault
2023-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-12ipv6: rpl: Remove redundant skb_dst_drop().Kuniyuki Iwashima
2023-07-11ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao
2023-07-09ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan
2023-07-08udp6: fix udp6_ehashfn() typoEric Dumazet
2023-07-08icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima
2023-07-07udp6: add a missing call into udp_fail_queue_rcv_skb tracepointIvan Babrou
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells