summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2024-02-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet
2024-02-12ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet
2024-02-12net/ipv6: set expires in modify_prefix_route() if RTF_EXPIRES is set.Kui-Feng Lee
2024-02-12net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee
2024-02-12net/ipv6: Remove unnecessary clean.Kui-Feng Lee
2024-02-12net/ipv6: set expires in rt6_add_dflt_router().Kui-Feng Lee
2024-02-07sit: use exit_batch_rtnl() methodEric Dumazet
2024-02-07ip6_vti: use exit_batch_rtnl() methodEric Dumazet
2024-02-07ip6_tunnel: use exit_batch_rtnl() methodEric Dumazet
2024-02-07ip6_gre: use exit_batch_rtnl() methodEric Dumazet
2024-02-02ipv6: make addrconf_wq single threadedEric Dumazet
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-30ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller
2024-01-29netfilter: xtables: allow xtables-nft only buildsFlorian Westphal
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-01-26ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet
2024-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-23net/ipv6: resolve warning in ip6_fib.cBreno Leitao
2024-01-23net/ipv6: Remove unnecessary pr_debug() logsBreno Leitao
2024-01-23bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima
2024-01-23ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao
2024-01-18Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-01-18ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich
2024-01-17netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov
2024-01-17netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov
2024-01-13udp: annotate data-races around up->pendingEric Dumazet
2024-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-01-08tcp: Revert no longer abort SYN_SENT when receiving some ICMPShachar Kagan
2024-01-07ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet
2024-01-05net: gro: parse ipv6 ext headers without frag0 invalidationRichard Gobert
2024-01-05net: gso: add HBH extension header offload supportRichard Gobert
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-03fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao
2024-01-02Revert "net: ipv6/addrconf: clamp preferred_lft to the minimum required"Alex Henrie
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet
2023-12-08net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov
2023-11-30ipv6: fix potential NULL deref in fib6_add()Eric Dumazet
2023-11-29tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima
2023-11-29tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().Kuniyuki Iwashima
2023-11-29tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima
2023-11-29tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima
2023-11-29tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima
2023-11-29tcp: Clean up goto labels in cookie_v[46]_check().Kuniyuki Iwashima