aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* epair: unbind prior to returning to userspaceKristof Provost2022-05-071-0/+3
* epair: fix set but not used warningKristof Provost2022-05-071-2/+0
* if: avoid interface destroy raceKristof Provost2022-05-061-2/+20
* netisr: serialize/restore m_pkthdr.rcvif when queueing mbufsGleb Smirnoff2022-05-051-4/+14
* ifnet/mbuf: provide KPI to serialize/restore m->m_pkthdr.rcvifGleb Smirnoff2022-05-052-14/+44
* ifnet: make if_index globalGleb Smirnoff2022-05-051-129/+85
* VNET: Revert "ifnet: make if_index global"Marko Zec2022-05-031-85/+129
* Revert "mbuf: do not restore dying interfaces"Marko Zec2022-05-032-44/+14
* Revert "netisr: serialize/restore m_pkthdr.rcvif when queueing mbufs"Marko Zec2022-05-031-14/+4
* lacp: short timeout erroneously declares link-flappingGreg Foster2022-04-272-2/+17
* pf: Add per-rule timestamps for rule and eth_ruleReid Linnemann2022-04-221-0/+22
* pf: allow the use of tables in ethernet rulesKristof Provost2022-04-201-0/+2
* infiniband_resolve_addr: ih is only used for INET or INET6.John Baldwin2022-04-131-2/+3
* ether_resolve_addr: eh is only used for INET or INET6.John Baldwin2022-04-131-2/+1
* vlan: ifa is only used under #ifdef INET.John Baldwin2022-04-131-0/+4
* net/route: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-132-2/+2
* udp: allow udp_tun_func_t() to indicate it did not eat the packetKristof Provost2022-04-121-2/+4
* net: Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* iflib: Use empty inline functions for prefetch*() on non-x86.John Baldwin2022-04-091-2/+10
* net: Fix memory leaks in lltable_calc_llheader() error pathsMark Johnston2022-04-081-1/+3
* change_mpath_route: Remove write-only nh variable.John Baldwin2022-04-061-5/+2
* unlink_nhgrp: Remove write-only variable.John Baldwin2022-04-061-2/+2
* sysctl_dumpentry: move error to inner scopeWarner Losh2022-04-051-2/+2
* route_ctl: eliminate write only variables ifa and nhWarner Losh2022-04-051-4/+1
* get_nhop: eliminate write only variable gatewayWarner Losh2022-04-051-2/+1
* net(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* net(3): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* net(3): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* net(3): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* pf: support listing ethernet anchorsKristof Provost2022-03-301-0/+2
* vxlan(4): Fix two typos in sysctl descriptionsGordon Bergling2022-03-281-2/+2
* pf: add a rule rb treeMateusz Guzik2022-03-281-0/+5
* pf: pre-compute rule hashMateusz Guzik2022-03-281-0/+1
* pf: add pf_config_lockMateusz Guzik2022-03-281-0/+5
* routing: copy nexthop fib when changing existing nexthopAlexander V. Chernikov2022-03-281-0/+1
* pf(4): Fix a typo in a source code commentGordon Bergling2022-03-271-1/+1
* if_epair: build fixKristof Provost2022-03-171-5/+5
* if_epair: fix race condition on multi-core systemsMichael Gmelin2022-03-161-6/+11
* pf: support basic L3 filtering in the Ethernet rulesKristof Provost2022-03-141-0/+1
* pf: add PF_UNLNKDRULES_ASSERTMateusz Guzik2022-03-101-0/+1
* netmap: fix refcount bug in netmap allocatorVincenzo Maffione2022-03-061-1/+1
* if_epair: fix build with RSS and INET or INET6 disabledSantiago Martinez2022-03-031-0/+10
* pf: support masking mac addressesKristof Provost2022-03-021-0/+1
* pf: add anchor support for ether rulesKristof Provost2022-03-021-14/+68
* pf: support dummynet on L2 rulesKristof Provost2022-03-021-0/+2
* pf: Do not hold PF_RULES_RLOCK while processing Ethernet rulesKristof Provost2022-03-021-0/+3
* pf: Initial Ethernet level filtering codeKristof Provost2022-03-021-0/+67
* bridge: Don't share broadcast packetsKristof Provost2022-02-211-2/+2
* vnet: add CURVNET_ASSERT_SET for !VIMAGEMateusz Guzik2022-02-191-0/+1
* vnet: add CURVNET_ASSERT_SETMateusz Guzik2022-02-191-0/+4