summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2024-10-13remove unneeded limits.h and errno.h includesJonathan Gray
2024-10-12remove unneeded rwlock.h includeJonathan Gray
2024-10-12remove unneeded time.h includeJonathan Gray
2024-10-12remove unneeded percpu.h includeJonathan Gray
2024-10-10neuter the tun/tap ioctls that try and modify interface flags.David Gwynne
2024-09-27Previous pipex.c,v 1.155 was broken if the client was not behind a NAT.YASUOKA Masahiko
2024-09-20remove unneeded semicolons; checked by millert@Jonathan Gray
2024-09-09Don't take netlock while setting `if_description'.Vitaliy Makkoveev
2024-09-07fix RBT_ENTRY in pf_state and pf_state_keyaisha
2024-09-04Fix some spelling.Marcus Glocker
2024-09-01spelling; checked by jmc@, ok miod@ mglocker@ krw@Jonathan Gray
2024-08-31add rport(4) for p2p l3 connectivity between route domains.David Gwynne
2024-08-27remove some dead code that wasn't cleaned upaisha
2024-08-20Unlock etherip_sysctl().Vitaliy Makkoveev
2024-08-17Allow PPP interface to run in an rdomain and get a default route installed in...Denis Fondras
2024-08-15add BIOCSETFNR, which is like BIOCSETF but doesnt reset the buffer or stats.David Gwynne
2024-08-12Prepare bpf_sysctl() for upcoming net_sysctl() unlocking.Vitaliy Makkoveev
2024-08-06Unlock sysctl net.inet.ip.directed-broadcast.Alexander Bluhm
2024-08-05restrict the maximum wait time you can set via BIOCSWTIMEOUT to 5 minutes.David Gwynne
2024-08-05Fix bridging IPv6 fragments with pf reassembly.Alexander Bluhm
2024-07-30Exports the statistics when PIPEXDSESSION. Found by ymatsui at iij.YASUOKA Masahiko
2024-07-26Mark ipsecflowinfo immutable.YASUOKA Masahiko
2024-07-26In pipex_l2tp_input(), check if ipsecflowinfo is not changed insteadYASUOKA Masahiko
2024-07-23Accept and ignore SADB_X_EXT_REPLAY and SADB_X_EXT_COUNTER payloads forTobias Heider
2024-07-18In pfattach() pass malloc type instead of flags to cpumem_malloc().Alexander Bluhm
2024-07-14Unlock IPv6 sysctl net.inet6.ip6.forwarding from net lock.Alexander Bluhm
2024-07-12Switch `so_snd' of udp(4) sockets to the new locking scheme.Vitaliy Makkoveev
2024-07-12Run sysctl net.inet.ip.forwarding without net lock.Alexander Bluhm
2024-07-04Implement IPv6 forwarding IPsec only.Alexander Bluhm
2024-07-02Read IPsec forwarding information once.Alexander Bluhm
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-06-22remove space between function names and argument listJonathan Gray
2024-06-21My earlier commit [1.1169 of pf.c (2023/01/05)] makes pf(4) to report wrongAlexandr Nedvedicky
2024-06-20Read IPv6 forwarding value only once while processing a packet.Alexander Bluhm
2024-06-14Switch AF_ROUTE sockets to the new locking scheme.Vitaliy Makkoveev
2024-06-09Introduce IFCAP_VLAN_HWOFFLOAD for vio(4).Jan Klemkow
2024-06-07Read IP forwarding variables only once.Alexander Bluhm
2024-06-07remove ph_ppp_proto define, unused since rev 1.123Jonathan Gray
2024-05-29remove prototypes with no matching functionJonathan Gray
2024-05-24pfsync must let to progress state for destination peerAlexandr Nedvedicky
2024-05-17Switch AF_KEY sockets to the new locking scheme.Vitaliy Makkoveev
2024-05-17Fix uninitialized memory access in pfkeyv2_sysctl().Vitaliy Makkoveev
2024-05-14remove prototypes with no matching functionJonathan Gray
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-05-12sync_ifp and ticket_pabuf don't exist, remove externsJonathan Gray
2024-05-10make pf_match_rule() prototype match the functionJonathan Gray
2024-04-22Show pf fragment reassembly counters.Alexander Bluhm
2024-04-14Run raw IP input in parallel.Alexander Bluhm
2024-04-13correct indentationJonathan Gray
2024-04-12Split single TCP inpcb table into IPv4 and IPv6 parts.Alexander Bluhm