summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2025-05-16mr: consolidate the ipmr_can_free_table() checks.Paolo Abeni
2025-05-15ipv6: sr: Use nested-BH locking for hmac_storageSebastian Andrzej Siewior
2025-05-13net: devmem: Implement TX pathMina Almasry
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-05gre: Fix again IPv6 link-local address generation.Guillaume Nault
2025-05-05netfilter: bridge: Move specific fragmented packet to slow_path instead of dr...Huajian Yang
2025-05-02ipv6: Restore fib6_config validation for SIOCADDRT.Kuniyuki Iwashima
2025-05-01ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6local LWT s...Andrea Mayer
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-01net: use sock_gen_put() when sk_state is TCP_TIME_WAITJibin Zhang
2025-04-29ip: load balance tcp connections to single dst addr and portWillem de Bruijn
2025-04-24ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE.Kuniyuki Iwashima
2025-04-24ipv6: Protect nh->f6i_list with spinlock and flag.Kuniyuki Iwashima
2025-04-24ipv6: Defer fib6_purge_rt() in fib6_add_rt2node() to fib6_add().Kuniyuki Iwashima
2025-04-24ipv6: Protect fib6_link_table() with spinlock.Kuniyuki Iwashima
2025-04-24ipv6: Factorise ip6_route_multipath_add().Kuniyuki Iwashima
2025-04-24ipv6: Rename rt6_nh.next to rt6_nh.list.Kuniyuki Iwashima
2025-04-24ipv6: Don't pass net to ip6_route_info_append().Kuniyuki Iwashima
2025-04-24ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create().Kuniyuki Iwashima
2025-04-24ipv6: Preallocate rt->fib6_nh->rt6i_pcpu in ip6_route_info_create().Kuniyuki Iwashima
2025-04-24ipv6: Split ip6_route_info_create().Kuniyuki Iwashima
2025-04-24ipv6: Move nexthop_find_by_id() after fib6_info_alloc().Kuniyuki Iwashima
2025-04-24ipv6: Check GATEWAY in rtm_to_fib6_multipath_config().Kuniyuki Iwashima
2025-04-24ipv6: Move some validation from ip6_route_info_create() to rtm_to_fib6_config().Kuniyuki Iwashima
2025-04-24ipv6: Get rid of RTNL for SIOCDELRT and RTM_DELROUTE.Kuniyuki Iwashima
2025-04-24ipv6: Validate RTA_GATEWAY of RTA_MULTIPATH in rtm_to_fib6_config().Kuniyuki Iwashima
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-17net: ipv6: ioam6: fix double reallocationJustin Iurman
2025-04-17net: ipv6: ioam6: use consistent dst namesJustin Iurman
2025-04-17ovpn: implement TCP transportAntonio Quartulli
2025-04-17xfrm: Fix UDP GRO handling for some corner casesTobias Brunner
2025-04-16ipv6: Use nlmsg_payload in route fileBreno Leitao
2025-04-16ipv6: Use nlmsg_payload in addrconf fileBreno Leitao
2025-04-16ipv6: Use nlmsg_payload in addrlabel fileBreno Leitao
2025-04-15ipv6: Use nlmsg_payload in inet6_rtm_valid_getaddr_reqBreno Leitao
2025-04-15ipv6: Use nlmsg_payload in inet6_valid_dump_ifaddr_reqBreno Leitao
2025-04-14ipv6: Convert tunnel devices' ->exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-04-14espintcp: fix skb leaksSabrina Dubroca
2025-04-11net: Unexport shared functions for DCCP.Kuniyuki Iwashima
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima
2025-04-10ipv6: add exception routes to GC list in rt6_insert_exceptionXin Long
2025-04-10tcp: add TCP_RFC7323_TW_PAWS drop reasonJiayuan Chen
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-09ipv6: Align behavior across nexthops during path selectionIdo Schimmel
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni
2025-04-07ipv6: Fix null-ptr-deref in addrconf_add_ifaddr().Kuniyuki Iwashima
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04ipv6: Do not consider link down nexthops in path selectionIdo Schimmel