]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
routing: simplify malloc flags in alloc_nhgrp().
[FreeBSD/FreeBSD.git] / sys / net /
2021-09-07 Alexander V. Chernikovrouting: simplify malloc flags in alloc_nhgrp().
2021-09-07 Alexander V. Chernikovrouting: Fix newly-added rt_get_inet[6]_parent() api.
2021-09-07 Alexander V. Chernikovlltable: Add support for "child" LLEs holding encap...
2021-09-07 Alexander V. Chernikovrouting: Fix crashes with dpdk_lpm[46] algo.
2021-09-07 Alexander V. ChernikovSimplify nhop operations in ip_output().
2021-09-07 Alexander V. Chernikov[lltable] Restructure nd6 code.
2021-09-07 Alexander V. Chernikov[lltable] Unify datapath feedback mechamism.
2021-09-07 Alexander V. ChernikovFix typo in rib_unsibscribe<_locked>().
2021-09-07 Alexander V. ChernikovEnforce check for using the return result for ifa?_try_...
2021-09-07 Alexander V. ChernikovRename variables inside nexhtop group consider_resize...
2021-09-07 Alexander V. ChernikovSimplify ifa/ifp refcounting in the routing stack.
2021-09-07 Alexander V. ChernikovAdd if_try_ref() to simplify refcount handling inside...
2021-09-06 Kristof Provostpf: Introduce nvlist variant of DIOCGETSTATUS
2021-09-05 George V. Neville... Retore the vnet before returning an error.
2021-09-01 Luiz Otavio O Souzaif_bridge: add ALTQ support
2021-09-01 Luiz Otavio O Souzaif_vlan: add the ALTQ support to if_vlan.
2021-08-30 Kristof Provostaltq: Fix panics on rmc_restart()
2021-08-26 Luiz Otavio O Souzalagg: don't update link layer addresses on destroy
2021-08-25 Patrick Kelseyiflib: Improve mapping of TX/RX queues to CPUs
2021-08-25 Franco Fichtnergre: simplify RSS ifdefs
2021-08-25 Stephan de Witiflib: emulate counters in netmap mode
2021-08-20 Kyle Evanskern: ether_gen_addr: randomize on default hostuuid...
2021-08-17 Alexander V. Chernikov[multipath][nhops] Fix random crashes with high route...
2021-08-11 Mateusz Guzikpf: switch rule counters to pf_counter_u64
2021-08-11 Mateusz Guzikpf: switch kif counters to pf_counter_u64
2021-08-11 Mateusz Guzikpf: switch pf_status.fcounters to pf_counter_u64
2021-08-11 Mateusz Guzikpf: add hybrid 32- an 64- bit counters
2021-08-11 Mateusz Guzikpf: hide struct pf_kstatus behind ifdef _KERNEL
2021-08-11 Roy Marplessocket: Implement SO_RERROR
2021-08-06 Kristof Provostpf: remove DIOCGETSTATESNV
2021-08-02 Kristof Provostvlan: deduplicate bpf_setpcp() and pf_ieee8021q_setpcp()
2021-08-02 Luiz Otavio O Souzabpf: Add an ioctl to set the VLAN Priority on packets...
2021-07-31 Kristof Provostpf: match keyword support
2021-07-31 Kristof Provostaltq: Fix typo in features sysctl description
2021-07-31 Kristof ProvostAdd FEATURE sysctls for ALTQ disciplines
2021-07-30 Mark JohnstonAdd required sysctl name length checks to various handlers
2021-07-27 Kristof Provostpf: clean up syncookie callout on vnet shutdown
2021-07-27 Kristof Provostpf: syncookie ioctl interface
2021-07-27 Kristof Provostpf: syncookie support
2021-07-25 Mateusz Guzikpf: embed a pointer to the lock in struct pf_kstate
2021-07-25 Mateusz Guzikpf: shrink struct pf_kstate
2021-07-25 Mateusz Guzikpf: add a comment to pf_kstate concerning compat with...
2021-07-16 Kristof Provostpf: add DIOCGETSTATESV2
2021-07-14 Mateusz Guzikpf: add pf_find_state_all_exists
2021-07-14 Mateusz Guzikpf: padalign global locks found in pf.c
2021-07-14 Mateusz Guzikpf: allow table stats clearing and reading with ruleset...
2021-07-14 Mateusz Guzikpf: depessimize table handling
2021-07-14 Kristof Provostpf: rename pf_state to pf_kstate
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-07-05 Mateusz Guzikiflib: switch bare zone_mbuf use to m_free_raw
2021-07-05 Mateusz Guzikpf: revert: Use counter(9) for pf_state byte/packet...
2021-07-05 Mateusz Guzikpf: deduplicate V_pf_state_z handling with pfsync
2021-07-05 Mateusz Guzikpf: assert that sizeof(struct pf_state) <= 312
2021-07-05 Mateusz Guzikpf: add pf_release_staten and use it in pf_unlink_state
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-26 Kristof Provostpf: store L4 headers in pf_pdesc
2021-06-26 Kristof Provostpf: Mark struct pf_pdesc as kernel only
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-06-07 Randall StewartThis pulls over all the changes that are in the netflix
2021-05-30 Alexander V. ChernikovFix a use after free in update_rtm_from_rc().
2021-05-30 Alexander V. ChernikovFix panic when trying to delete non-existent gateway...
2021-05-27 Kristof Provostpf: Track the original kif for floating states
2021-05-27 Kristof Provostpf: Add DIOCGETSTATESNV
2021-05-27 Kristof Provostpf: Add DIOCGETSTATENV
2021-05-19 Mark Johnstonif: Remove unnecessary validation in the SIOCSIFNAME...
2021-05-18 Jonah Caplanbridgestp: validate timer values in config BPDU
2021-05-14 Kristof Provostpf: Support killing 'matching' states
2021-05-14 Kristof Provostpf: Allow states to by killed per 'gateway'
2021-05-14 Kristof Provostpf: Introduce DIOCKILLSTATESNV
2021-05-14 Kristof Provostpf: Introduce DIOCCLRSTATESNV
2021-05-11 Kristof Provostpf: Optionally attempt to preserve rule counter values...
2021-05-11 Kurosawa Takahiropf: Implement the NAT source port selection of MAP...
2021-05-10 Kristof Provostpfsync: Expose PFSYNCF_OK flag to userspace
2021-05-10 Kristof Provostpf: Allow multiple labels to be set on a rule
2021-05-10 Hans Petter Selaskynet: Introduce IPV6_DSCP(), IPV6_ECN() and IPV6_TRAFFIC...
2021-05-10 Jose Luis Duranifconfig: Minor documentation fix
2021-05-07 Kristof Provostpf: PFRULE_REFS should not be user-visible
2021-05-07 Kristof Provostpf: Implement nvlist variant of DIOCGETRULE
2021-05-07 Kristof Provostpf: Introduce nvlist variant of DIOCADDRULE
2021-05-07 Kristof Provostpf: Remove unused variable rt_listid from struct pf_krule
2021-05-04 Alexander V. Chernikov[fib algo] Update fib_gen counter under FIB_MOD_LOCK.
2021-05-04 Alexander V. ChernikovFix drace CTF for the rib_head.
2021-05-04 Alexander V. ChernikovAdd rib_walk_from() wrapper for selective rib tree...
2021-05-04 Alexander V. Chernikov[fib algo] Delay algo init at fib growth to to allow...
2021-05-04 Alexander V. Chernikov[rtsock] Enforce netmask/RTF_HOST consistency.
2021-05-03 Tai-hwa Liangif_firewire: fixing panic upon packet reception for...
2021-04-29 Alexander V. Chernikov[fib algo] always commit static routes synchronously.
2021-04-29 Alexander V. ChernikovFix NOINET[6],!VIMAGE builds after FIB_ALGO addition...
2021-04-29 Alexander V. ChernikovFix NOINET[6] build after enabling FIB_ALGO in GENERIC.
2021-04-29 Alexander V. ChernikovFix rib generation count for fib algo.
2021-04-29 Alexander V. ChernikovAdd batched update support for the fib algo.
2021-04-29 Stefan EßerFix build with gcc
2021-04-29 Alexander V. Chernikovfib algo: do not reallocate datapath index for datapath...
2021-04-29 Alexander V. ChernikovImplement better rebuild-delay fib algo policy.
2021-04-29 Alexander V. ChernikovAppease -Wsign-compare in radix.c
next