Age | Commit message (Expand) | Author |
2016-03-09 | remove __vax__ | Theo de Raadt |
2016-03-09 | rework how mpw(4) interacts with vlan(4) | David Gwynne |
2016-03-08 | - bridge_localbroadcast() must call pf_pkt_addr_changed() | Alexandr Nedvedicky |
2016-03-07 | http -> https for IETF/IANA URLs in comments | mmcc |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-03-04 | - putting back KASSERT(), which I've backed out on Jan 31 | Alexandr Nedvedicky |
2016-03-03 | prototype vlan_inject() | David Gwynne |
2016-03-03 | factor out the injection of a vlan shim into an ethernet frame | David Gwynne |
2016-03-02 | provide generic ioctls for managing an interfaces parent | David Gwynne |
2016-03-01 | Set IFF_MULTICAST flag on tun(4) interfaces so IPv6 addresses can be assigned. | Stefan Sperling |
2016-03-01 | enm_ac in ether_multi is set but never used. so we dont need it. | David Gwynne |
2016-02-28 | Support for running Linux binaries under emulation is going away. | Christian Weisgerber |
2016-02-26 | L2 entries are always in the first table of a routing domain, this fixes | Theo de Raadt |
2016-02-24 | Fix ECMP routing by passing the correct destination address to the | Martin Pieuchot |
2016-02-12 | Convert to uiomove. From Martin Natano. | Stefan Kempf |
2016-02-10 | protect the bpf ring with splnet as well as the kernel lock. | David Gwynne |
2016-02-05 | return if the bpf_if passed to bpf_tap and _bpf_mtap are NULL. | David Gwynne |
2016-01-31 | Convert 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 out | Alexandr Nedvedicky |
2016-01-27 | white space tweaks. no functional change. | David Gwynne |
2016-01-26 | - state keys imported by if_pfsync trip refcnt != ~0 Assert | Alexandr Nedvedicky |
2016-01-25 | - plugging massive pf_state_key leak | Alexandr Nedvedicky |
2016-01-25 | Convert to uiomove(). Diff from Martin Natano. | Stefan Kempf |
2016-01-25 | don't return an uninitialised value for the SIOCGLIFPHYRTABLE case | Jonathan Gray |
2016-01-22 | Always check destination MAC address of received unicast packets, not | Stefan Fritsch |
2016-01-22 | Drop packets whose VNI flag is not set and VNI is not zero | Kazuya Goda |
2016-01-22 | Support tunnel VRF on etherip(4) | Kazuya Goda |
2016-01-20 | dlg@ took a pity on me and let me stay sane a bit longer by giving | Mike Belopuhov |
2016-01-18 | Pass the address length to art_alloc() and remove the hack abusing the | Martin Pieuchot |
2016-01-18 | Stop storing a backpointer to the corresponding ART node in each route | Martin Pieuchot |
2016-01-15 | rs_malloc() does not need to be cast | mmcc |
2016-01-14 | Increase buffer sizes and watermarks for tty and ppp | Stefan Fritsch |
2016-01-14 | No need for a splnet() dance around IFQ_DEQUEUE() anymore. | Martin Pieuchot |
2016-01-13 | dont propagate any of the parent interfaces offload features on svlan | David Gwynne |
2016-01-12 | Remove wireless turbo mode support. It is a non-standard extension | Stefan Sperling |
2016-01-12 | Compare if the prefix lengths are equal rather than checking if the | Martin Pieuchot |
2016-01-08 | Get rid of the arp and revarp input queues. | Martin Pieuchot |
2016-01-07 | - retrying to commit earlier change, which got backed out | Alexandr Nedvedicky |
2016-01-07 | Make open(O_NONBLOCK) of tun, tap, and bpf behave like open+ioctl(FIONBIO) | Philip Guenther |
2015-12-31 | Move tr_port_destroy down; fixes 'lacp_compose_key protection fault trap' | Stuart Henderson |
2015-12-29 | store curcpu() in ifq_serializer so we can check it. | David Gwynne |
2015-12-23 | revert previous: | Jasper Lievisse Adriaanse |
2015-12-22 | - yet another tiny step towards MP PF. This time we need to make sure | Alexandr Nedvedicky |
2015-12-21 | Move ppp, nmea, endrun, and msts prototypes to tty.h | Stefan Fritsch |
2015-12-21 | Pass the destination and mask to rtable_mpath_reprio() in order to not | Martin Pieuchot |
2015-12-18 | Remove leftover prototype. | Visa Hankala |
2015-12-16 | Merge rtable_mpath_select() into rtable_match(). | Martin Pieuchot |
2015-12-15 | Do not panic when trying to delete an non-existing route with ART. | Martin Pieuchot |
2015-12-11 | Do not pass a NULL ifp pointer to rtdeletemsg(). | Martin Pieuchot |
2015-12-10 | write down some stuff before it falls out of my head. | David Gwynne |