summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2021-10-25Call a locked variant of tdb_unlink() from tdb_walk(). Fixes aAlexander Bluhm
2021-10-24let pf_table.c to use standard way to work with listsAlexandr Nedvedicky
2021-10-23There is an m_pullup() down in AH input. As it may free or changeAlexander Bluhm
2021-10-23Fix double free after allocation failure in bpf(4).Visa Hankala
2021-10-23YIELD() in pf_table.c should preempt for ioctl() callers onlyAlexandr Nedvedicky
2021-10-22After deleting hifn(4) the only provider for the LZS compressionAlexander Bluhm
2021-09-14Add missing kernel lock for Bi-directional Forwarding Detection data.Vitaliy Makkoveev
2021-09-07Fix NULL pointer dereference introduced by previous commit.Vitaliy Makkoveev
2021-09-07Fix the race between if_detach() and rtm_output().Vitaliy Makkoveev
2021-08-30remove a bunch of forward-only structs that were found with ctfconv.Jasper Lievisse Adriaanse
2021-08-19implement reception of "VLAN 0 priority tagged" packets.David Gwynne
2021-08-05m_freem in wg_send's path where a peer has no endpoint address,Stuart Henderson
2021-08-02Don't call rtm_ifchg() in trunk_port_state().mvs
2021-07-27Revert "Use per-CPU counters for tunnel descriptor block" diff.mvs
2021-07-27Introduce mutex(9) to protect pipex(4) session content.mvs
2021-07-26Use per-CPU counters for tunnel descriptor block (tdb) statistics.mvs
2021-07-22Add sizes for free() in zlibTheo Buehler
2021-07-20Turn pipex(4) session statistics to per-CPU counters. This makes pipex(4)mvs
2021-07-20The current workaround to disable parallel IPsec did not work.Alexander Bluhm
2021-07-19Fix an alignment fault observed on an octeon machine while pppoe(4) wasStefan Sperling
2021-07-14Export SA replay counters via pfkey and print with ipsecctl.tobhe
2021-07-09ifq_hdatalen can return 0 if ifq_empty is true, which avoids locks.David Gwynne
2021-07-08Initialize `ipsec_acquire_pool' pool (9) within pfkey_init() instead ofmvs
2021-07-08Debug printfs in encdebug were inconsistent, some missing newlinesAlexander Bluhm
2021-07-07tell ether_input() to call pf_test() outside of smr_read sections,Alexandr Nedvedicky
2021-07-07pfsync_undefer() must be called outside of PF_LOCKAlexandr Nedvedicky
2021-07-05Export tdb MTU to userland via SADB_GET. This helps debug path MTUtobhe
2021-07-05etherbridge_map was way too clever, so simplify it.David Gwynne
2021-06-30Remove splnet() from ifnewlladdr(), it is not needed anymore.Alexander Bluhm
2021-06-25let pfsync_request_update actually retry when it overfills a packet.David Gwynne
2021-06-23rtsock: revert from timeout_set_flags(9) to timeout_set_proc(9); ok mvs@cheloha
2021-06-23augment the global pf state list with its own locks.David Gwynne
2021-06-23pf_purge_expired_states can check the time once instead of for every state.David Gwynne
2021-06-23pfsync_undefer_notify needs to be careful before dereferecing state keys.David Gwynne
2021-06-23rework pf_state_expires to avoid confusion around state->timeout.David Gwynne
2021-06-17more consistently use pfsync_free_deferral to free the mbuf.David Gwynne
2021-06-15use getnsecuptime instead of getmicrouptime.David Gwynne
2021-06-15get the uptime before comparing to it.David Gwynne
2021-06-15factor out nsecuptime and getnsecuptime.David Gwynne
2021-06-15rework pfsync deferal timeout handling.David Gwynne
2021-06-09whitespace tweak. no functional change.David Gwynne
2021-06-02With parallel execution of pf_test() two packets may try to update the sameAlexandr Nedvedicky
2021-06-02whitespace tweaks, no functional change.David Gwynne
2021-06-02only read the if_bpf pointer once.David Gwynne
2021-06-02tpmr_input is called in an smr crit section, so it doesnt need its own.David Gwynne
2021-06-02read the tpmr if_flags once in tpmr_input so link flags apply consistently.David Gwynne
2021-06-02use ipv4_check and ipv6_check to well, check ip headers before running pf.David Gwynne
2021-06-02use ipv4_check and ipv6_check provided by the network stacks.David Gwynne
2021-06-01Check `so_state' in rtm_senddesync() and return if SS_ISCONNECTED ormvs
2021-06-01a couple of minor whitespace tweaks. no functional change.David Gwynne