Age | Commit message (Expand) | Author |
2005-12-11 | bitfields must be off an int or such type | Theo de Raadt |
2005-12-10 | in ansi c, bitfields must be done against int, unsigned int, or _Bool. | Theo de Raadt |
2005-12-01 | allow RST if the th_seq matches rcv_nxt in case the RST follows the | Markus Friedl |
2005-11-29 | Fix IPv6 hmac calculation. | Marco Pfatschbacher |
2005-11-29 | something in the eurobsdcon route-a-thon broke my simple home network | Jolan Luff |
2005-11-27 | don't let anything outside route.c access the routing table heads directly, | Henning Brauer |
2005-11-27 | Completly remove transition path INIT -> MASTER. | Marco Pfatschbacher |
2005-11-27 | Sort the IP addresses in ascending order when doing the carp hmac; makes | Ryan Thomas McBride |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto |
2005-11-20 | splimp -> splvm. mbuf allocation here. | Brad Smith |
2005-11-15 | Only two `h' in threshold. | Miod Vallat |
2005-11-04 | Add carp_hash() - hash the ethernet address of the ARP request and use | Ryan Thomas McBride |
2005-11-02 | inherit sack_enable from the listen socket, this should allow connections | Markus Friedl |
2005-10-31 | Fix a TAILQ_FOREACH where the item containing the next pointer could be | Christopher Pascoe |
2005-10-24 | Remove redundant duplicate packet length check. | Ryan Thomas McBride |
2005-10-17 | make pf use one mbuf tag instead of 6 distinct ones. use a little struct | Henning Brauer |
2005-10-05 | Add multicast routing to GENERIC. | Esben Norby |
2005-09-29 | Rework of multicast deletion code. | Marco Pfatschbacher |
2005-09-28 | Enable RFC3390 by default and remove a few compile time options which | Brad Smith |
2005-09-19 | A few 'demon' -> 'daemon'. | Kenneth R Westerback |
2005-09-19 | typo | Theo de Raadt |
2005-09-19 | Fix initialisation of baddynamicports.udp, busted since 1997, wow. | Theo de Raadt |
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 |