aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* if_bridge: Mask MEXTPG if some members don't support itMark Johnston2024-11-111-1/+1
* ifnet: Assert that we are assigning network stack correctlyZhenlei Huang2024-10-311-0/+1
* if_enc(4): Use new KPI to create enc interfaceZhenlei Huang2024-10-201-19/+27
* debugnet: Use precise types when accessing mbuf contentsMark Johnston2024-10-181-5/+5
* iflib: Make iflib_stop() staticZhenlei Huang2024-10-151-1/+1
* if_vlan: handle VID conflictsKristof Provost2024-10-111-0/+10
* if_enc(4): Make enc_add_hhooks() voidZhenlei Huang2024-10-081-15/+8
* iflib: Use if_alloc_dev() to allocate the ifnetMark Johnston2024-10-041-1/+1
* iflib: Simplify iflib_legacy_setupKrzysztof Galazka2024-10-021-10/+6
* if_vlan: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-5/+0
* altq: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-6/+1
* iflib: Many style fixesZhenlei Huang2024-09-261-148/+148
* iflib: Prefer C99's __func__ over GCC's __FUNCTION__Zhenlei Huang2024-09-261-2/+2
* iflib: Correct indentation according to style(9)Stephen J. Kiernan2024-09-261-142/+135
* iflib: Fix compiler warningsStephen J. Kiernan2024-09-261-15/+15
* bpf: Some style and white space cleanupZhenlei Huang2024-09-242-29/+29
* bpf: Add a comment on the large `#ifdef _KERNEL` blockZhenlei Huang2024-09-241-1/+1
* bpf: Update a commentZhenlei Huang2024-09-241-1/+1
* bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits2024-09-242-0/+13
* ifnet: Add handling for toggling IFF_ALLMULTI in ifhwioctl()Mark Johnston2024-09-202-3/+15
* ifnet: Remove if_getamcount()Mark Johnston2024-09-202-7/+0
* if_ovpn: declare our dependency on the crypto moduleKristof Provost2024-09-181-0/+1
* if_ovpn: ensure it's safe to modify the mbufKristof Provost2024-09-121-0/+12
* pf: rework pf_icmp_state_lookup() failure modeKristof Provost2024-09-041-2/+2
* pf: improve the ICMPv6 direction checkKristof Provost2024-09-041-2/+2
* fibs: Limit the WARNING message to only once when setting up with multiple fibsZhenlei Huang2024-08-011-1/+4
* pf: vnet-ify pf_hashsize, pf_hashmask, pf_srchashsize and V_pf_srchashmaskKristof Provost2024-07-251-3/+5
* route: Wrap long linesMark Johnston2024-07-222-14/+26
* if_clone: Allow maxunit to be zeroZhenlei Huang2024-07-202-4/+14
* lagg: Fix a teardown raceMark Johnston2024-07-141-1/+1
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-1212-61/+0
* if_vxlan(4): Plug a memory leakZhenlei Huang2024-07-101-30/+6
* if_vxlan(4): Exclude ETHER_CRC_LEN from macro VXLAN_MAX_MTUZhenlei Huang2024-07-101-1/+1
* ifnet: Remove dead codeZhenlei Huang2024-07-081-18/+0
* lo: Use new KPI to assign the first loop interfaceZhenlei Huang2024-07-051-11/+2
* ifnet: Restore curvnet earlierZhenlei Huang2024-07-051-4/+1
* ifnet: Use NET_EPOCH_WAIT() macroZhenlei Huang2024-07-051-3/+3
* pf: Sprinkle const qualifiers in state lookup routinesMark Johnston2024-07-021-3/+5
* bpf: Make bpf_peers_present a boolean inline functionZhenlei Huang2024-06-171-4/+2
* if_enc(4): Prefer the boolean form when calling bpf_peers_present()Zhenlei Huang2024-06-171-1/+1
* if_vxlan(4): Add checking for loops and nesting of tunnelsZhenlei Huang2024-05-221-0/+23
* if_ovpn: cope with loopsKristof Provost2024-05-201-0/+9
* if: guard against if_ioctl being NULLKristof Provost2024-05-121-0/+3
* sys/net/if_bridge: support non-INET kernelsLexi Winter2024-05-101-15/+33
* bpf: Make BPF interop consistent with if_loopSeth Hoffert2024-05-085-5/+8
* if_bridge: clean up INET/INET6 handlingLexi Winter2024-04-291-34/+31
* Support ARP for 802 networksDenny Page2024-04-271-1/+1
* iflib: Add subinterface interrupt allocation functionEric Joyner2024-04-242-2/+89
* iflib: Add sysctl to request extra MSIX vectors on driver loadEric Joyner2024-04-242-0/+15
* fib_algo(4): Lower level of algorithm switching messages to LOG_INFOMarius Strobl2024-04-181-1/+1