summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2007-06-01sc_carplladdr does not need to be dereferenced.Marco Pfatschbacher
2007-06-01apply the "skip ipsec if there are no flows" speedup diff to IPv6 too.Henning Brauer
2007-06-01Remove code to create a carp(4) Token Ring lladdr.Marco Pfatschbacher
2007-05-30no need to declare extern ipsec_in_use, we get it via ip_ipsp.hHenning Brauer
2007-05-29Move tokenring support to the attic where it can join the cards that whereClaudio Jeker
2007-05-29gain another 5+% in ip forwarding performance.Henning Brauer
2007-05-28double pf performance.Henning Brauer
2007-05-28Users of arc4random() should include dev/rndvar.h directly.Ryan Thomas McBride
2007-05-27diffs are better if compilers see them firstTheo de Raadt
2007-05-27De-static. OK dlg@Claudio Jeker
2007-05-27take static off tcp_mss_adv.David Gwynne
2007-05-27-staticDavid Gwynne
2007-05-27-staticDavid Gwynne
2007-05-27-static on appropriate functionsDavid Gwynne
2007-05-27rewrite a static inline func that simply coerces a return type of anotherDavid Gwynne
2007-05-27-staticDavid Gwynne
2007-05-27thou shalt not use static in the kernelDavid Gwynne
2007-05-27remove more static to avoid confusing the profiler (and maybe ddb too)David Gwynne
2007-05-27remove static from icmp_redirect_timeoutDavid Gwynne
2007-05-26one extern seems to be better than 20 for ifqmaxlen; ok krwJason Wright
2007-05-22When a partial ack is received check if congestion window is larger thanMichele Marchetto
2007-05-22ip_mroute.c is in bad shape.Michele Marchetto
2007-05-16count the number of multicast ranges that are kept in the list of multicastDavid Gwynne
2007-05-09totally unused legacy variable; ok claudioTheo de Raadt
2007-05-09tcp_iss usage is ifdef TCP_COMPAT_42, so the variable decl can be tooTheo de Raadt
2007-05-08variables used by #ifdef code should be inside #ifdef tooTheo de Raadt
2007-05-06do not fill RTAX_GATEWAY for RTM_DELETE, ok claudioHenning Brauer
2007-05-04make carp's routing table modification attempts (imho broken by design)Henning Brauer
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-03-27Don't pick up IPv6 link local IPs on address deletions.Marco Pfatschbacher
2007-03-25Synchronise carp advertisements on group demotion.Marco Pfatschbacher
2007-03-25Change the "can't allocate llinfo" to a better log message that includesClaudio Jeker
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