Age | Commit message (Expand) | Author |
2010-01-15 | Replace pool_get() + bzero() with pool_get(..., PR_ZERO). | Charles Longeau |
2009-12-23 | The process's rdomain should be, well, per-process and not per-rthread, | Philip Guenthe |
2009-11-27 | Add setrdomain() and getrdomain() system calls. Committing now to | Philip Guenthe |
2009-11-13 | Extend the protosw pr_ctlinput function to include the rdomain. This is | Claudio Jeker |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-07-26 | no need to cast the return value of m_freem() to void | Thordur I. Bjornsson |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2008-10-23 | use the correct idiom for NFOO things which come from "foo.h" files | Theo de Raadt |
2008-07-29 | when detaching pcbs, also free the v6 output options so that we do not | Theo de Raadt |
2008-07-09 | expand the net.inet.(tcp|udp).baddynamic dynamic source port | Damien Miller |
2008-07-03 | link pf state keys to tcp pcbs and vice versa. | Henning Brauer |
2008-05-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson |
2008-05-15 | divert for ipv6; ok henning, pyr | Markus Friedl |
2008-05-09 | should check for null pointers; from henning@ | Markus Friedl |
2008-05-09 | Add SO_BINDANY socket option from BSD/OS. | Markus Friedl |
2008-05-09 | divert packets to local socket without modifying the ip header; | Markus Friedl |
2008-05-07 | Implement routing priorities. Every route inserted has a priority assigned | Claudio Jeker |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2007-12-30 | A struct rt_addrinfo is needed for rt_missmsg() so we can use rtrequest1() | Claudio Jeker |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-09-01 | since the | Henning Brauer |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2006-06-18 | Add support for equal-cost multipath IP. | Christopher Pascoe |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |
2006-04-22 | Routes announced via rt_missmsg() do not have rtm_index set. While in most | Claudio Jeker |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2005-06-24 | simplify port allocation in pcb_bind(); based on freebsd; ok claudio henning | Markus Friedl |
2004-12-06 | also consider NFS_PORT to be a reserved port, as in 1.18 or something like | Theo de Raadt |
2004-12-06 | ipsec udpencap check was done after baddynamicports ports checks (those | Theo de Raadt |
2004-11-23 | remove wrong comments; ok deraadt | Markus Friedl |
2004-08-10 | remove in_pcbnotify, it is no longer used. | Markus Friedl |
2004-08-04 | use CIRCLEQ_XXX; ok mcbride, miod | Markus Friedl |
2004-06-25 | disallow udpencap_port in bind(0); ok ho@ | Markus Friedl |
2004-06-22 | Pull the plug on source-based routing until remaining bugs are eradicated. | Cedric Berger |
2004-06-06 | extend routing table to be able to match and route packets based on | Cedric Berger |
2004-03-12 | Fix rtentry leak in in_losing(). The rtentry needs to be freed in anycase. | Claudio Jeker |
2004-01-02 | use pool for pcb; with grange@ like netbsd; ok itojun@, cedric@ | Markus Friedl |
2003-12-21 | change in*_pcbnotify to return numbers of matches; ok itojun, mcbride, henning | Markus Friedl |
2003-12-21 | use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacar | Markus Friedl |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-12-08 | Mbuf tag tcp and udp packets which are translated to localhost, and | Ryan Thomas McBride |
2003-11-04 | add in(6)_pcblookup_listen() and replace all calls to in_pcblookup() | Markus Friedl |
2003-10-25 | additional hash for local port; improves speed of implicit bind | Markus Friedl |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-06 | use M_NOWAIT instead of WAITOK for the hashtable allocation. ok itojun@ | Ted Unangst |
2002-09-11 | KNF - return is not a function. sync w/kame | Jun-ichiro itojun Hagino |
2002-06-11 | splassert where comments tell us to. | Artur Grabowski |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |