aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* if_vxlan(4): Add checking for loops and nesting of tunnelsZhenlei Huang14 days1-0/+23
* sys/net/if_bridge: support non-INET kernelsLexi Winter2024-05-101-15/+33
* if_bridge: clean up INET/INET6 handlingLexi Winter2024-05-101-34/+31
* Support ARP for 802 networksDenny Page2024-04-271-1/+1
* fib_algo(4): Lower level of algorithm switching messages to LOG_INFOMarius Strobl2024-04-181-1/+1
* debugnet: Fix logging of frame lengthZhenlei Huang2024-04-151-1/+1
* ethernet: Fix logging of frame lengthZhenlei Huang2024-04-151-3/+3
* MFC: if_bridge: change MTU for new membersEugene Grosbein2024-04-091-6/+18
* MFC: if_bridge: use IF_MINMTUEugene Grosbein2024-04-091-1/+1
* vnet: add CURVNET_ASSERT_SET for !VIMAGEMateusz Guzik2024-03-151-0/+1
* vnet: add CURVNET_ASSERT_SETMateusz Guzik2024-03-111-0/+4
* if_llatbl: Fix a typo in a KASSERT messageGordon Bergling2024-01-251-1/+1
* rtsock: Fix a typo in a source code commentGordon Bergling2024-01-251-1/+1
* net: Fix two typos in source code commentsGordon Bergling2024-01-231-2/+2
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-181-1/+1
* if_tuntap: fix NOIP buildGleb Smirnoff2024-01-121-9/+8
* if_tuntap: add LRO support to tap devicesMichael Tuexen2024-01-121-2/+29
* if_tuntap: remove redundant checkMichael Tuexen2024-01-121-1/+1
* if_tuntap: support receive checksum offloading for tap interfacesMichael Tuexen2024-01-121-3/+31
* if_tuntap: trigger the bpf hook on transmitting for the tap interfaceMichael Tuexen2024-01-121-3/+12
* if_tuntap: improve code consistencyMichael Tuexen2024-01-121-2/+1
* pfil: don't leak pfil_head_t on interface detachGleb Smirnoff2024-01-091-0/+1
* iflib(9): Revert ancillary changesMarius Strobl2024-01-051-16/+4
* Teach if_smsc to get MAC from bootargs.Ronald Klop2024-01-012-2/+9
* if_tun: check device nameKonstantin Belousov2023-12-191-1/+1
* vnet: (read) lock the vnet list while iterating itKristof Provost2023-12-141-0/+4
* pf: sctp heartbeats confirm a connectionKristof Provost2023-11-241-7/+10
* bpf: Make dead_bpf_if constZhenlei Huang2023-11-131-3/+3
* tun/tap: correct ref count on cloned cdevsKonstantin Belousov2023-10-161-0/+4
* pf: mark removed connections within a multihome association as shutting downKristof Provost2023-10-021-0/+1
* pf: improve SCTP state validationKristof Provost2023-10-021-1/+7
* pf: support SCTP multihomingKristof Provost2023-10-021-1/+21
* rtsock: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-10-021-1/+1
* net: Check per-flow priority code point for untagged trafficZhenlei Huang2023-09-201-5/+16
* net/bpf: Fix writing of buffer bigger than PAGESIZEFlorian Florensa2023-09-171-1/+9
* iflib: invert default restart on VLAN changesKevin Bowling2023-09-111-1/+1
* if_vlan: Always default to 802.1q.Dag-Erling Smørgrav2023-09-081-5/+0
* net: Remove vlan metadata on pcp / vlan encapsulationZhenlei Huang2023-09-061-2/+5
* net: Do not overwrite if_vlan's PCPZhenlei Huang2023-08-302-4/+5
* iflib: Fix white space and reduce some line lengthsEric Joyner2023-08-242-10/+15
* iflib: Remove redundant variableEric Joyner2023-08-241-4/+3
* iflib: Fix panic during driver reload stress testPrzemyslaw Lewandowski2023-08-241-1/+2
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2341-72/+0
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-231-3/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-237-7/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2355-55/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2356-112/+0
* vlan: Respect IFCAP_LRO maskKevin Bowling2023-08-181-1/+1
* pf: support 'return' for SCTPKristof Provost2023-08-111-0/+1