summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2021-01-09Enforce range with sysctl_int_bounded in etherip_sysctlgnezdo
2021-01-09Enforce range with sysctl_int_bounded in pipex_sysctlgnezdo
2021-01-09Syzkaller has found a stack overflow in socket splicing. BroadcastAlexander Bluhm
2021-01-08don't check local carp addresses as part of the antispoof checks.David Gwynne
2021-01-05pppoeintr() is no morekn
2021-01-04Process pppoe(4) packets directly, do not queue through netiskn
2021-01-04Remove kernel lock from pppoe(4) input pathkn
2021-01-04Minor refactoring in pf(4). Note that struct pfsync_state is noAlexander Bluhm
2021-01-04Remove unused `pipex_iface_context' struct.mvs
2021-01-02Don't call if_deactivate() in switch_clone_destroy(). Followingmvs
2021-01-02Don't call if_deactivate() in bridge_clone_destroy(). Followingmvs
2021-01-02Remove PIPEX{S,G}MODE ioctl(2) commands. This time they are pretty dummymvs
2021-01-02optimise bpf_catchpacket and bpf_wakeup.David Gwynne
2021-01-02bpf(4): remove tickscheloha
2020-12-30Fix pppoe_dispatch_disc_pkt definition to be in accordance with style(9)mvs
2020-12-30Convert the `off' argument of pppoe_dispatch_disc_pkt function tomvs
2020-12-28Remove unused start routinekn
2020-12-26bpf(4): bpf_d struct: replace bd_rdStart member with bd_nreaders membercheloha
2020-12-25Refactor klist insertion and removalVisa Hankala
2020-12-16Reject rules with invalid port rangeskn
2020-12-15missing NET_LOCK()/NET_UNLOCK() in pf_osfp_flush()Alexandr Nedvedicky
2020-12-15clear M_TIMESTAMP in if_enqueue.David Gwynne
2020-12-14Make sure that the address families of a flow's source address,tobhe
2020-12-12Correct wrong type of variable and remove useless casts.jan
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan
2020-12-12call if_enqueue() to send a packet, not a member ports (*ifp->if_enqueue)David Gwynne
2020-12-12get bpf_mtap_ether to call _bpf_mtap directly instead of via bpf_mtap.David Gwynne
2020-12-12try to read the mbuf timestamp from the mbuf with the pkthdrs in it.David Gwynne
2020-12-11bpf(4): BIOCGRTIMEOUT, BIOCSRTIMEOUT: protect bd_rtout with bd_mtxcheloha
2020-12-10classify packets without a flowid into bucket 0, not a random bucket.David Gwynne
2020-12-10when setting a flowid, set the M_FLOWID csum_flags bit too.David Gwynne
2020-12-10Convert gre_sysctl to sysctl_bounded_arrgnezdo
2020-12-09add RCS tagsTheo Buehler
2020-12-07synproxy should be processing incoming SYN packets only.Alexandr Nedvedicky
2020-12-01bzero the antireplay counter rwlock before rw_init'ing it, not after.Stuart Henderson
2020-11-12Document art locking.Martin Pieuchot
2020-11-07Rework source IP address setting.denis
2020-11-05Enable support for ASN1_DN ipsec identifiers.Peter Hessler
2020-11-05Replace wrong cast with satosin.denis
2020-11-04Use sysctl_int_bounded in bpf_sysctlgnezdo
2020-11-03replace the nvgre node when the endpoint ip changes.David Gwynne
2020-10-31release the correct lock in noise_remote_begin_session()Jasper Lievisse Adriaanse
2020-10-29Add feature to force the selection of source IP addressdenis
2020-10-22- missing NET_UNLOCK() in pf_ioctl.c error pathAlexandr Nedvedicky
2020-10-21Provide dummy definitions for NET_LOCK() and PF_LOCK() when compiling thisMark Kettenis
2020-10-21- fixing fatal typos fp vs fp_prealloc.Alexandr Nedvedicky
2020-10-21Prevent NULL dereference introduced in previous.Martin Pieuchot
2020-10-21- move NET_LOCK() further down in pf_ioctl.c. Also move memory allocationsAlexandr Nedvedicky
2020-10-14replace a MAXPATHLEN that slipped back in with PATH_MAX so userland won'tChristian Weisgerber
2020-10-04fix indentanton