aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* if_bridge: Minor style fixesZhenlei Huang2024-04-251-10/+6
* sys/net/if_bridge: support non-INET kernelsLexi Winter2024-04-231-17/+39
* Support ARP for 802 networksDenny Page2024-04-231-1/+1
* libipsec: make const-correctLexi Winter2024-04-231-4/+4
* if_bridge: clean up INET/INET6 handlingLexi Winter2024-04-221-34/+31
* bpf: Make BPF interop consistent with if_loopSeth Hoffert2024-04-195-5/+8
* iflib: Add subinterface interrupt allocation functionEric Joyner2024-04-182-2/+89
* iflib: Add sysctl to request extra MSIX vectors on driver loadEric Joyner2024-04-182-0/+15
* iflib: Correct indentation according to style(9)Stephen J. Kiernan2024-04-161-142/+135
* iflib: Fix compiler warningsStephen J. Kiernan2024-04-151-15/+15
* debugnet: Fix logging of frame lengthZhenlei Huang2024-04-081-1/+1
* ethernet: Fix logging of frame lengthZhenlei Huang2024-04-081-3/+3
* if_bridge: use IF_MINMTUEugene Grosbein2024-04-011-1/+1
* if_tuntap: simplify storage of per-vnet clonersGleb Smirnoff2024-03-291-50/+18
* vnet: remove unneeded backslashGleb Smirnoff2024-03-151-1/+1
* pf: convert kill/clear state to use netlinkKristof Provost2024-02-281-0/+3
* lagg: wrap lagg_port2req() into LAGG_SLOCK()Gleb Smirnoff2024-02-241-1/+7
* net: bandaid for plugging a fw_com leak in fwip_detach()Tai-hwa Liang2024-02-151-0/+1
* fib_algo(4): Lower level of algorithm switching messages to LOG_INFOMarius Strobl2024-02-051-1/+1
* Revert "sockets: retire sorflush()"Gleb Smirnoff2024-02-031-4/+2
* pf: implement addrule via netlinkKristof Provost2024-02-021-2/+3
* pfil: PFIL_PASS never frees the mbufKristof Provost2024-01-292-2/+7
* pflow: show socket status in verbose modeKristof Provost2024-01-251-1/+2
* rtsock: Fix a typo in a source code commentGordon Bergling2024-01-221-1/+1
* pflow: limit to no more than 128 flow exportersKristof Provost2024-01-221-0/+2
* pf: work around icmp6 packet-too-big not being sent when binat-ingKristof Provost2024-01-221-0/+1
* if_llatbl: Fix a typo in a KASSERT messageGordon Bergling2024-01-201-1/+1
* net: Fix two typos in source code commentsGordon Bergling2024-01-201-2/+2
* sockets: retire sorflush()Gleb Smirnoff2024-01-161-2/+4
* sockets: make pr_shutdown fully protocol specific methodGleb Smirnoff2024-01-161-2/+14
* pflow: Turn `pflowstats' statistics counters into per-CPU counters to make th...Kristof Provost2024-01-161-1/+1
* pflow: add RFC8158 NAT supportKristof Provost2024-01-161-0/+44
* pflow: allow observation domain to be configuredKristof Provost2024-01-161-0/+3
* pf: store state creation/expiration timestamps with milisecond precisionKristof Provost2024-01-161-2/+18
* pf: allow pflow to be activated per ruleKristof Provost2024-01-162-1/+3
* pflow: import from OpenBSDKristof Provost2024-01-162-1/+336
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-091-1/+1
* pflog: pass the action to pflog directlyKristof Provost2024-01-042-3/+3
* net: Fix typo (triple S)Jose Luis Duran2023-12-281-1/+1
* pfil: don't leak pfil_head_t on interface detachGleb Smirnoff2023-12-211-0/+1
* if_tun: check device nameKonstantin Belousov2023-12-121-1/+1
* vnet: (read) lock the vnet list while iterating itKristof Provost2023-12-071-0/+4
* Teach if_smsc to get MAC from bootargs.Ronald Klop2023-12-072-2/+9
* if_tuntap: fix NOIP buildGleb Smirnoff2023-12-041-9/+8
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff2023-11-301-8/+4
* pf: implement DIOCGETRULES via netlinkKristof Provost2023-11-271-0/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2711-11/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-2732-65/+0
* if_tuntap: add LRO support to tap devicesMichael Tuexen2023-11-191-2/+29
* pf: sctp heartbeats confirm a connectionKristof Provost2023-11-171-7/+10