aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* iflib: Introduce v2 of TX Queue Select FunctionalityEric Joyner2022-10-172-24/+184
* if_ovpn(4): implement ioctl() to set if_flagsGert Doering2022-10-172-0/+43
* if_ovpn: fix use-after-freeKristof Provost2022-10-171-2/+3
* if_me: Use dedicated network privilegeZhenlei Huang2022-10-151-1/+1
* pf: atomically increment state idsKristof Provost2022-10-081-1/+1
* if_ovpn: remove an incorrect assertionKristof Provost2022-10-071-4/+1
* if_vxlan(4): Correct the statistic for output bytesZhenlei Huang2022-10-071-9/+7
* if_ovpn: ensure we're in net_epoch when calling ovpn_encap()Kristof Provost2022-10-061-0/+7
* pf: use time_to for timestampsKristof Provost2022-10-051-2/+4
* if_vxlan(4): Add missing statistic for input packetsZhenlei Huang2022-10-051-0/+1
* bpf: obtain timestamps from controller via pkthdr if availableJung-uk Kim2022-10-031-0/+6
* if_epair: fix build with RSSKristof Provost2022-10-031-1/+2
* netlink: add netlink supportAlexander V. Chernikov2022-10-013-0/+60
* if_vxlan(4): Check the size of data available in mbuf before using themZhenlei Huang2022-09-301-0/+6
* if_epair: refactor interface creation and enqueue code.Alexander V. Chernikov2022-09-271-63/+102
* if_ovpn: fix address family check when traffic class bits are setKristof Provost2022-09-261-1/+1
* ifp: add if_setdescr() / if_freedesrt() methodsAlexander V. Chernikov2022-09-242-9/+23
* if_clone: add ifc_link_ifp() / ifc_unlink_ifp() to the KPIAlexander V. Chernikov2022-09-242-31/+53
* if_clone: migrate some consumers to the new KPI.Alexander V. Chernikov2022-09-229-91/+152
* if_clone: rework cloning KPIAlexander V. Chernikov2022-09-222-75/+213
* epair: deduplicate interface allocation code #1Alexander V. Chernikov2022-09-221-137/+137
* if_ovpn: fix memory leak on unloadKristof Provost2022-09-211-0/+2
* if_ovpn: remove incorrect rounding up of packet sizesKristof Provost2022-09-211-12/+3
* Add getsockMateusz Guzik2022-09-101-3/+1
* net: add pfil_mbuf_{in,out}Mateusz Guzik2022-09-082-0/+40
* routing: constantify nh/nhg argument in <nhop|nhgrp>_get_origin().Alexander V. Chernikov2022-09-083-5/+5
* routing: add abitity to set the protocol that installed route/nexthop.Alexander V. Chernikov2022-09-087-1/+39
* net: retire PFIL_FWDMateusz Guzik2022-09-071-1/+1
* net: remove stale altq_input referenceMateusz Guzik2022-09-072-2/+0
* loop(4): make interface methods staticGleb Smirnoff2022-09-051-5/+4
* routing: allow logging framework to be used outside of the subsystemAlexander V. Chernikov2022-09-051-3/+6
* bpf(3): Grammar fix for a source code commentGordon Bergling2022-09-041-1/+1
* netisr(9): Fix a typo in a source code commentGordon Bergling2022-09-031-1/+1
* domains: use queue(9) SLIST for linked list of domainsGleb Smirnoff2022-08-302-6/+8
* routing: constantify @rc in rib_decompose_notification().Alexander V. Chernikov2022-08-293-6/+6
* Revert "routing: install prefix and loopback routes using new nhop-based KPI."Alexander V. Chernikov2022-08-292-109/+87
* routing: improve multiline debugAlexander V. Chernikov2022-08-296-57/+59
* routing: extend nhop(9) kpiAlexander V. Chernikov2022-08-297-42/+102
* routing: fix rib_add_route_px()Alexander V. Chernikov2022-08-291-17/+3
* routing: add ability to store opaque indentifiers in nhops/nhgsAlexander V. Chernikov2022-08-299-11/+41
* routing: make rib_add_redirect() use new nhop-based KPIAlexander V. Chernikov2022-08-291-22/+22
* routing: add rib_add_default_route() wrapperAlexander V. Chernikov2022-08-292-2/+58
* routing: install prefix and loopback routes using new nhop-based KPI.Alexander V. Chernikov2022-08-292-87/+111
* pfsync: replace struct pfsync_pkt with int flagsLuiz Amaral2022-08-221-1/+1
* Retire clone_drain_lockMateusz Guzik2022-08-201-1/+0
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-173-19/+11
* protosw: retire pr_slowtimo and pr_fasttimoGleb Smirnoff2022-08-171-3/+0
* routing: G/C rt_exportinfo declarationMateusz Guzik2022-08-151-2/+0
* routing: retire rib_lookup_info()Alexander V. Chernikov2022-08-153-163/+4
* routing: add rib_match_gw() helperAlexander V. Chernikov2022-08-122-3/+21