aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-091-1/+1
* pflog: pass the action to pflog directlyKristof Provost2024-01-042-3/+3
* net: Fix typo (triple S)Jose Luis Duran2023-12-281-1/+1
* pfil: don't leak pfil_head_t on interface detachGleb Smirnoff2023-12-211-0/+1
* if_tun: check device nameKonstantin Belousov2023-12-121-1/+1
* vnet: (read) lock the vnet list while iterating itKristof Provost2023-12-071-0/+4
* Teach if_smsc to get MAC from bootargs.Ronald Klop2023-12-072-2/+9
* if_tuntap: fix NOIP buildGleb Smirnoff2023-12-041-9/+8
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff2023-11-301-8/+4
* pf: implement DIOCGETRULES via netlinkKristof Provost2023-11-271-0/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2711-11/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-2732-65/+0
* if_tuntap: add LRO support to tap devicesMichael Tuexen2023-11-191-2/+29
* pf: sctp heartbeats confirm a connectionKristof Provost2023-11-171-7/+10
* if_tuntap: remove redundant checkMichael Tuexen2023-11-091-1/+1
* if_tuntap: support receive checksum offloading for tap interfacesMichael Tuexen2023-11-091-3/+31
* if_tuntap: trigger the bpf hook on transmitting for the tap interfaceMichael Tuexen2023-11-051-3/+12
* if_tuntap: improve code consistencyMichael Tuexen2023-11-041-2/+1
* Revert "pf: remove COMPAT_FREEBSD14 #ifdef from pfvar.h"Kristof Provost2023-10-301-0/+4
* pf: allow states to be killed by their pre-NAT addressKristof Provost2023-10-231-0/+1
* pf: convert rule addition to netlinkKristof Provost2023-10-231-0/+4
* bpf: Make dead_bpf_if constZhenlei Huang2023-10-211-3/+3
* pf: remove COMPAT_FREEBSD14 #ifdef from pfvar.hKristof Provost2023-10-191-4/+0
* net/route: properly brace the RT_LOG() macroGleb Smirnoff2023-10-191-4/+5
* lltable: fix ddb show llentry l3_addr pretty printerR. Christian McDonald2023-10-171-20/+19
* bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits2023-10-132-0/+15
* Revert "bpf: Add IfAPI analogue for bpf_peers_present()"Justin Hibbits2023-10-132-15/+0
* bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits2023-10-132-0/+15
* pf: implement start/stop calls via netlinkKristof Provost2023-10-131-0/+2
* netlink: move NETLINK define to opt_global.hKristof Provost2023-10-132-3/+0
* pf: move DIOCGETSTATES(V2) to COMPAT_FREEBSD14Kristof Provost2023-10-101-0/+4
* tun/tap: correct ref count on cloned cdevsKonstantin Belousov2023-10-091-1/+4
* rtsock: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-09-251-1/+1
* sysctl: Update 'master' copy of vnet SYSCTLs on kernel environment variables ...Zhenlei Huang2023-09-212-0/+39
* Assert that ifnet_detach_sxlock is held where needed.Dag-Erling Smørgrav2023-09-081-0/+2
* pf: mark removed connections within a multihome association as shutting downKristof Provost2023-09-071-0/+1
* pf: improve SCTP state validationKristof Provost2023-09-071-1/+7
* pf: support SCTP multihomingKristof Provost2023-09-071-1/+21
* net: Check per-flow priority code point for untagged trafficZhenlei Huang2023-09-061-5/+16
* if_vlan: Always default to 802.1q.Dag-Erling Smørgrav2023-09-041-5/+0
* pf: remove DIOCGETRULE and DIOCGETSTATUSKristof Provost2023-08-311-2/+0
* net: Remove vlan metadata on pcp / vlan encapsulationZhenlei Huang2023-08-301-2/+5
* pf: Remove DIOCCLRSTATES and DIOCKILLSTATESKristof Provost2023-08-291-2/+0
* IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits2023-08-252-14/+0
* iflib: invert default restart on VLAN changesKevin Bowling2023-08-241-1/+1
* pf: Access r->rpool.cur->kif under mutex protectionKajetan Staszkiewicz2023-08-241-2/+3
* net: Do not overwrite if_vlan's PCPZhenlei Huang2023-08-232-4/+5
* if_ovpn: clear mbuf flags on rxKristof Provost2023-08-221-0/+4
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1639-68/+0