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