Age | Commit message (Expand) | Author |
2014-05-16 | Do not put any link-layer address on the per-ifp lists or on the RB- | Martin Pieuchot |
2014-05-14 | improve style - basically, what my fingers did at Marrakesh airport when | Henning Brauer |
2014-05-14 | There is no reason why one needs to have a lo(4) MTU that is arch specific. | Claudio Jeker |
2014-05-13 | While Rev 1.285 fixed a RB tree corruption it caused a TAILQ corruption | Claudio Jeker |
2014-05-09 | We should use the highest possible priority for routes to local addresses. | Martin Pieuchot |
2014-05-08 | Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST. | Martin Pieuchot |
2014-05-05 | Use a custom ifa_rtrequest function for point-to-point interfaces | Martin Pieuchot |
2014-05-05 | remove dead code: calling ether_attach which sets if_type to IFT_ETHER, | Henning Brauer |
2014-05-02 | Kill annoying and useless emacs local variable. ok mikeb@ | Jeremie Courreges-Anglas |
2014-04-29 | If you plan to write an obfuscated-by-design kernel / userland | Martin Pieuchot |
2014-04-25 | Remove rti_ifp from rt_addrinfo, one less ifp pointer, say yay! | Martin Pieuchot |
2014-04-24 | ewps... repair qid assignment | Henning Brauer |
2014-04-23 | Don't attempt to deal with link types supported by no drivers in the | Jeremie Courreges-Anglas |
2014-04-23 | You don't want to use ifa_ifwithroute(), it exists for to the routing | Martin Pieuchot |
2014-04-22 | Remove some altq tentacles. | Martin Pieuchot |
2014-04-22 | ifa_ifwithroute() is the only magic place where an AF_LINK sockaddr | Martin Pieuchot |
2014-04-22 | NULL is cooler than 0 when pointers are concerned | Henning Brauer |
2014-04-22 | we used to handle the vlan tag etc insertion very very very late, | Henning Brauer |
2014-04-21 | g/c hdrcmplt var, we can just set the esrc ptr earlier and re-set it in | Henning Brauer |
2014-04-21 | __inline -> inline | Henning Brauer |
2014-04-21 | ip_output() using varargs always struck me as bizarre, esp since it's only | Henning Brauer |
2014-04-21 | we'll do fine without casting NULL to struct foo * / void * | Henning Brauer |
2014-04-20 | factor our ether_addheader for readability; there's more to come there | Henning Brauer |
2014-04-20 | ether_output: instead of assembling the ethernet header and then calling | Henning Brauer |
2014-04-20 | ether_output: instead of using an esrc buffer in which we copy the intended | Henning Brauer |
2014-04-20 | When switching rdomains the sadl needs to be removed and re-added from the | Claudio Jeker |
2014-04-19 | disgusting altq compat hack goes away | Henning Brauer |
2014-04-19 | now that if_snd is a proper ifqueue, this cast dies | Henning Brauer |
2014-04-19 | ifnet's if_snd becomes a regular ifqueue instead of ifaltq, the need to | Henning Brauer |
2014-04-19 | minus altq tentacles, plus missing IF_DROP here as well | Henning Brauer |
2014-04-19 | kill altq bits here as well | Henning Brauer |
2014-04-19 | shrink pf by 445 lines. | Henning Brauer |
2014-04-19 | remove the altq enable/attach and disable/detach bits | Henning Brauer |
2014-04-19 | remove very questionable altq "optimization" - claudio and I can't | Henning Brauer |
2014-04-19 | all I wanted to do is removing the altq special casing, but then it turned | Henning Brauer |
2014-04-19 | remove altq special casing. | Henning Brauer |
2014-04-19 | the altq versions of the IFQ_* macros can finally go. chances of this | Henning Brauer |
2014-04-19 | /* | Henning Brauer |
2014-04-18 | There is no need to initialize globals to 0. | Claudio Jeker |
2014-04-18 | reaching into altq outside #ifdef ALTQ is bad, mmkay? ok claudio | Henning Brauer |
2014-04-18 | pf_send_tcp: ask the stack to do the cksum instead of doing it manually | Henning Brauer |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-04-11 | Interfaces are associated to rdomains, make it clear by renaming | Martin Pieuchot |
2014-04-11 | Fix tree breakage. | Kenneth R Westerback |
2014-04-10 | Don't use ifa_ifwithnet() with obvious sockaddr_dl argument. This | Martin Pieuchot |
2014-04-10 | Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manage | Martin Pieuchot |
2014-04-08 | Revert 1.27 and 1.28, but make sure to initialize the pxd_unit field correctly | Miod Vallat |
2014-04-05 | Be sure to release rwlock when returning error in pppxclose(). | Miod Vallat |
2014-04-04 | Paul B. Henson discovered it was possible to hit a kernel | Jonathan Gray |
2014-04-03 | Introduce rt_ifa_{add,del}loop() to replace in6_{add,rem}loop(). | Martin Pieuchot |