summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2020-08-04We have `pipexinq' and `pipexoutq' mbuf(9) queues to store pipex(4)mvs
2020-08-03add a BPF_RND load location that provides a random value.David Gwynne
2020-07-30`struct bstp_state' stores pointer to parent `ifnet' as `bs_ifp'.mvs
2020-07-30make pflog more mpsafe with variables on the stack instead of globals.David Gwynne
2020-07-29Interface index is unsigned integer. Fix the places where it referencedmvs
2020-07-29pfsync(4) holds pointer to corresponding `ifnet' as `sc_sync_if'. Thismvs
2020-07-29Remove SIOCSIFADDRkn
2020-07-29Fix previous commit which referred wrong address and returned wrongYASUOKA Masahiko
2020-07-28Use the table on root always if current table is not active.YASUOKA Masahiko
2020-07-28Document locks which protect pipex(4) global data structures.mvs
2020-07-28Add size to free(9) callskn
2020-07-28Document locks which protect ppp{ac,x}(4) global data structures.mvs
2020-07-28Add missing `IFXF_CLONED' flag to clone interfaces.mvs
2020-07-28Implement SIOCBRDGIFS, provide SIOCBRDGGRL stubkn
2020-07-28Return total size if SIOCBRDGIFS passes in ifbic_len set to zerokn
2020-07-24Use interface index instead of pointer to `ifnet' in carp(4).mvs
2020-07-24Increase state counter for least-states when the address is selectedYASUOKA Masahiko
2020-07-24Remove lacpmode and lacptimeout bitskn
2020-07-24Remove trunkdev bitskn
2020-07-24Remove trunkproto bitskn
2020-07-22Use interface index instead of pointer to `ifnet' in `struct bstp_port'.mvs
2020-07-22gc some ifmedia stuff that this driver doesnt use.David Gwynne
2020-07-22filter vlan and svlan packets by default.David Gwynne
2020-07-22Change tpmr(4) from ifconfig [-]trunkport to add|del synopsiskn
2020-07-22deprecate interface input handler lists, just use one input function.David Gwynne
2020-07-22move carp_input into ether_input, instead of via an input handler.David Gwynne
2020-07-22move vlan_input into ether_input, instead of via an input handler.David Gwynne
2020-07-22register as a bridge port, not an input handler, on member ifaces.David Gwynne
2020-07-22register as a bridge port, not an input handler, on member ifaces.David Gwynne
2020-07-22register tpmr as a bridge port, not an input handler, on member ifaces.David Gwynne
2020-07-22if an iface is a bridge port, pass the packet to the bridge in ether_input.David Gwynne
2020-07-22add code to coordinate how bridges attach to ethernet interfaces.David Gwynne
2020-07-21when calculating the ruleset's checksum, skip automatic table names.Henning Brauer
2020-07-21rename PF_OPT_TABLE_PREFIX to PF_OPTIMIZER_TABLE_PFX and move it to pfvar.hHenning Brauer
2020-07-21Make sure to explicit_bzero() buffers holding sensitive SA data.tobhe
2020-07-20Move insertions to `if_list' out of NET_LOCK() because KERNEL_LOCK()mvs
2020-07-18Add size to free(9) callskn
2020-07-18Add size to free(9) callskn
2020-07-18Add size to free(9) callskn
2020-07-17Randomize the system stoeplitz keyTheo Buehler
2020-07-17Use interface index instead of pointer to corresponding interfacemvs
2020-07-17Check destruction ability before search instance of clone interface.mvs
2020-07-15Fix races in pppacopen() caused by malloc(9).mvs
2020-07-15Add sizes to free(9) callskn
2020-07-13Unbreak wg(4).Theo Buehler
2020-07-13let's be explicit about only supporting Ethernet ports as members.David Gwynne
2020-07-13when adding a non-existent interface as a port, don't try create missing ones.David Gwynne
2020-07-12Fix build without pfkn
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_PURGE() to use the "new" API.Patrick Wildt