summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2018-11-09M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers forClaudio Jeker
2018-10-29use the tunnelttl in the ip6 encap too, not ip6_defhlim.David Gwynne
2018-10-26Make it clear that `if_bridgeport' is dereferenced in the ioctl pathMartin Pieuchot
2018-10-25start both the sc_ka_send and sc_ka_hold timeout whenDavid Gwynne
2018-10-23Make pf compile without DIAGNOSTIC againReyk Floeter
2018-10-22Don't let HFSC force the packet priority to 7 when enabledDavid Gwynne
2018-10-22Rename 'bridge_iflist' variables for coherency, missed in previous.Martin Pieuchot
2018-10-18provide a default case for all switch statements handling address familiesDavid Gwynne
2018-10-18make sure keepalive ioctl values are either both zero, or both not zero.David Gwynne
2018-10-18make sure the tunnel is configured in gre_keepalive_sendDavid Gwynne
2018-10-18move the timeout_add in gre_keepalive_send up.David Gwynne
2018-10-18Process incoming gre(4) keepalives early to avoid bpf seeing them.David Gwynne
2018-10-16- pf: honor quick on anchor rulesAlexandr Nedvedicky
2018-10-16pull and put the traffic class in ipv6 headersDavid Gwynne
2018-10-15use PFR_RB_NONE consistentlykn
2018-10-04Honor quick on anchor ruleskn
2018-10-03Fix a race condition that affects pfsync interface deletion.Visa Hankala
2018-10-02- pfsync: avoid a recursion on PF_LOCKAlexandr Nedvedicky
2018-10-01Allow DIOCRGETADDRS when securelevel(7) > 1kn
2018-10-01Put bridge_input & output back under the KERNEL_LOCK().Martin Pieuchot
2018-09-27Coherently name "struct bridge_iflist" variables `bif'.Martin Pieuchot
2018-09-27Make sure the L2 entry is cloned before dereferencing its parent.Martin Pieuchot
2018-09-26Move bridge input/output paths outside of the KERNEL_LOCK().Martin Pieuchot
2018-09-19Always call bridge_iflist `bif'.Martin Pieuchot
2018-09-13Add reference counting for inet pcb, this will be needed when weAlexander Bluhm
2018-09-12Stop exporting TDB counters to userland, this change introduced aMartin Pieuchot
2018-09-12Fix obvious cut&pasto in comment (ifa_msghdr -> if_announcemsghdr).Kenneth R Westerback
2018-09-11Nuke some trailing spaces that wandered into theKenneth R Westerback
2018-09-11- moving state look up outside of PF_LOCK()Alexandr Nedvedicky
2018-09-10- if_cloners list populated at boot time only then becomes immutable,Alexandr Nedvedicky
2018-09-10Instead of calculating the mbuf packet header length here and there,Alexander Bluhm
2018-09-10if_setrdomain could potentially call if_clone_create recursively in the createHenning Brauer
2018-09-10in pf_syncookie_validate, return early if we don't have syncookies inHenning Brauer
2018-09-10During fragment reassembly, mbuf chains with packet headers wereAlexander Bluhm
2018-09-10Limit the fragment entry queue length to 64 per bucket. So we haveAlexander Bluhm
2018-09-09allow the automatically created loopback interfaces in rdomains to beHenning Brauer
2018-09-09if_setrdomain: allow empty rtables to be turned into rdomains, not justHenning Brauer
2018-09-09provide rtable_empty(), returns 1 if the rtable doesn't contain any routesHenning Brauer
2018-09-08Split the pf(4) fragment reassembly queue into smaller parts.Alexander Bluhm
2018-09-08Don't cause an error when setting the same rdomain.YASUOKA Masahiko
2018-09-04Forgot to rename pf_frent_holes() prototype in previous commit.Alexander Bluhm
2018-09-04Avoid traversing the list of fragment entris to check whether theAlexander Bluhm
2018-08-31Cadd a TDB `tdb' instead of `sa'.Martin Pieuchot
2018-08-28Add per-TDB counters and a new SADB extension to export them toMartin Pieuchot
2018-08-24- cosmetic tweak to if_pfsync.cAlexandr Nedvedicky
2018-08-21Fix alignment fault in switchd(8) on sparc64. Use memcpy to set oxm_value,akoshibe
2018-08-17the stack already counts bytes and packets, so don't do it again here.David Gwynne
2018-08-12Add administrative options to LACP trunk implementation.ccardenas
2018-08-09Currently, attempting to move an immovable lo(4) to a new rdomain will failakoshibe
2018-07-30Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O modeMartin Pieuchot