aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* altq: Remove unused arguments from altq_attach()Kristof Provost2021-01-257-24/+9
* Add FEATURE sysctls for ALTQ disciplinesKristof Provost2021-01-251-0/+32
* iflib: netmap: move per-packet operation out of fragments loopVincenzo Maffione2021-01-241-6/+7
* iflib: netmap: add support for NS_MOREFRAGVincenzo Maffione2021-01-241-24/+58
* iflib: Fix a NULL pointer derefAndrew Gallatin2021-01-211-1/+2
* Fix panic on vnet creation if fib algo has been set to fixed value.Alexander V. Chernikov2021-01-171-15/+14
* Create new in6_purgeifaddr() which purges bound ifa prefix ifAlexander V. Chernikov2021-01-171-1/+1
* Split rtinit() into multiple functions.Alexander V. Chernikov2021-01-165-179/+53
* Remove redundant rtinit() calls from tuntap.Alexander V. Chernikov2021-01-131-31/+1
* pf: quiet -Wredundant-decls for pf_get_ruleset_numberRyan Libby2021-01-111-1/+0
* Use static initializers for fib algo to shift initializationAlexander V. Chernikov2021-01-111-11/+2
* netmap: restore hwofs and support it in iflibVincenzo Maffione2021-01-101-13/+27
* iflib: fix build failure in case DEV_NETMAP is not definedVincenzo Maffione2021-01-101-0/+2
* iflib: add assert to prevent out-of-bounds array accessVincenzo Maffione2021-01-101-5/+4
* netmap: iflib: enable/disable krings on any interface reinitVincenzo Maffione2021-01-101-15/+20
* netmap: iflib: fix asserts in netmap_fl_refill()Vincenzo Maffione2021-01-091-1/+2
* netmap: iflib: stop krings during interface resetVincenzo Maffione2021-01-091-0/+9
* iflib: ensure that tx interrupts enabled and cleanupsMatt Macy2021-01-072-32/+79
* Refactor rt_addrmsg() and rt_routemsg().Alexander V. Chernikov2021-01-076-22/+40
* pf: Convert pfi_kkif to use counter_u64Kristof Provost2021-01-051-2/+3
* pf: Allocate and free pfi_kkif in separate functionsKristof Provost2021-01-051-0/+3
* pf: Split pfi_kif into a user and kernel space structureKristof Provost2021-01-051-29/+45
* pf: Change pf_krule counters to use counter_u64Kristof Provost2021-01-051-3/+3
* pf: Remove unused fields from pf_kruleKristof Provost2021-01-051-4/+0
* pf: Split pf_rule into kernel and user space versionsKristof Provost2021-01-051-63/+171
* pf: Migrate pf_rule and related structs to pf.hKristof Provost2021-01-051-316/+0
* pf: Use counter_u64 in pf_src_nodeKristof Provost2021-01-051-2/+2
* pf: Split pf_src_node into a kernel and userspace structKristof Provost2021-01-051-42/+13
* Remove now-unused RT_GATEWAY* definitions.Alexander V. Chernikov2021-01-041-3/+0
* Streamline the infiniband code according to the ethernet code.Hans Petter Selasky2020-12-311-2/+0
* Streamline the infiniband code according to the ethernet code.Hans Petter Selasky2020-12-291-102/+201
* Fix for IPoIB over lagg(4).Hans Petter Selasky2020-12-292-9/+8
* route: quiet -Wredundant-declsRyan Libby2020-12-281-1/+0
* Fix default route handling in radix4_lockless algo.Alexander V. Chernikov2020-12-261-9/+26
* Use light-weight versions of routing lookup functions in ng_netflow.Alexander V. Chernikov2020-12-262-0/+8
* Add modular fib lookup framework.Alexander V. Chernikov2020-12-255-6/+1758
* rtsock: quiet -Wunused-variable in LINT-NOIP kernelsRyan Libby2020-12-241-3/+4
* rtsock: Avoid copying uninitialized padding bytesMark Johnston2020-12-231-12/+18
* pf: Use counter(9) for pf_state byte/packet trackingKristof Provost2020-12-231-2/+2
* pf: Fix unaligned checksum updatesKristof Provost2020-12-231-0/+6
* Remove not needed variable initialization.Hans Petter Selasky2020-12-231-2/+2
* vxlan: stop checking CSUM_ENCAP_VXLAN when converting inner CSUM flags into n...Konstantin Belousov2020-12-231-2/+1
* Switch direct rt fields access in rtsock.c to newly-create field acessors.Alexander V. Chernikov2020-12-181-38/+121
* style(9): Correct whitespace in struct definitionsBrooks Davis2020-12-111-7/+7
* Fixup r368446 with KERN_TLS.Gleb Smirnoff2020-12-081-2/+2
* The list of ports in configuration path shall be protected by locks,Gleb Smirnoff2020-12-081-6/+4
* Convert LAGG_RLOCK() to NET_EPOCH_ENTER(). No functional changes.Gleb Smirnoff2020-12-081-43/+50
* iflib: Avoid leaking the freelist bitmaps upon driver detachMark Johnston2020-12-071-0/+2
* iflib: Detach tasks upon device registration failureMark Johnston2020-12-071-55/+34
* Add IPv4/IPv6 rtentry prefix accessors.Alexander V. Chernikov2020-12-033-10/+156