aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* pf: rework pf_icmp_state_lookup() failure modeKristof Provost2024-09-191-2/+2
* pf: improve the ICMPv6 direction checkKristof Provost2024-09-191-2/+2
* netlink: move NETLINK define to opt_global.hKristof Provost2023-10-172-3/+0
* rtsock: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-10-031-1/+1
* net: Check per-flow priority code point for untagged trafficZhenlei Huang2023-09-211-5/+16
* if_vlan: Always default to 802.1q.Dag-Erling Smørgrav2023-09-071-5/+0
* net: Remove vlan metadata on pcp / vlan encapsulationZhenlei Huang2023-09-061-2/+5
* 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
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-3/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-167-7/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1651-51/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1653-106/+0
* vlan: Respect IFCAP_LRO maskKevin Bowling2023-08-121-1/+1
* Revert "if_vlan: do not enable LRO for bridge interaces"Kristof Provost2023-08-121-15/+7
* if_vlan: do not enable LRO for bridge interacesPaul Vixie2023-08-111-7/+15
* iflib: Remove redundant variableEric Joyner2023-08-071-4/+3
* iflib: Fix white space and reduce some line lengthsEric Joyner2023-08-072-10/+15
* iflib(9): Remove support for cloning pseudo interfacesMarius Strobl2023-08-038-843/+43
* i386: Don't use static DPCPU and VNET defines in i386 modulesDmitry Chagin2023-07-281-1/+1
* iflib: Fix panic during driver reload stress testPrzemyslaw Lewandowski2023-07-271-1/+2
* gif(4): Assert that gif_output() isn't called for EtherIPMarius Strobl2023-07-261-0/+3
* gif(4): Revert in{,6}_gif_output() misalignment handlingMarius Strobl2023-07-262-3/+1
* pf: support 'return' for SCTPKristof Provost2023-07-211-0/+1
* pf: initial SCTP supportKristof Provost2023-07-211-0/+13
* iflib: Unlock ctx lock around call to ether_ifattach()Eric Joyner2023-07-191-0/+6
* pf: Simplify rule actions logicKajetan Staszkiewicz2023-07-131-15/+6
* pf: Fix duplicate storage of directionKajetan Staszkiewicz2023-07-122-9/+9
* ddb: Rework macros to make it easier to add new command tables.John Baldwin2023-07-051-2/+2
* altq codel: do not insert the same mtag twiceKristof Provost2023-07-031-2/+4
* pf: Fix usage of pf tags with syncookiesKajetan Staszkiewicz2023-06-191-4/+4
* pf: extend use of skip steps for Ethernet rulesKristof Provost2023-06-191-1/+5
* netlink: convert to IfAPI.Alexander V. Chernikov2023-06-162-0/+61
* ifnet: fix if_strings.h build checkAlexander V. Chernikov2023-06-161-0/+3
* netlink: dump interface capabilities with other interface data.Alexander V. Chernikov2023-06-163-68/+185
* if_epair: do not transmit packets that exceed the interface MTUKristof Provost2023-06-061-0/+11
* pf: carry over rule actions from route-to rulesKristof Provost2023-06-021-2/+4
* ifnet: consistently call hooks when the interface gets up.Alexander V. Chernikov2023-06-011-29/+7
* bridge: fix lookup for untagged packets in bridge_transmit()Ben Wilber2023-06-011-1/+2
* tap(4): allow full-duplex and non-zero speedAlexandre Snarskii2023-05-311-1/+1
* pfctl: Add missing state parameters in DIOCGETSTATESV2Kajetan Staszkiewicz2023-05-301-2/+13
* pf: make contents of struct pfsync_state configurableKajetan Staszkiewicz2023-05-302-14/+73
* netgdb: Fix netgdb double ack, print proxy addressJohn Reimer2023-05-273-16/+62
* if_ovpn: atomic_set -> atomic_storeKristof Provost2023-05-241-1/+1
* if_ovpn: ensure we never re-use sequence numbersKristof Provost2023-05-231-4/+18
* pf: remove the use of caddr_tKristof Provost2023-05-231-3/+3