summaryrefslogtreecommitdiffstats
path: root/sys/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert more MH_ALIGN() to m_align(). Also switch from m_gethdr/M_GETHDRclaudio2018-12-032-11/+14
* allow configuration of ecn processingdlg2018-11-292-16/+131
* restrict setting ecn to rootdlg2018-11-291-1/+2
* Change rtable_mpath_reprio() to take the prefixlen as argument instead ofclaudio2018-11-233-14/+10
* Make rtable_satoplen() a bit more strict when parsing netmasks. Ensureclaudio2018-11-201-19/+12
* Retire dom_rtkeylen from struct domain. Nothing is using this anymore.claudio2018-11-191-8/+4
* recent 802.1Q defines 88e7 for provider backbone bridgingdlg2018-11-191-1/+2
* use txprio, not link0 and llprio, to set the dot1p field in the header.dlg2018-11-162-5/+24
* add support for txprio configurationdlg2018-11-151-3/+25
* in the "pf: key search" debug message, add the direction. interface *and*henning2018-11-151-2/+3
* the variable holding the ip tos should be called tos, not ttl.dlg2018-11-151-3/+3
* provide ip_tos_patch() for setting ip_tos and patching the ipv4 cksum.dlg2018-11-141-2/+3
* Batch copyout(9)s in preparation for finer locking.mpi2018-11-142-85/+79
* remove the encapsulation headers before looking at the inner headersdlg2018-11-141-5/+5
* revert 1.121. i got confused between ecn on ingress and egressdlg2018-11-141-5/+5
* get ecn ingress args the right way round. again.dlg2018-11-141-5/+5
* use the txprio setting to populate the tos in keepalive packets.dlg2018-11-141-7/+6
* according to ip_ipip.c, rfc1853 says not to copy the ttl on decapsulationdlg2018-11-142-33/+6
* get the inner and outer tos values right for passing to ip_ecn_ingressdlg2018-11-131-3/+3
* add txprio support to gre, mgre, egre, nvgre, and eoipdlg2018-11-131-5/+127
* add txprio setting supportdlg2018-11-131-1/+31
* add txprio supportdlg2018-11-121-5/+26
* only let root configure the txprio setting on an interfacedlg2018-11-121-1/+2
* add ifreq bits for the tx header prio field ioctlsdlg2018-11-121-1/+7
* Add new routing socket message RTM_80211INFO to provide details ofkrw2018-11-123-3/+54
* set the hardmtu on ether encap ifs so the mtu can be raised above 1500dlg2018-11-122-4/+6
* limit the number of interface units to the number of device minorsdlg2018-11-121-1/+4
* copy the mpls cos and use it as the ip dscp/tos/tclass thing.dlg2018-11-111-6/+13
* when encapsulating mpls, map the mpls qos value to an ip tos.dlg2018-11-111-6/+13
* actually use the if_llprio to set the mbuf prio.dlg2018-11-111-1/+5
* use the llprio on gre(4) and eoip(4) interfaces for the keepalive tosdlg2018-11-112-7/+13
* M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers forclaudio2018-11-095-19/+18
* use the tunnelttl in the ip6 encap too, not ip6_defhlim.dlg2018-10-291-2/+2
* Make it clear that `if_bridgeport' is dereferenced in the ioctl pathmpi2018-10-261-13/+16
* start both the sc_ka_send and sc_ka_hold timeout whendlg2018-10-251-9/+11
* Make pf compile without DIAGNOSTIC againreyk2018-10-231-1/+3
* Don't let HFSC force the packet priority to 7 when enableddlg2018-10-221-2/+1
* Rename 'bridge_iflist' variables for coherency, missed in previous.mpi2018-10-222-21/+21
* provide a default case for all switch statements handling address familiesdlg2018-10-181-1/+10
* make sure keepalive ioctl values are either both zero, or both not zero.dlg2018-10-181-2/+3
* make sure the tunnel is configured in gre_keepalive_senddlg2018-10-181-1/+2
* move the timeout_add in gre_keepalive_send up.dlg2018-10-181-3/+8
* Process incoming gre(4) keepalives early to avoid bpf seeing them.dlg2018-10-181-6/+4
* - pf: honor quick on anchor rulessashan2018-10-161-4/+5
* pull and put the traffic class in ipv6 headersdlg2018-10-161-3/+13
* use PFR_RB_NONE consistentlykn2018-10-151-2/+2
* Honor quick on anchor ruleskn2018-10-041-1/+7
* Fix a race condition that affects pfsync interface deletion.visa2018-10-031-11/+30
* - pfsync: avoid a recursion on PF_LOCKsashan2018-10-021-1/+63
* Allow DIOCRGETADDRS when securelevel(7) > 1kn2018-10-011-1/+2