aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* pf: store L4 headers in pf_pdescKristof Provost2021-06-141-6/+13
* Make LINT NOINET and NOIP kernel builds warning free.Bjoern A. Zeeb2021-06-062-0/+6
* kern: ether_gen_addr: randomize on default hostuuid, tooKyle Evans2021-06-021-3/+14
* pf: Move provider declaration to pf.hKristof Provost2021-06-011-0/+3
* pf: Track the original kif for floating statesKristof Provost2021-05-201-0/+2
* pf: Add DIOCGETSTATESNVKristof Provost2021-05-201-0/+1
* pf: Add DIOCGETSTATENVKristof Provost2021-05-201-0/+1
* Fix a use after free in update_rtm_from_rc().Alexander V. Chernikov2021-05-141-0/+1
* if: Remove unnecessary validation in the SIOCSIFNAME handlerMark Johnston2021-05-121-5/+0
* Remove a write-only variable.John Baldwin2021-05-111-2/+0
* Fix panic when trying to delete non-existent gateway in multipath route.Alexander V. Chernikov2021-05-072-6/+11
* pf: Support killing 'matching' statesKristof Provost2021-05-071-0/+1
* pf: Allow states to by killed per 'gateway'Kristof Provost2021-05-071-0/+1
* pf: Introduce DIOCKILLSTATESNVKristof Provost2021-05-071-0/+1
* pf: Introduce DIOCCLRSTATESNVKristof Provost2021-05-071-0/+14
* Group all compat shim structures together to consolidate #ifdef's.John Baldwin2021-05-051-10/+9
* Use thunks for compat ioctls using struct ifgroupreq.John Baldwin2021-05-052-56/+45
* Add freebsd32 compat shims for SIOC[GS]DRVSPEC.John Baldwin2021-05-051-0/+33
* Rework compat shims in ifioctl().John Baldwin2021-05-051-69/+49
* 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