summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2012-12-28change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@Gleydson Soares
2012-11-11align ifaliasreq.ifra_addr similar to the way that ifreq is fixed --Theo de Raadt
2012-11-06backout csum diff for the moment, requested by theoHenning Brauer
2012-11-05Make sure that in[6]_proto_cksum_out() is called unconditinally and notClaudio Jeker
2012-11-01redo most of the protocol (tcp/udp/...) checksum handlingHenning Brauer
2012-10-21Add the IP_DIVERTFL socket option on divert(4) sockets to controlSebastian Benoit
2012-10-18simplify checkreplaywindow() API; make call/return code handling consistentMarkus Friedl
2012-10-18Move revarp code into #ifdef NFSCLIENT; saving space on some media.Theo de Raadt
2012-10-15Another 'notyet' is being promoted to 'notever'.Mike Belopuhov
2012-10-08Make carp_ourether() shorter and more generic. Only a mac addressCamiel Dobbelaar
2012-10-08Forward declare struct m_tag in netinet/ip_ipsp.h so we don't need toCamiel Dobbelaar
2012-10-05Point an interface directly to its bridgeport configuration, insteadCamiel Dobbelaar
2012-10-05missing NCARP define and fix indentCamiel Dobbelaar
2012-10-05missing include for pfCamiel Dobbelaar
2012-09-28free the control message in udp_input() if the packet is passed to pipexMarkus Friedl
2012-09-26add M_ZEROIZE as an mbuf flag, so copied PFKEY messages (with embedded keys)Markus Friedl
2012-09-20spltdb() was really just #define'd to be splsoftnet(); replace the formerBret Lambert
2012-09-19Make rt_lookup return a pointer to an rtentry struct instead ofBret Lambert
2012-09-19inherit IFCAP_CSUM_* from the parent interfaceHenning Brauer
2012-09-18sysctl calls shouldn't clobber route timers without spl protectionBret Lambert
2012-09-18remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not setMarkus Friedl
2012-09-17add IPV6_RECVDSTPORT socket option, which enables us to get originalYASUOKA Masahiko
2012-09-15Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>.Philip Guenthe
2012-08-07Store the data used to generate an ICMP error message on a stackMike Belopuhov
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