summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2018-11-12add txprio supportDavid Gwynne
2018-11-12only let root configure the txprio setting on an interfaceDavid Gwynne
2018-11-12add ifreq bits for the tx header prio field ioctlsDavid Gwynne
2018-11-12Add new routing socket message RTM_80211INFO to provide details ofKenneth R Westerback
2018-11-12set the hardmtu on ether encap ifs so the mtu can be raised above 1500David Gwynne
2018-11-12limit the number of interface units to the number of device minorsDavid Gwynne
2018-11-11copy the mpls cos and use it as the ip dscp/tos/tclass thing.David Gwynne
2018-11-11when encapsulating mpls, map the mpls qos value to an ip tos.David Gwynne
2018-11-11actually use the if_llprio to set the mbuf prio.David Gwynne
2018-11-11use the llprio on gre(4) and eoip(4) interfaces for the keepalive tosDavid Gwynne
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