Age | Commit message (Expand) | Author |
2015-10-30 | Add m_resethdr() to clear any state (pf, tags, flags) of an mbuf packet. | Reyk Floeter |
2015-10-30 | Clean up handling of 'clear states' pfsync packets. | Mike Belopuhov |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm |
2015-10-28 | Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now | Florian Obser |
2015-10-27 | Use rt_ifidx rather than rt_ifp. | Martin Pieuchot |
2015-10-25 | unbreak tree for ramdisks without INET6 | Theo de Raadt |
2015-10-25 | I should not have committed this chunk. Spotted by krw@ | Martin Pieuchot |
2015-10-25 | Simple sizes for free(9). | Martin Pieuchot |
2015-10-25 | Merge rtable_mpath_conflict() into rtable_insert(). | Martin Pieuchot |
2015-10-25 | Be more consisten with rtmsgs. Always set rtm_index (even in the RTM_GET | Claudio Jeker |
2015-10-25 | Do not overwrite if_rtrequest() if the driver specified it *before* | Martin Pieuchot |
2015-10-25 | ifa is no longer used. | Martin Pieuchot |
2015-10-25 | arp_ifinit() is no longer required. | Martin Pieuchot |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
2015-10-25 | Instead of doing the the if_get() dance for rt_missmsg(), change the | Alexander Bluhm |
2015-10-24 | Some rt_ifp to rt_ifidx conversions. | Martin Pieuchot |
2015-10-24 | Define ``rt_ifidx'' as rt_ifp->if_index to ease the transtion towards | Martin Pieuchot |
2015-10-24 | Remove superfluous assignment. | Reyk Floeter |
2015-10-24 | Add pair(4), a vether-based virtual Ethernet driver to interconnect | Reyk Floeter |
2015-10-24 | lookup tap devices in tapkqfilter, not tun devices. | David Gwynne |
2015-10-23 | Split up tun(4) into tun(4) & tap(4). Killing the link0 magic to switch | Claudio Jeker |
2015-10-23 | Update route entries reference counters atomically. | Martin Pieuchot |
2015-10-23 | It was possible to create a gateway route pointing to another gateway | Alexander Bluhm |
2015-10-23 | Introduce a new sysctl NET_RT_IFNAMES that returns only ifnames to ifindex | Claudio Jeker |
2015-10-23 | pass the right sizes to free. | David Gwynne |
2015-10-23 | inline the hfsc_active TAILQ. | David Gwynne |
2015-10-23 | inline the hif_eligible TAILQ. | David Gwynne |
2015-10-23 | counting packets in hif_packets in hfsc_if is redundant. | David Gwynne |
2015-10-23 | tweak the vnetid so it can be optional and therefore cleared/deleted. | David Gwynne |
2015-10-23 | remove the pointer from hfsc_class structs back to hfsc_if. | David Gwynne |
2015-10-22 | Kill link_rtrequest(), introduce in 1990 to "fix" the result | Martin Pieuchot |
2015-10-22 | Use only one refcounting mechanism for route entries. | Martin Pieuchot |
2015-10-22 | Only check for rt_ifp now that it is alays the same as rt_ifa->ifa_ifp. | Martin Pieuchot |
2015-10-22 | Make sure that the address matching the key (destination) of a route | Martin Pieuchot |
2015-10-22 | Kill dead code, ifa is specified and won't change. | Martin Pieuchot |
2015-10-22 | Inspired by satosin(), use inline functions to convert sockaddr dl. | Alexander Bluhm |
2015-10-22 | Do not dereference ``ifa_ifp'' when we already have an ``ifp'' pointer. | Martin Pieuchot |
2015-10-21 | Return the correct error code when a table already exists. | Martin Pieuchot |
2015-10-21 | u_short -> unsigned int for rtableid. | Martin Pieuchot |
2015-10-17 | Fix build with IFMEDIA_DEBUG defined; ok sthen@ | Stefan Sperling |
2015-10-16 | If a DOWN route entry is passed to a L2 output function, be dumb and | Martin Pieuchot |
2015-10-15 | When using a pf rule with both nat-to and rdr-to, it could happen | Alexander Bluhm |
2015-10-15 | Fix previous. The port number is not included in sc_src and it is | YASUOKA Masahiko |
2015-10-14 | Reset the RTF_CONNECTED flag when cloning an entry. | Martin Pieuchot |
2015-10-14 | Rewrite the logic around the dymanic array of routing tables to help | Martin Pieuchot |
2015-10-13 | - pf_insert_src_node(): global argument (arg6) is useless, function | Alexandr Nedvedicky |
2015-10-13 | Make sure RTF_LOCAL route entries are UP when added to the tree. | Martin Pieuchot |
2015-10-12 | the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it. | David Gwynne |
2015-10-12 | Unify link state change notification. | Martin Pieuchot |