]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
LinuxKPI: pci: add more functions
[FreeBSD/FreeBSD.git] / sys / net /
2023-02-04 Elliott Mitchellaltq: purge EOL release compatibility
2023-02-03 Justin HibbitsIfAPI: Add iterator to loop over all interfaces
2023-01-31 Justin HibbitsIfAPI: Add if_altq_is_enabled() interface.
2023-01-31 Justin HibbitsIfAPI: Add l2com accessor for firewire.
2023-01-31 Justin HibbitsIfAPI: Add some more accessors
2023-01-31 Justin HibbitsIfAPI: Add if_llsoftc member accessors for TOEDEV
2023-01-31 Justin HibbitsIfAPI: Explicitly include <net/if_private.h> in netstack
2023-01-31 Justin HibbitsIfAPI: Add if_get/setmaclabel() and use it.
2023-01-31 Justin HibbitsIfAPI: Add if_gettype() API and use it for vlan
2023-01-31 Justin Hibbitsbpf: Add "_if" tap APIs
2023-01-31 Justin Hibbitsifnet/API: Privatize the implementation of the drbr_...
2023-01-30 Mark Johnstonbridge: Fix whitespace
2023-01-30 Phil ShaferMerge commit '7087c8de43b0d5d27c52da6ba2ba4957b7e336ff...
2023-01-28 Stefan Eßercontrib/bc: merge from vendor release 6.2.2
2023-01-28 Simon J. GerratyMerge/update to bmake-20230126
2023-01-27 Allan JudeMFV: zstd 1.5.2
2023-01-25 Martin Matuskazfs: merge openzfs/zfs@9cd71c860 (master)
2023-01-24 Przemyslaw Lewandowskiiflib: Add null check to iflib_stop()
2023-01-24 Justin Hibbitsdebugnet: Add ifnet accessor to set debugnet methods
2023-01-24 Justin Hibbitsifnet/API: Move struct ifnet definition to a <net/if_pr...
2023-01-24 Justin Hibbitsifnet API: Change if_init() to take context argument
2023-01-23 Xin LIMFV: xz 5.4.1.
2023-01-18 Konstantin Belousovif_ipsec(4): handle situations where there are no polic...
2023-01-18 Konstantin Belousovif_ipsec(4): protect against user supplying unknown...
2023-01-16 Alexander V. Chernikovrtsock: fix socket closure.
2023-01-15 Gregory Neil ShapiroMerge commit '28fbd2825d216dafca4d991ad96d05b312f4f9a3'
2023-01-15 Cy Schubertunbound: Vendor import 1.17.1
2023-01-13 Tom Jonesif_lagg: Allow lagg interfaces to be used with netmap
2023-01-13 Kristof Provostpf: fix syncookies in conjunction with tcp fast port...
2023-01-13 Justin HibbitsRevert "ifnet/API: Move the IfAPI from if_var.h to...
2023-01-12 Justin Hibbitsifnet/API: Move the IfAPI from if_var.h to if.h
2023-01-10 Dag-Erling SmørgravBring our tzcode up to date.
2023-01-09 Justin Hibbitsifnet/API: Change if_set*bit accessors to clear first
2023-01-06 Cy Schubertsqlite3: Vendor import of sqlite3 3.40.1
2023-01-04 Justin Hibbitsifnet: Expose if_t to userspace
2023-01-04 Justin Hibbitsifnet/DrvAPI: Move if_t typedef to a better place
2023-01-04 Justin Hibbitsifnet/DrvAPI: Implement if_setoutputfn() accessor
2023-01-03 Konstantin Belousovifcapnv: fix IFCAP2 usage
2023-01-01 Xin LIMFV: xz 5.4.0
2022-12-30 Alexander V. Chernikovrouting: add missed RIB_WUNLOCK in the add_route_flags().
2022-12-26 Kristof ProvostRevert "if_ovpn: allow peer lookup by vpn4/vpn6 address"
2022-12-21 Justin HibbitsConvert iflib(4) and iflib-based drivers to the DrvAPI
2022-12-21 Zhenlei Huangrouting: Use NET_EPOCH_[CALL|WAIT] macros
2022-12-20 Justin HibbitsDrvAPI: Extend driver KPI with more accessors
2022-12-16 Franco Fichtnerdebugnet: remove spurious message on boot
2022-12-15 Alexander V. Chernikovroute: allow RTM_CHANGE notifications in rt_routemsg().
2022-12-14 Kristof Provostif_ovpn: fix LINT-NOIP build
2022-12-14 Nick Reillypf: fix pfi_ifnet leak on interface removal
2022-12-14 Kristof Provostif_ovpn: cleanup offsetof() use
2022-12-14 Kristof Provostif_ovpn: include peer counters in a OVPN_NOTIF_DEL_PEER...
2022-12-14 Kristof Provostif_ovpn: allow peer lookup by vpn4/vpn6 address
2022-12-14 Kristof Provostif_ovpn: implement OVPN_GET_PEER_STATS
2022-12-14 Kristof Provostif_ovpn: start tracking per-peer packets/bytes in/out
2022-12-14 Kristof Provostif_ovpn: remove OVPN_SEND_PKT
2022-12-13 Martin Matuskalibarchive: merge from vendor branch
2022-12-11 Mark Johnstonbridge: Fix a potential memory leak in bridge_enqueue()
2022-12-09 Alexander V. Chernikovnetlink: add interface notification on link status...
2022-12-09 Xin LIMFV: xz 5.2.9
2022-12-07 Martin Matuskazfs: merge openzfs/zfs@59493b63c (master)
2022-12-05 Kristof Provostif_ovpn: extend notifications with a reason
2022-12-02 Alexander V. Chernikovnetlink: store user-provided rtm_protocol
2022-12-02 Alexander V. Chernikovrouting: provide dedicated function for nhgrp creation...
2022-12-01 Kristof Provostif_ovpn: remove peer limit
2022-12-01 Alexander V. Chernikovnet: add if_allocdescr() to permit updating iface descr...
2022-11-30 John Baldwinether_demux: Defer stripping the Ethernet header.
2022-11-30 Philip Paepscontrib/tzdata: import tzdata 2022g
2022-11-28 Cy Schubertsqlite3: Vendor import of sqlite3 3.40.0
2022-11-24 Mateusz Guzikbpf: only access refcounts using dedicated primitives
2022-11-18 Xin LIMFV: expat 2.5.0
2022-11-18 Xin LIMFV: xz-embedded 3f438e15109229bb14ab45f285f4bff5412a9542
2022-11-17 Xin LIMFV: Merge xz 5.2.8
2022-11-16 Martin Matuskazfs: merge openzfs/zfs@2163cde45
2022-11-15 Emmanuel VadotImport device-tree files from Linux 6.0
2022-11-15 Emmanuel VadotImport device-tree files from Linux 5.19
2022-11-15 Kristof Provostif_ovpn: pass control packets through the socket
2022-11-14 Kristof Provostif_ovpn: ensure we're in vnet context when calling...
2022-11-11 Kristof Provostif_ovpn: fix AES-128-GCM support
2022-11-09 Luiz Amaralpfsync: prepare code to accommodate AF_INET6 family
2022-11-05 Kyle EvansMerge commit '93bf91b4012a28610672d2266366dfa0a663b70f...
2022-11-02 Kristof Provostpf: bridge-to
2022-11-02 Kristof Provostipsec: add support for CHACHA20POLY1305
2022-11-01 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1s
2022-10-29 Kyle EvansAdd 'contrib/wireguard-tools/' from commit '7e00bf8773b...
2022-10-29 Philip Paepscontrib/tzdata: import tzdata 2022f
2022-10-28 John BaldwinImport the WireGuard driver from zx2c4.com.
2022-10-27 Xin LIMFV: Restore the ability to process files from stdin...
2022-10-25 Gordon Berglingnetmap(4): Fix a typo in a source code comment
2022-10-24 Kristof Provostif_ovpn: avoid netisr_queue name conflicts
2022-10-24 Kristof Provostbridge: default to not filtering L3
2022-10-24 Kristof Provostif_ovpn: add sysctls for netisr_queue() and crypto_disp...
2022-10-19 Ed Mastessh: update to OpenSSH 9.1p1
2022-10-17 Eric Joyneriflib: Introduce v2 of TX Queue Select Functionality
2022-10-17 Gert Doeringif_ovpn(4): implement ioctl() to set if_flags
2022-10-17 Kristof Provostif_ovpn: fix use-after-free
2022-10-16 Cy Schubertunbound: Vendor import 1.17.0
2022-10-15 Zhenlei Huangif_me: Use dedicated network privilege
2022-10-12 Philip Paepscontrib/tzdata: import tzdata 2022e
2022-10-08 Kristof Provostpf: atomically increment state ids
2022-10-07 Kristof Provostif_ovpn: remove an incorrect assertion
2022-10-07 Zhenlei Huangif_vxlan(4): Correct the statistic for output bytes
next