aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* lagg: update capabilites on SIOCSIFMTUWojciech Macek2021-11-061-0/+2
* pf: Introduce ridentifierKristof Provost2021-11-052-0/+2
* epair: remove "All rights reserved"Bjoern A. Zeeb2021-11-021-1/+0
* if_epair: reworkBjoern A. Zeeb2021-11-021-506/+240
* pf: remove the flags argument from pf_unlink_stateMateusz Guzik2021-11-011-3/+1
* if_epair: delete mbuf tagsKristof Provost2021-10-281-0/+18
* bpf: Fix the write filter for detached descriptorsMark Johnston2021-10-261-3/+12
* Use network epoch to protect local IPv4 addresses hash.Gleb Smirnoff2021-10-223-5/+7
* Retire synchronous PPP kernel driver sppp(4).Gleb Smirnoff2021-10-223-6263/+0
* Remove in_ifaddr_lock acquisiton to access in_ifaddrhead.Gleb Smirnoff2021-10-131-4/+0
* Allow the BPF to be select for write. This is needed for boost:asioHartmut Brandt2021-10-101-3/+32
* routing: Use the same index space for both nexthop and nexthop groups.Alexander V. Chernikov2021-10-083-29/+9
* pf: remove unused field from pf_kanchorKristof Provost2021-10-071-1/+0
* pfctl: userspace adaptive syncookies configrationKristof Provost2021-09-291-0/+3
* pf: implement adaptive modeKristof Provost2021-09-291-1/+4
* pf: support dummynetKristof Provost2021-09-241-0/+10
* LACP: Do not wait response for marker messages not sentArnaud Ysmal2021-09-231-1/+2
* Add a switch structure for send tags.John Baldwin2021-09-144-44/+147
* debugnet: Include some required headersMark Johnston2021-09-141-0/+4
* pf: qid and pqid can be uint16_tKristof Provost2021-09-101-6/+6
* net: Enter a net epoch around protocol if_up/down notificationsMark Johnston2021-09-101-0/+6
* routing: fix source address selection rules for IPv4 over IPv6.Alexander V. Chernikov2021-09-071-0/+38
* pf: remove unused function prototypeKristof Provost2021-09-071-1/+0
* altq: mark callouts as mpsafeKristof Provost2021-09-042-11/+2
* pf: Add counters for syncookiesKristof Provost2021-09-011-1/+1
* routing: Disallow zero nexthop weights in nexthop groups.Alexander V. Chernikov2021-09-011-0/+2
* routing: simplify malloc flags in alloc_nhgrp().Alexander V. Chernikov2021-08-311-2/+1
* routing: Fix newly-added rt_get_inet[6]_parent() api.Alexander V. Chernikov2021-08-301-0/+6
* routing: Bring back the ability to specify transmit interface via its name.Alexander V. Chernikov2021-08-292-10/+37
* pf: Introduce nvlist variant of DIOCGETSTATUSKristof Provost2021-08-291-0/+1
* if_bridge: add ALTQ supportLuiz Otavio O Souza2021-08-261-0/+47
* if_vlan: add the ALTQ support to if_vlan.Luiz Otavio O Souza2021-08-251-0/+47
* altq: Fix panics on rmc_restart()Kristof Provost2021-08-231-0/+5
* routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang2021-08-2213-26/+80
* netmap: import changes from upstreamVincenzo Maffione2021-08-221-1/+1
* lltable: Add support for "child" LLEs holding encap for IPv4oIPv6 entries.Alexander V. Chernikov2021-08-215-9/+84
* lagg: don't update link layer addresses on destroyLuiz Otavio O Souza2021-08-191-7/+9
* gre: simplify RSS ifdefsFranco Fichtner2021-08-181-22/+13
* Introduce m_get3()Kristof Provost2021-08-181-8/+1
* iflib: emulate counters in netmap modeStephan de Wit2021-08-181-1/+17
* routing: Fix crashes with dpdk_lpm[46] algo.Alexander V. Chernikov2021-08-174-0/+168
* ether: Add a KMSAN check for transmitted framesMark Johnston2021-08-111-3/+8
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* Simplify nhop operations in ip_output().Alexander V. Chernikov2021-08-081-2/+19
* [lltable] Restructure nd6 code.Alexander V. Chernikov2021-08-072-14/+28
* [lltable] Unify datapath feedback mechamism.Alexander V. Chernikov2021-08-044-6/+55
* Fix typo in rib_unsibscribe<_locked>().Alexander V. Chernikov2021-08-013-5/+5
* [multipath][nhops] Fix random crashes with high route churn rate.Alexander V. Chernikov2021-08-013-22/+5
* pf: remove DIOCGETSTATESNVKristof Provost2021-07-301-1/+0
* debugnet: Fix false-positive assertions for dp_stateBryan Drewery2021-07-281-1/+10