aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* ifconfig: Minor documentation fixJose Luis Duran2021-05-031-2/+2
* iflib: Take iri_pad into account when processing small framesMarcin Wojtas2021-04-301-1/+3
* [fib algo] Update fib_gen counter under FIB_MOD_LOCK.Alexander V. Chernikov2021-04-281-3/+3
* Add rib_walk_from() wrapper for selective rib tree traversal.Alexander V. Chernikov2021-04-282-0/+38
* [fib algo] Delay algo init at fib growth to to allow to reliably use rib KPI.Alexander V. Chernikov2021-04-273-33/+76
* [fib algo] always commit static routes synchronously.Alexander V. Chernikov2021-04-271-4/+12
* Fix rtsock sockaddr alignment.Alexander V. Chernikov2021-04-271-1/+1
* Fix drace CTF for the rib_head.Alexander V. Chernikov2021-04-271-3/+1
* pfsync: Expose PFSYNCF_OK flag to userspaceKristof Provost2021-04-261-0/+2
* pf: Allow multiple labels to be set on a ruleKristof Provost2021-04-261-1/+1
* iflib: Improve mapping of TX/RX queues to CPUsPatrick Kelsey2021-04-261-161/+293
* Fix NOINET[6],!VIMAGE builds after FIB_ALGO addition to GENERICAlexander V. Chernikov2021-04-211-6/+10
* Fix NOINET[6] build after enabling FIB_ALGO in GENERIC.Alexander V. Chernikov2021-04-211-0/+4
* [fib algo] Do not print algo attach/detach message on bootAlexander V. Chernikov2021-04-251-3/+5
* Make gcc happy by initializing error in rib_handle_ifaddr_info().Alexander V. Chernikov2021-04-251-1/+1
* Fix build with gccStefan Eßer2021-04-251-1/+1
* [rtsock] Enforce netmask/RTF_HOST consistency.Alexander V. Chernikov2021-04-241-0/+2
* Re-enable network ioctls in capability modeMark Johnston2021-04-233-16/+2
* iflib: initialize LRO unconditionallyAndrew Gallatin2021-04-231-13/+9
* Fix rib generation count for fib algo.Alexander V. Chernikov2021-04-203-5/+29
* Relax rtsock message restrictions.Alexander V. Chernikov2021-04-201-94/+177
* Improve error reporting in rtsock.cAlexander V. Chernikov2021-04-191-9/+12
* pf: Optionally attempt to preserve rule counter values across ruleset updatesKristof Provost2021-04-191-0/+3
* pf: PFRULE_REFS should not be user-visibleKristof Provost2021-04-191-0/+1
* bridgestp: validate timer values in config BPDUJonah Caplan2021-04-191-0/+17
* fib algo: do not reallocate datapath index for datapath ptr update.Alexander V. Chernikov2021-04-181-0/+11
* Fib algo: extend KPI by allowing algo to set datapath pointers.Alexander V. Chernikov2021-04-182-21/+42
* Add batched update support for the fib algo.Alexander V. Chernikov2021-04-142-6/+154
* if_firewire: fixing panic upon packet reception for VNET buildTai-hwa Liang2021-04-131-0/+2
* pf: Implement the NAT source port selection of MAP-E Customer EdgeKurosawa Takahiro2021-04-131-0/+1
* Fix vlan creation for the older ifconfig(8) binaries.Alexander V. Chernikov2021-04-111-0/+8
* Fix direct route installation with net/bird.Alexander V. Chernikov2021-04-101-5/+6
* Appease -Wsign-compare in radix.cAlexander V. Chernikov2021-04-101-1/+1
* Allow to specify debugnet fib in sysctl/tunable.Alexander V. Chernikov2021-04-101-1/+5
* pf: Implement nvlist variant of DIOCGETRULEKristof Provost2021-04-101-0/+4
* pf: Introduce nvlist variant of DIOCADDRULEKristof Provost2021-04-101-0/+1
* Implement better rebuild-delay fib algo policy.Alexander V. Chernikov2021-04-091-61/+228
* Enforce check for using the return result for ifa?_try_ref().Alexander V. Chernikov2021-04-051-2/+2
* pf: Remove unused variable rt_listid from struct pf_kruleKristof Provost2021-04-081-1/+0
* capsicum: Limit socket operations in capability modeMark Johnston2021-04-073-2/+17
* iflib: add support for netmap offsetsVincenzo Maffione2021-04-051-4/+8
* netmap: restore commit a56e6334d1b7ed6e6faaa8b4612d948005ba74f5Vincenzo Maffione2021-04-021-1/+2
* netmap: several typo fixesVincenzo Maffione2021-04-022-10/+10
* vxlan: correct interface MTU when using hw offloadsKonstantin Belousov2021-03-311-2/+15
* mbuf: add a way to mark flowid as calculated from the internal headersKonstantin Belousov2021-03-312-2/+4
* Fix typo in the 9fa8d1582b44b4850d40699c9adb104732328b7d.Alexander V. Chernikov2021-03-291-1/+1
* Put bandaid for nhgrp_dump_sysctl() malloc KASSERT().Alexander V. Chernikov2021-03-291-1/+3
* Rename variables inside nexhtop group consider_resize() code.Alexander V. Chernikov2021-03-291-20/+20
* Fix nexhtop group index array scaling.Alexander V. Chernikov2021-03-291-2/+2
* netmap: monitor: add a flag to distinguish packet directionVincenzo Maffione2021-03-291-0/+5