summaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Fix kernel build without INET or INET6Ed Maste2022-03-302-0/+8
* routing: Add unified level-based logging support for the routing subsystem.Alexander V. Chernikov2022-03-286-51/+292
* nhops: split nh_family into nh_upper_family and nh_neigh_family.Alexander V. Chernikov2022-03-283-13/+55
* [lltable] Add per-family lltable getters.Alexander V. Chernikov2022-03-282-8/+22
* if_epair: build fixKristof Provost2022-03-201-5/+5
* if_epair: fix race condition on multi-core systemsMichael Gmelin2022-03-161-6/+11
* iflib: Allow drivers to determine which queue to TX onEric Joyner2022-03-082-4/+19
* Fix ifa refcount leak in ifa_ifwithnet()Ryan Stone2022-03-071-3/+9
* bridge: Don't share broadcast packetsKristof Provost2022-02-281-2/+2
* if_epair: implement fanoutKristof Provost2022-02-231-123/+186
* if_vxlan(4): Allow netmap_generic to intercept RX packets.Aleksandr Fedorov2022-02-231-2/+7
* netmap: fix LOR in iflib_netmap_registerVincenzo Maffione2022-02-131-0/+3
* pflog: align header to 4 bytes, not 8Kristof Provost2022-02-091-2/+3
* pf: make if_pflog.h self-containedKristof Provost2022-02-091-0/+3
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2022-02-081-1/+0
* pf: Initialize pf_kpool mutexes earlierMark Johnston2022-02-071-2/+3
* pf: protect the rpool from racesKristof Provost2022-02-041-0/+1
* Make CPU_SET macros compliant with other implementationsStefan Eßer2022-01-141-1/+1
* net: iflib: sync isc_capenable to if_capenableVincenzo Maffione2022-01-061-0/+1
* if_pflog: fix packet lengthKristof Provost2021-12-111-2/+6
* if_epair: Also mark the flag of pair b with IFF_KNOWSEPOCHZhenlei Huang2021-12-111-0/+1
* iflib_stop: drain rx tasks to prevent any data racesAndriy Gapon2021-12-101-1/+2
* routing: Use the same index space for both nexthop and nexthop groups.Alexander V. Chernikov2021-12-043-29/+9
* routing: fix source address selection rules for IPv4 over IPv6.Alexander V. Chernikov2021-12-041-0/+38
* if_stf: style(9) passKristof Provost2021-12-011-25/+25
* if_stf: enable use in vnet jailsKristof Provost2021-12-011-4/+21
* if_gif: fix vnet shutdown panicKristof Provost2021-11-291-2/+2
* lagg: fix unused-but-set-variableKristof Provost2021-11-261-3/+0
* pf: Introduce ridentifierKristof Provost2021-11-262-0/+2
* if_epair: reworkBjoern A. Zeeb2021-11-231-503/+237
* if_epair: delete mbuf tagsKristof Provost2021-11-191-0/+18
* epair: remove "All rights reserved"Bjoern A. Zeeb2021-11-191-1/+0
* pf: remove unused field from pf_kanchorKristof Provost2021-10-221-1/+0
* pfctl: userspace adaptive syncookies configrationKristof Provost2021-10-061-0/+3
* pf: implement adaptive modeKristof Provost2021-10-061-1/+4
* netmap: monitor: add a flag to distinguish packet directionVincenzo Maffione2021-09-261-0/+5
* debugnet: Include some required headersMark Johnston2021-09-211-0/+4
* pf: qid and pqid can be uint16_tKristof Provost2021-09-171-6/+6
* net: Enter a net epoch around protocol if_up/down notificationsMark Johnston2021-09-171-0/+6
* pf: remove unused function prototypeKristof Provost2021-09-141-1/+0
* pf: Add counters for syncookiesKristof Provost2021-09-081-1/+1
* routing: Bring back the ability to specify transmit interface via its name.Alexander V. Chernikov2021-09-072-10/+37
* routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang2021-09-0713-26/+80
* routing: Disallow zero nexthop weights in nexthop groups.Alexander V. Chernikov2021-09-071-0/+2
* routing: simplify malloc flags in alloc_nhgrp().Alexander V. Chernikov2021-09-071-2/+1
* routing: Fix newly-added rt_get_inet[6]_parent() api.Alexander V. Chernikov2021-09-071-0/+6
* lltable: Add support for "child" LLEs holding encap for IPv4oIPv6 entries.Alexander V. Chernikov2021-09-075-9/+84
* routing: Fix crashes with dpdk_lpm[46] algo.Alexander V. Chernikov2021-09-074-0/+168
* Simplify nhop operations in ip_output().Alexander V. Chernikov2021-09-071-2/+19
* [lltable] Restructure nd6 code.Alexander V. Chernikov2021-09-072-14/+28