summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2019-04-27back out, this isn't part of a vlan change.David Gwynne
2019-04-27this wasnt meant to be committed, back out for now.David Gwynne
2019-04-27get rid of ifv_linkmib and a bunch of useless macrosDavid Gwynne
2019-04-27fix some whitespace.David Gwynne
2019-04-27call vlan_softc variables sc, not ifv. no functional change.David Gwynne
2019-04-27whitespace tweaks. no functional change.David Gwynne
2019-04-27rename struct ifvlan to struct vlan_softcDavid Gwynne
2019-04-27move the struct ifvlan (the vlan softc) definition into if_vlan.c.David Gwynne
2019-04-25Lower the accepted upper bound for bd_rtout to INT_MAX in order toanton
2019-04-23give gre and mgre percpu counters tooDavid Gwynne
2019-04-23a first cut at converting some virtual ethernet interfaces to if_vinputDavid Gwynne
2019-04-22use if_vinput instead of if_input, thereby bypassing ifiqs on vlansDavid Gwynne
2019-04-22add if_vinput so pseudo (ethernet) interfaces can bypass ifiqsDavid Gwynne
2019-04-22factor out calling the if input handlers for a packet.David Gwynne
2019-04-22support rxprioDavid Gwynne
2019-04-21Interpret ENETRESET from ifm_change() as success in ifmedia_ioctl().Stefan Sperling
2019-04-19use the common code in if.c to check if txhprio is good.David Gwynne
2019-04-19use the factored out txhprio and rxhprio checksDavid Gwynne
2019-04-19provide factored out txhprio and rxhprio checksDavid Gwynne
2019-04-19add rxprio supportDavid Gwynne
2019-04-19add rxprio supportDavid Gwynne
2019-04-19implement rxprioDavid Gwynne
2019-04-19allow configuration of rxprioDavid Gwynne
2019-04-19add support for configuring rxprio.David Gwynne
2019-04-19only root can change rxprioDavid Gwynne
2019-04-19add IF_HDRPRIO_OUTER for rxprioDavid Gwynne
2019-04-17don't lose the TTL on FAT labelsDavid Gwynne
2019-04-17use txprio to control the use of exp as a priority fieldDavid Gwynne
2019-04-16have another go at tx mitigationDavid Gwynne
2019-04-15moving BPF to RCUAlexandr Nedvedicky
2019-04-15Use timeout_del_barrier(9) instead of timeout_del(9) followed byVisa Hankala
2019-04-14don't take splnet when running the network stackDavid Gwynne
2019-04-10do custom checks for SIOCGIFSFFPAGE.David Gwynne
2019-04-10add struct if_sffpage so userland can read a page of sfp/qsfp infoDavid Gwynne
2019-04-05Broken userland software sets address bit in routing message withoutAlexander Bluhm
2019-04-03Reject negative and too large timeouts passed to BIOCSRTIMEOUT. Sinceanton
2019-04-02call pf_pkt_addr_changed on inputDavid Gwynne
2019-04-02clear the BCAST and MCAST mbuf flags for "outgoing" packets.David Gwynne
2019-04-02some mbuf ph_rtableid fixesDavid Gwynne
2019-03-31Unbreak tree by removing the bits that were copied to art.h in r1.18Theo Buehler
2019-03-31Add a more strict rtm_hdrlen size check. Make sure that at leastClaudio Jeker
2019-03-31Make ART data structure definitions visible to userland, in order to fixMartin Pieuchot
2019-03-31Fix output accounting when bridge(4) is down.Martin Pieuchot
2019-03-31Document that it is safe to dereference `if_softc' when the caller hasMartin Pieuchot
2019-03-31The KERNEL_LOCK() is still what serializes access to bridge(4) data structures.Martin Pieuchot
2019-03-29while here, drop ifq_is_serialized and IFQ_ASSERT_SERIALIZEDDavid Gwynne
2019-03-29deprecate ifiq_barrier.David Gwynne
2019-03-20States in pf(4) let ICMP and ICMP6 packets pass if they have aAlexander Bluhm
2019-03-18tweak SIOCGETLABEL and add SIOCDELLABELDavid Gwynne
2019-03-18make SIOCGETLABEL fail with EADDRNOTAVAIL if the label is not set.David Gwynne