Age | Commit message (Expand) | Author |
2015-11-11 | Store the index of the lo0 interface instead of a pointer to its | Martin Pieuchot |
2015-11-07 | Use input handlers for bridge(4). | Martin Pieuchot |
2015-11-06 | Rename rt_mpath_next() into rtable_mpath_next() and provide an | Martin Pieuchot |
2015-11-03 | Do not clear M_PROTO1 flag before calling if_start() because pseudo- | Martin Pieuchot |
2015-11-02 | Merge rtable_mpath_match() into rtable_lookup(). | Martin Pieuchot |
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 | Do not overwrite if_rtrequest() if the driver specified it *before* | 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-24 | Add pair(4), a vether-based virtual Ethernet driver to interconnect | Reyk Floeter |
2015-10-22 | Kill link_rtrequest(), introduce in 1990 to "fix" the result | Martin Pieuchot |
2015-10-22 | Make sure that the address matching the key (destination) of a route | 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-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 |
2015-10-12 | protect SIOCSLIFPHYTTL, SIOCSVNETID so only root can call them, and | David Gwynne |
2015-10-08 | Unlock the softnet task. | Martin Pieuchot |
2015-10-05 | Revert if_oqdrops accounting changes done in kernel, per request from mpi@. | Masao Uebayashi |
2015-10-05 | Count IFQ_ENQUEUE() failure as output drop. | Masao Uebayashi |
2015-10-05 | Accumulate ifq_drops into if_oqdrops if if_start(). | Masao Uebayashi |
2015-09-30 | sleep until all references to an interface have been released during detach. | David Gwynne |
2015-09-27 | Add if_setlladdr(), factored out from ifioctl(). Will be used by iwm(4) soon. | Stefan Sperling |
2015-09-13 | Fix double rtfree(9) in non-INET6 kernel. | Martin Pieuchot |
2015-09-13 | There's no point in abstracting ifp->if_output() as long as pf_test() | Martin Pieuchot |
2015-09-13 | replace hand rolled refcounts and sleep_setup/finish with refcnts and | David Gwynne |
2015-09-13 | Run the interface watchdog timer routine as a task such that we have process | Mark Kettenis |
2015-09-12 | Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp. | Martin Pieuchot |
2015-09-12 | introduce SRPs to the interface index maps to make if_get() mpsafe. | David Gwynne |
2015-09-12 | Introduce if_input_local() a function to feed local traffic back to | Martin Pieuchot |
2015-09-11 | Introduce rtref(9) use it in rtable_lookup() before returning a route | Martin Pieuchot |
2015-09-11 | remove some more trailing whitespace | David Gwynne |
2015-09-11 | whitespaces | Martin Pieuchot |
2015-09-11 | iterate over the new half of the if idx map rather than loop on the one | David Gwynne |
2015-09-10 | rework how we store and manage the interface index to ifp map in preparation ... | David Gwynne |
2015-09-10 | pass a cookie argument to interface input handlers that can be used | Mike Belopuhov |
2015-09-10 | if_put after if_get in if_input_process | David Gwynne |
2015-09-10 | move the if input handler list to an SRP list. | David Gwynne |
2015-09-10 | only try and reference an ifp in if_get if we actually find one in | David Gwynne |
2015-09-09 | introduce reference counts for interfaces (ie, struct ifnet *ifp). | David Gwynne |
2015-09-01 | dont need the kernel lock for mpsafe bpfs (again) | David Gwynne |
2015-08-30 | Use a global table for domains instead of building a list at run time. | Martin Pieuchot |
2015-08-23 | bpf+srp is blowing up, so its being backed out. bpf will need the big lock. | David Gwynne |
2015-08-18 | Check the error value returned by in6_ifattach(). | Martin Pieuchot |
2015-08-16 | dont need the biglock to call bpf now. | David Gwynne |
2015-08-16 | avoid a toctou problem in if_input in the bpf handling. | David Gwynne |
2015-08-13 | If no handler consumed a mbuf, free it. This also apply if an interface | Martin Pieuchot |
2015-07-29 | Don't use mpls_input() as input handler anymore and instead call it | Rafael Zalamena |