Age | Commit message (Expand) | Author |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-08 | pull the rx ring accounting out of the mbuf layer now that its all done | David Gwynne |
2014-07-08 | introduce the if_rxr api. it is intended to pull the rx ring accounting | David Gwynne |
2014-07-02 | better indentation; no functional change | Mike Belopuhov |
2014-07-02 | u_int32_t's can't go negative | Mike Belopuhov |
2014-07-02 | better indentation | Mike Belopuhov |
2014-07-01 | KASSERT() the correct node if a hint is passed to rn_delete(). | Martin Pieuchot |
2014-06-30 | Attach HFSC after it's been completely initialized. | Martin Pelikan |
2014-06-26 | Calling in{6,}_purgeaddr() is not enough to remove an address from | Martin Pieuchot |
2014-06-25 | pf_translate doesn't use the mbuf argument anymore. | Mike Belopuhov |
2014-06-23 | turn of IPv6 for new interfaces by default. this really just means there | Henning Brauer |
2014-06-16 | Revert "Always create a local route for every configured IPv4 address", | Martin Pieuchot |
2014-06-13 | Instead of updating all the cluster allocation water marks of all the | Martin Pieuchot |
2014-06-13 | KASSERT in pipex_ppp_input() fails if a compressed PPP frame is received | YASUOKA Masahiko |
2014-06-13 | Fix KASSERT on pipex_ppp_input(). Must not reached there even if the | YASUOKA Masahiko |
2014-06-13 | Fix tcp-mss-adjust of pipex and npppd to update the pointer of | YASUOKA Masahiko |
2014-06-11 | Always create a local route for every configured IPv4 address on the | Martin Pieuchot |
2014-06-11 | Flag local routes as such and make them use the highest possible | Martin Pieuchot |
2014-06-07 | g/c unused IFT_L2VLAN, ok reyk bluhm | Henning Brauer |
2014-05-31 | Unbreak RTM_CHANGE. Unlike RTM_LOCK or RTM_GET it is OK to pass in a | Claudio Jeker |
2014-05-27 | Big refactoring of the radix code (mainly rn_addroute but also part | Claudio Jeker |
2014-05-27 | Reserve the highest route priority for kernel-managed routes and prevent | Martin Pieuchot |
2014-05-26 | Document that this reference counter is not generic. It indicates how | Martin Pieuchot |
2014-05-21 | Fix IPsec route addition broken since the removal of the link-layer | Martin Pieuchot |
2014-05-20 | Assign the queue ID to the correct packet header when sending ICMP messages. | Martin Pieuchot |
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 |