aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-081-6/+5
* Turn off forgotten multipath debug messagesAlexander V. Chernikov2021-02-081-1/+0
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-081-5/+6
* Enable multipath routing by default.Alexander V. Chernikov2021-02-031-1/+1
* iflib: Free resources in a consistent order during detachSai Rajesh Tallamraju2021-02-011-9/+13
* bridge: fix STP roles and protos stringsJonah Caplan2021-02-011-6/+6
* Use process fib for inet/inet6 fib_algo sysctls.Alexander V. Chernikov2021-01-311-2/+2
* Fix the design problem with delayed algorithm sync.Alexander V. Chernikov2021-01-303-42/+87
* Add rib_subscribe_locked() and rib_unsubsribe_locked() to supportAlexander V. Chernikov2021-01-302-1/+36
* Move business logic from rebuild_fd_callout() into rebuild_fd().Alexander V. Chernikov2021-01-301-15/+25
* Improve fib_algo debug messages.Alexander V. Chernikov2021-01-301-18/+44
* Fix multipath support for rib_lookup_info().Alexander V. Chernikov2021-01-291-8/+9
* Fix subinterface vlan creation.Alexander V. Chernikov2021-01-292-28/+54
* Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff2021-01-293-7/+7
* This pulls over all the changes that are in the netflixRandall Stewart2021-01-283-0/+43
* altq: Fix typo in features sysctl descriptionKristof Provost2021-01-271-1/+1
* 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