Age | Commit message (Expand) | Author |
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 |
2011-07-04 | Allow advbase to be set to zero, which makes it possible to run | Marco Pfatschbacher |
2011-07-03 | avoid void * pointer arithmetic | David Hill |
2011-07-03 | Do not use LINK_STATE_UNKNOWN for the INIT state. LINK_STATE_UNKNOWN has | Claudio Jeker |
2011-07-03 | slight knf (particularly the function decls) so i dont get too distracted | David Gwynne |
2011-07-02 | gc in_interfaces. doesnt seem to do anything except get incremented. | David Gwynne |
2011-06-27 | Mark ARP request broadcasts with M_BCAST in the mbuf flags. | Camiel Dobbelaar |
2011-06-19 | fix up unbalanced format strings | Jonathan Gray |
2011-06-15 | Add IP_RECVRTABLE socket option to be used with a IPPROTO_IP | Mike Belopuhov |
2011-05-31 | fix typos in comment | Stuart Henderson |
2011-05-29 | Move the source address selection for multicast destinations that | Claudio Jeker |
2011-05-28 | Do not allow traffic to be sent with a destination address in 0/8; | Paul de Weerd |