aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* pf: change pf_rules_lock and pf_ioctl_lock to per-vnet locksKristof Provost2023-04-191-9/+11
* pf: fix incorrect lock defineKristof Provost2023-04-181-1/+1
* net: replace IFF_KNOWSEPOCH with IFF_NEEDSEPOCHGleb Smirnoff2023-04-175-6/+52
* lagg(4): Correctly define some sysctl variablesZhenlei Huang2023-04-171-6/+6
* vnet: Fix a typo in a source code commentZhenlei Huang2023-04-171-1/+1
* bridge: distinguish no vlan and vlan 1Kristof Provost2023-04-142-10/+19
* bridge: Use the %D identifier to format MAC addressZhenlei Huang2023-04-141-3/+2
* pf: backport OpenBSD syntax of "scrub" option for "match" and "pass" rulesKajetan Staszkiewicz2023-04-141-21/+43
* bridge: Add support for emulated netmap modeMark Johnston2023-04-104-10/+110
* if_epair: also remove vlan metadata from mbufsKristof Provost2023-04-101-0/+6
* bridge: Log MAC address port flappingZhenlei Huang2023-04-071-2/+30
* infiniband: Opt-in for net epochZhenlei Huang2023-04-051-2/+7
* netisr: Remove the now-unused NETISR_EPAIR queue indexMark Johnston2023-04-051-1/+0
* bridge: Try to make the GRAB_OUR_PACKETS macro a bit more readableMark Johnston2023-04-051-27/+22
* lagg(4): Tap traffic after protocol processingZhenlei Huang2023-04-021-10/+14
* infiniband: Widen NET_EPOCH coverageZhenlei Huang2023-04-022-6/+3
* netlink: allow exact-match route lookups via RTM_GETROUTE.Alexander V. Chernikov2023-04-022-4/+16
* libpcap: Update to 1.10.3Joseph Mingrone2023-03-311-41/+219
* lacp: Use C99 bool for boolean return valueZhenlei Huang2023-03-313-31/+24
* ifcapnv: cap_bit in ifcap2_nv_bit_names[] is bit, not indexKonstantin Belousov2023-03-301-1/+1
* routing: fix panic when adding an interface route to the p2p interfaceAlexander V. Chernikov2023-03-291-1/+1
* lagg(4): Do not enter net epoch recursivelyZhenlei Huang2023-03-291-18/+5
* lagg(4): Refactor out some lagg protocol input routines into a default oneZhenlei Huang2023-03-291-43/+21
* lagg(4): Make lagg_list and lagg_detach_cookie staticZhenlei Huang2023-03-291-2/+2
* netlink: add netlink KPI to the kernel by defaultAlexander V. Chernikov2023-03-271-19/+0
* routing: add public rt_is_exportable() version to check ifAlexander V. Chernikov2023-03-263-25/+30
* infiniband: Bring back M_ASSERTVALID() check in infiband_bpf_mtap()Justin Hibbits2023-03-241-0/+1
* lagg: Various style fixesZhenlei Huang2023-03-242-24/+23
* IfAPI: Add iterator to complement if_foreach()Justin Hibbits2023-03-232-0/+45
* pf: distinguish forwarding and output cases for pf_refragment6()Kristof Provost2023-03-163-4/+17
* net: refactor if_clone.c #1Alexander V. Chernikov2023-03-151-10/+29
* infiniband: Convert BPF handling for IfAPIJustin Hibbits2023-03-143-11/+6
* epair: Remove unneeded includes and sort some of the restMark Johnston2023-03-131-4/+2
* netlink: add rtsock-compatible header to use with netlink snl(3).Alexander V. Chernikov2023-03-091-0/+7
* iflib: Further convert to use IfAPI accessorsJustin Hibbits2023-03-071-5/+5
* epair: Simplify the transmit path and address lost wakeupsMark Johnston2023-03-061-77/+75
* epair: Avoid loading m_flags into a shortMark Johnston2023-03-061-6/+6
* ifnet: add if_foreach_sleep() to allow ifnet iterations with sleep.Alexander V. Chernikov2023-03-062-0/+67
* net: unify mtu update codeAlexander V. Chernikov2023-03-065-48/+18
* net: whack __mips__ leftoversMateusz Guzik2023-03-012-2/+2
* iflib: fix regression with new pfil(9) KPIGleb Smirnoff2023-02-281-1/+2
* netlink: fix NOINET6 build.Alexander V. Chernikov2023-02-241-0/+4
* netlink: fix addition of blackhole/reject routes.Alexander V. Chernikov2023-02-231-0/+23
* if_ovpn: ovpn_find_peer_by_ip() is unused without INETKristof Provost2023-02-231-0/+4
* vnet: Make vnet_sys[un]init() staticZhenlei Huang2023-02-212-8/+8
* routing: always pass rtentry to add_route_flags().Alexander V. Chernikov2023-02-171-1/+13
* pfil: add pfil_mem_{in,out}() and retire pfil_run_hooks()Gleb Smirnoff2023-02-143-101/+77
* net: use pfil_mbuf_{in,out} where we always have an mbufGleb Smirnoff2023-02-143-18/+27
* IfAPI: Style cleanupJustin Hibbits2023-02-142-104/+72
* IfAPI: Add capabilities2/capenable2 accessorsJustin Hibbits2023-02-142-0/+56