Age | Commit message (Expand) | Author |
2010-08-20 | white space fix | David Gwynne |
2010-08-13 | when sending a fragmented packet, dont check if the interfaces send queue | David Gwynne |
2010-08-02 | Prevent illegal struct casting by moving AF_INET/AF_INET6 address | Matthew Dempsky |
2010-07-22 | remove unused variable | Theo de Raadt |
2010-07-20 | Switch some obvious network stack MAC comparisons from bcmp() to | Matthew Dempsky |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-07-09 | Add the rtableid to struct rttimer and therefor make it available to | Claudio Jeker |
2010-07-08 | Add definitions for ICMP extended headers available for some ICMP messages | Claudio Jeker |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-02 | don't reference an item after it has been returned to the pool | David Krause |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-07-01 | Allow to specify an alternative enc(4) interface for an SA. All | Reyk Floeter |
2010-06-29 | Replace enc(4) with a new implementation as a cloner device. We still | Reyk Floeter |
2010-06-28 | Add the rtable id as an argument to rn_walktree(). Functions like | Claudio Jeker |
2010-06-26 | Implement a simple keepalive mechanism in gre(4) that is compatible with | Claudio Jeker |
2010-06-07 | unfortunately classful routing isn't 100% dead, mostly thanks to ancient | Henning Brauer |
2010-06-07 | There is no reason to allow unicast IPv4 mapped IPv6 addresses in tcp | Claudio Jeker |
2010-06-04 | Missed this file in previous commit; previous commit message was: | Bret Lambert |
2010-05-28 | Make sure the temporary buffer used to generate tcp options is properly | Mark Kettenis |
2010-05-11 | Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() | Claudio Jeker |
2010-05-11 | Add IPPROTO_MPLS for MPLS in gif(4) encapsulation. | Claudio Jeker |
2010-05-11 | Add support for MPLS in GRE. Fairly trivial and a NOP unless option MPLS | Claudio Jeker |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-04-25 | Properly adjust group demotion counters when groups are added or | Marco Pfatschbacher |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-04-06 | spacing | Theo de Raadt |
2010-03-22 | Add some MLDv2 definitions from FreeBSD. | Jonathan Gray |
2010-03-11 | unbreak the build with a custom kernel config including "pseudo-device | Stuart Henderson |
2010-03-09 | Use correct routing domain when doing address lookups. | Joel Sing |
2010-03-08 | Use properly initialised sockaddr_in/sockaddr_in6 struct when performing | Joel Sing |
2010-02-09 | Before cloning a route to change the MTU check that the route we clone from | Claudio Jeker |
2010-02-08 | arpioctl() is not used sore remove it. Found by Gleydson Soares. | Claudio Jeker |
2010-01-28 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2010-01-15 | Replace pool_get() + bzero() with pool_get(..., PR_ZERO). | Charles Longeau |
2010-01-13 | Double and in comment. | Claudio Jeker |
2010-01-13 | remove subnetsarelocal / SUBNETSARELOCAL. it's been off by default since | Henning Brauer |
2010-01-13 | no point in looking for the old "all host bits zero" broadcast address any | Henning Brauer |
2010-01-13 | 4.2BSD had the host parts bit of the address all zero as broadcast address. | Henning Brauer |
2010-01-13 | we don't need broadcast for the classful network AND broadcast for the | Henning Brauer |
2010-01-13 | Remove special bridge code in in_arpinput() this is no longer needed since | Claudio Jeker |
2010-01-13 | instead of fiddling with the per-interface address lists directly in | Henning Brauer |
2010-01-13 | let's admit it's not 1992 any more. CIDR is around for a long time, even | Henning Brauer |
2010-01-12 | Add input and user protocol hook to handle GRE packets by pipex. | YASUOKA Masahiko |
2010-01-12 | Unify the various fake ethernet generators as ether_fakeaddr() which | Theo de Raadt |
2010-01-12 | Remove the "bump the advskew to 240 in case of errors" hack. | Marco Pfatschbacher |
2010-01-12 | Allow the queueing of multiple fragments on virtual interfaces with a | Bob Beck |
2010-01-12 | Use M_ZERO in malloc instead of doing a bzeor right afterwards. | Claudio Jeker |
2010-01-10 | Fix two bugs in IPsec/HMAC-SHA2: | Markus Friedl |
2010-01-02 | uninitalized protocol version for ipv6; from mickey; ok claudio | Markus Friedl |
2009-12-23 | The process's rdomain should be, well, per-process and not per-rthread, | Philip Guenthe |