summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2007-03-18Add IP load balancing support for carp(4).Marco Pfatschbacher
2007-03-16remove message that printsTheo de Raadt
2007-02-22Remove TCP ports 760 and 761 from DEFBADDYNAMICPORTS_TCP; they areTodd C. Miller
2007-02-20Fix the bpf hook in etherip_input() by using the right address family andClaudio Jeker
2007-02-15Simplify even more by reducing shared code in #if NBRIDGE and default case.Claudio Jeker
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2007-02-13whitespace fixJun-ichiro itojun Hagino
2007-02-10Cleanup, kill dead code and unused arguments. Mostly stuff that is computedClaudio Jeker
2007-02-08- AH: when computing crypto checksum for output, massage source-routingJun-ichiro itojun Hagino
2007-02-01correct rfc; from Kris KatterjohnJason McIntyre
2007-01-18allow kernels with TCP_SIGNATURE (aka tcp md5sig), but without IPSEC toHenning Brauer
2007-01-03Remove two "unused" mbuf tag functions and kill the superfluous argumentClaudio Jeker
2007-01-02move local network route to real interface instead of carp interface; from mpf@Markus Friedl
2006-12-28check if ifqueue has anything queued before doing the dance ofTheo de Raadt
2006-12-19TDBF_USEDTUNNEL flag manipulation was inside #ifdef INET. it appliesJun-ichiro itojun Hagino
2006-12-15make enc(4) count; ok markus@ henning@ deraadt@Otto Moerbeek
2006-12-13use IN6_IS_SCOPE_EMBED to check kernel-internal form addressesJun-ichiro itojun Hagino
2006-12-11allow RST with th_seq incremented (seen from windows tcp clients); ok dhartmeiMarkus Friedl
2006-12-09switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).Jun-ichiro itojun Hagino
2006-12-05make the syncache code respect (inherit) the ttl from the listening socketHenning Brauer
2006-12-05do not install pmtu routes for transport mode SAs, as they do notMarkus Friedl
2006-12-01rangecheck ttl on IP_TTL, collected dust in my treeHenning Brauer
2006-11-27make use of multiple routing tables.Henning Brauer
2006-11-27The current implementation to handle control options is broken as soon asClaudio Jeker
2006-11-25Remove unneeded branch, no need to check if opts is != NULL just set it toClaudio Jeker
2006-11-24add support to tag ipsec traffic belonging to specific IKE-initiatedReyk Floeter
2006-11-16in carp_attach, create the "carp" interface group, so that it is alwaysHenning Brauer
2006-10-31do not re-generate the timestamp modulation offset for SYN-ACK retransmits;Markus Friedl
2006-10-11implement IP_MINTTL socket option fo tcp socketsHenning Brauer
2006-10-11implement IP_RECVTTL socket option.Henning Brauer
2006-09-26udp port 664 is sometimes also stolen on the wire by ipmi/asf balony.Theo de Raadt
2006-09-21ugly trailing ws; from bret dot lambert at gmailOtto Moerbeek
2006-08-31Automatically add a IPv6 link-local address to carp interfaces when theRyan Thomas McBride
2006-08-28Make carp see all IPv6 address additions and remove dead code in carp_ioctl()Ryan Thomas McBride
2006-08-21Answer ARP queries also for addresses on carp interfaces, if carpsMarco Pfatschbacher
2006-08-16Send out a second delayed gratuitous ARP request afterMarco Pfatschbacher
2006-07-18get rid of arc network support. we have no users of it so this is deadDavid Gwynne
2006-07-17Call ip_savecontrol() in the multicast codepath of udp_input() similar toClaudio Jeker
2006-07-06u_quad_t -> u_int64_tBrad Smith
2006-06-30htonq() is not used, at allTheo de Raadt
2006-06-28No need to add function prototypes twice to a header file.Claudio Jeker
2006-06-18Whitespace, oops.Christopher Pascoe
2006-06-18Add support for equal-cost multipath IP.Christopher Pascoe
2006-06-17unbreak; from theoHenning Brauer
2006-06-16adjust functions dealing with the routing table to take a table ID asHenning Brauer
2006-06-15Make number of varargs passed to ip_output match reality.Christopher Pascoe
2006-06-15Change cast of last vararg to ip_output to match what ip_output expects,Christopher Pascoe
2006-06-15Make number of varargs passed to ip_output match reality.Christopher Pascoe
2006-06-06Put mrouting enable flag inside the right ifdef. If you change filesTheo de Raadt
2006-06-02Introduce attributes to interface groups.Marco Pfatschbacher