summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2016-03-30BIOCGQUEUE and BIOCSQUEUE are no moreDavid Gwynne
2016-03-30remove support for BIOCGQUEUE and BIOSGQUEUEDavid Gwynne
2016-03-30replace bridge_m_dup with m_dup_pkt.David Gwynne
2016-03-30Implement proxy ARP for ART based on mpath support.Martin Pieuchot
2016-03-29the stack checks the mac address of rxed packets, so vlan(4) doesnt have toDavid Gwynne
2016-03-29make bpf_mtap et al return whether the mbuf should be droppedDavid Gwynne
2016-03-29- packet must keep reference to statekeyAlexandr Nedvedicky
2016-03-29use sizeof(*evl) instead of EVL_ENCAPLEN in vlan_inputDavid Gwynne
2016-03-28turn ifv_p into an interface index instead of a real pointer to the parentDavid Gwynne
2016-03-26Always include the route priority in routing messages.Martin Pieuchot
2016-03-26Do not populate RTAX_NETMASK when sending a routing message for RTF_HOSTMartin Pieuchot
2016-03-22dont leak an mbuf when copying the packet in pipex_mppe_output failsDavid Gwynne
2016-03-22replace m_copym2 with m_dup_pktDavid Gwynne
2016-03-22slight knfDavid Gwynne
2016-03-18refactor the vlan multicast list handling.David Gwynne
2016-03-16if ticks diverge from ifq_congestion too far the diff will go negativeDavid Gwynne
2016-03-14move the vlan protocol definitions to the same places as the ethernet onesDavid Gwynne
2016-03-13i forgot to rename p to ifp0 in vlan_configDavid Gwynne
2016-03-13consistencly name ifnet pointers like we did in carpDavid Gwynne
2016-03-09remove __vax__Theo de Raadt
2016-03-09rework how mpw(4) interacts with vlan(4)David Gwynne
2016-03-08- bridge_localbroadcast() must call pf_pkt_addr_changed()Alexandr Nedvedicky
2016-03-07http -> https for IETF/IANA URLs in commentsmmcc
2016-03-07Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2016-03-04- putting back KASSERT(), which I've backed out on Jan 31Alexandr Nedvedicky
2016-03-03prototype vlan_inject()David Gwynne
2016-03-03factor out the injection of a vlan shim into an ethernet frameDavid Gwynne
2016-03-02provide generic ioctls for managing an interfaces parentDavid Gwynne
2016-03-01Set IFF_MULTICAST flag on tun(4) interfaces so IPv6 addresses can be assigned.Stefan Sperling
2016-03-01enm_ac in ether_multi is set but never used. so we dont need it.David Gwynne
2016-02-28Support for running Linux binaries under emulation is going away.Christian Weisgerber
2016-02-26L2 entries are always in the first table of a routing domain, this fixesTheo de Raadt
2016-02-24Fix ECMP routing by passing the correct destination address to theMartin Pieuchot
2016-02-12Convert to uiomove. From Martin Natano.Stefan Kempf
2016-02-10protect the bpf ring with splnet as well as the kernel lock.David Gwynne
2016-02-05return if the bpf_if passed to bpf_tap and _bpf_mtap are NULL.David Gwynne
2016-01-31Convert to ulmin and uiomove to prevent integer truncations.Stefan Kempf
2016-01-31- m_pkthdr.pf.statekey changes are not ready for 5.9, I must back them outAlexandr Nedvedicky
2016-01-27white space tweaks. no functional change.David Gwynne
2016-01-26- state keys imported by if_pfsync trip refcnt != ~0 AssertAlexandr Nedvedicky
2016-01-25- plugging massive pf_state_key leakAlexandr Nedvedicky
2016-01-25Convert to uiomove(). Diff from Martin Natano.Stefan Kempf
2016-01-25don't return an uninitialised value for the SIOCGLIFPHYRTABLE caseJonathan Gray
2016-01-22Always check destination MAC address of received unicast packets, notStefan Fritsch
2016-01-22Drop packets whose VNI flag is not set and VNI is not zeroKazuya Goda
2016-01-22Support tunnel VRF on etherip(4)Kazuya Goda
2016-01-20dlg@ took a pity on me and let me stay sane a bit longer by givingMike Belopuhov
2016-01-18Pass the address length to art_alloc() and remove the hack abusing theMartin Pieuchot
2016-01-18Stop storing a backpointer to the corresponding ART node in each routeMartin Pieuchot
2016-01-15rs_malloc() does not need to be castmmcc