Age | Commit message (Expand) | Author |
2012-07-17 | use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sending | YASUOKA Masahiko |
2012-07-16 | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) | Markus Friedl |
2012-07-13 | 3 line diff to fix divert using connections from local system. | Claudio Jeker |
2012-07-12 | Be way more careful when accessing a possibly cached route in_selectsrc() | Claudio Jeker |
2012-07-10 | Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in the | Philip Guenthe |
2012-07-10 | in_scrubprefix needs the same netmask checking as in_addprefix (which was | Claudio Jeker |
2012-07-08 | Instead of casting interface address pointers, use the macros NULL | Alexander Bluhm |
2012-07-08 | Add support for advertising dns servers and search paths in router | Peter Hessler |
2012-06-29 | Add support for the Extended (64-bit) Sequence Number as defined | Mike Belopuhov |
2012-06-26 | Improve compliance for <arpa/inet.h> and <netinet/in.h> to define/declare | Philip Guenthe |
2012-05-12 | Fix tcpdump for etherip packets. | Marco Pfatschbacher |
2012-04-13 | unneccessary casts to unsigned; ok claudio | Theo de Raadt |
2012-04-11 | fix all the suser calls which pass an incorrect p_acflag argument; | Mike Belopuhov |
2012-04-07 | Bring the rtable sockopt code in line with the setrtable() implementation. | Claudio Jeker |
2012-04-04 | pipex hook in udp_usrreq() mistakenly assumed that `inp' is connected. | YASUOKA Masahiko |
2012-03-30 | actually store the result of the pmtu-route lookup. otherwise we | Markus Friedl |
2012-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne |
2012-03-15 | improve IPsec/ENC interaction: | Markus Friedl |
2012-03-10 | Increase TCP's initial window to 10 * MSS or 14600 bytes as proposed in | Claudio Jeker |
2012-03-06 | Check if route is still valid when getting the cached rt entry of a pcb. | Claudio Jeker |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2012-01-11 | Put an splsoftassert(IPL_SOFTNET) into in_pcbdetach(). | Alexander Bluhm |
2012-01-03 | To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is | Alexander Bluhm |
2012-01-03 | When used with socket splicing, tcp_usrreq() might get called with | Alexander Bluhm |
2011-12-29 | Escape hardware-checksumming if interface is in a bridge, this is | Christiano F. Haesbaert |
2011-12-22 | Fix RFC reference section | sperreault |
2011-12-21 | Compute mandatory UDP checksum for IPv6 packets | sperreault |
2011-12-19 | Fix checksum of UDP/TCP packets following RFC 3948. This is required for | YASUOKA Masahiko |
2011-12-02 | Kill unused IFCAP_IPSEC and IFCAP_IPCOMP. | Christiano F. Haesbaert |
2011-11-19 | Select a routing table according to the rdomain. Allows one | Mike Belopuhov |
2011-10-30 | In the advbase 0 case, we have to use three times | Marco Pfatschbacher |
2011-10-24 | Lower carp demote count on interface detach, fixes a bug introduced by rev 1.... | Camiel Dobbelaar |
2011-10-16 | Use m_pullup() instead of IP6_EXTHDR_GET() to get the carp header | Marco Pfatschbacher |
2011-10-15 | Respect the ToS setting in tcp syn+ack for IPv4, still need to fix for | Christiano F. Haesbaert |
2011-10-13 | Since the IPv6 madness is not enough introduce NAT64 -- which is actually | Claudio Jeker |
2011-09-18 | Fix various format string types to as a minimum match the width of the | Miod Vallat |
2011-09-06 | Properly initialize struct carp_if (especially vhif_nvrs) with M_ZERO. | Marco Pfatschbacher |
2011-07-09 | begone, fucking rotten appletalk shit. ok room | Henning Brauer |
2011-07-08 | mark carp advertisements to be queued at priority 6. losing them is bad, | Henning Brauer |
2011-07-08 | Include PIPEX in kernel by default. And add new sysctl variable | YASUOKA Masahiko |
2011-07-07 | Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz | Theo de Raadt |
2011-07-06 | Add sysctl net.inet.tcp.always_keepalive, when this is set the system | Stuart Henderson |
2011-07-06 | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | Henning Brauer |
2011-07-06 | allow /31s on broadcast interfaces (eg ethernet) to work as per rfc3021. | David Gwynne |
2011-07-05 | fix bizarre and mostly useless initialization of an ifqueue in BSS that | Henning Brauer |
2011-07-05 | ansify | David Hill |
2011-07-04 | No need to check proto == IPPROTO_ETHERIP | David Hill |
2011-07-04 | Fix to be able to bind a raw socket to 0.0.0.0. It had been broken after | YASUOKA Masahiko |
2011-07-04 | Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. | Claudio Jeker |
2011-07-04 | Don't make copy multicast packets for carp interfaces | Marco Pfatschbacher |