Age | Commit message (Expand) | Author |
2005-08-31 | Comment out KASSERT(mc != NULL) in carp_ether_delmulti. Because we mess with | Ryan Thomas McBride |
2005-08-11 | New counter for not joined IPv4 multicast groups. | Marco Pfatschbacher |
2005-08-11 | don't accept SYN-only TCP options for established connections; | Markus Friedl |
2005-08-05 | don't panic for SADB_ADD w/o enc/auth, with and ok hshoexer@ | Markus Friedl |
2005-08-02 | change the TCP reass queue from LIST to TAILQ; | Markus Friedl |
2005-08-02 | use arc4random for random packet padding (largely acedemic because it is | Damien Miller |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-07-31 | Change the API for icmp_do_error so that it takes the mtu directly, rather | Christopher Pascoe |
2005-07-25 | minor whitespace cleanup | Christopher Pascoe |
2005-07-14 | More netccitt and netns removals; OK henning, brad, mickey | Uwe Stuehler |
2005-07-04 | remove TUBA, ok many | Markus Friedl |
2005-06-30 | implement PMTU checks from | Markus Friedl |
2005-06-24 | simplify port allocation in pcb_bind(); based on freebsd; ok claudio henning | Markus Friedl |
2005-06-19 | Don't reflect CARP's internal state via IFF_UP (which a user can modify), use | Christopher Pascoe |
2005-06-15 | remove from "attempted source route ..." message; ok deraadt, mpf, henning, m... | Markus Friedl |
2005-06-10 | make sure the IP packet contains a full struct ip_timestamp | Markus Friedl |
2005-06-10 | getsockopt(): allocate a mbuf cluster for large ipsec credentials | Markus Friedl |
2005-06-08 | netns bites the dust | Henning Brauer |
2005-06-06 | another leftover from the src routing adventure a year ago | Henning Brauer |
2005-06-03 | Hold a reference to the relevant struct in_ifaddr while a multicast address | Christopher Pascoe |
2005-05-28 | Add SA replay counter synchronization to pfsync(4). Required for IPsec | Hakan Olsson |
2005-05-27 | long overdue snprintf cleanup in kernfs related code | Hans-Joerg Hoexer |
2005-05-27 | wrap some comments | Hans-Joerg Hoexer |
2005-05-27 | comment out unused PACKET_TAG_IPSEC_IN_CRYPTO_DONE code; ok hshoexer | Markus Friedl |
2005-05-27 | only access if_linkstatehooks inside splnet. | Marco Pfatschbacher |
2005-05-27 | Experimental support for opportunitic use of jumbograms where only some hosts | Ryan Thomas McBride |
2005-05-25 | AESCTR support for ESP (RFC 3686); ok hshoexer | Markus Friedl |
2005-05-24 | add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsd | Markus Friedl |
2005-05-24 | Ignore ICMP Source Quench messages meant for TCP connections. (Details in | Fernando Gont |
2005-05-10 | support NULL encryption for ESP; ok hshoexer, ho | Markus Friedl |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-04-21 | handle return value of snprintf correctly | Hans-Joerg Hoexer |
2005-04-20 | Introduce if_linkstatehooks. | Marco Pfatschbacher |
2005-04-16 | re-register | Theo de Raadt |
2005-04-12 | handle PMTU for ipip SAs, too; ok hshoexer, cloder | Markus Friedl |
2005-04-05 | add tcp sack stats, similar to freebsd; ok deraadt | Markus Friedl |
2005-03-28 | add some const to ether_*. remove bonus prototypes this brought out. | Ted Unangst |
2005-03-15 | - stop tearing down routes when the carp interface goes to backup in the | Ryan Thomas McBride |
2005-03-13 | fix a potential crash that could occur when CARP_LOG is being used. | Patrick Latifi |
2005-03-12 | make sure code and comment match | Markus Friedl |
2005-03-09 | from freebsd: | Markus Friedl |
2005-03-07 | Correctly compare routes in in_addprefix. If a netmask is supplied it needs | Claudio Jeker |
2005-03-05 | Remove code which enforces a advskew=0 for the case | Marco Pfatschbacher |
2005-03-04 | - check th_ack against snd_una/max; from Raja Mukerji via hugh@ | Markus Friedl |
2005-03-01 | Unbreak arp_input with carp; add back the call to carp_iamatch() | Ryan Thomas McBride |
2005-02-28 | Remove unused variable if_flags in struct carp_softc, ok mickey@ | Ryan Thomas McBride |
2005-02-27 | 1. tcp_xmit_timer(): remove extra rtt decrement (t_rtttime is 0-based | Markus Friedl |
2005-02-22 | Move #ifdef INET6 outside of 'case AF_INET6:' in tcp_ident(). | Ryan Thomas McBride |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau |
2005-02-08 | build w/o INET6; ok mpf@, mcbride@ | Markus Friedl |