summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2005-12-11bitfields must be off an int or such typeTheo de Raadt
2005-12-10in ansi c, bitfields must be done against int, unsigned int, or _Bool.Theo de Raadt
2005-12-01allow RST if the th_seq matches rcv_nxt in case the RST follows theMarkus Friedl
2005-11-29Fix IPv6 hmac calculation.Marco Pfatschbacher
2005-11-29something in the eurobsdcon route-a-thon broke my simple home networkJolan Luff
2005-11-27don't let anything outside route.c access the routing table heads directly,Henning Brauer
2005-11-27Completly remove transition path INIT -> MASTER.Marco Pfatschbacher
2005-11-27Sort the IP addresses in ascending order when doing the carp hmac; makesRyan Thomas McBride
2005-11-24Remove kernfs, okay deraadt@.Pedro Martelletto
2005-11-20splimp -> splvm. mbuf allocation here.Brad Smith
2005-11-15Only two `h' in threshold.Miod Vallat
2005-11-04Add carp_hash() - hash the ethernet address of the ARP request and useRyan Thomas McBride
2005-11-02inherit sack_enable from the listen socket, this should allow connectionsMarkus Friedl
2005-10-31Fix a TAILQ_FOREACH where the item containing the next pointer could beChristopher Pascoe
2005-10-24Remove redundant duplicate packet length check.Ryan Thomas McBride
2005-10-17make pf use one mbuf tag instead of 6 distinct ones. use a little structHenning Brauer
2005-10-05Add multicast routing to GENERIC.Esben Norby
2005-09-29Rework of multicast deletion code.Marco Pfatschbacher
2005-09-28Enable RFC3390 by default and remove a few compile time options whichBrad Smith
2005-09-19A few 'demon' -> 'daemon'.Kenneth R Westerback
2005-09-19typoTheo de Raadt
2005-09-19Fix initialisation of baddynamicports.udp, busted since 1997, wow.Theo de Raadt
2005-08-31Comment out KASSERT(mc != NULL) in carp_ether_delmulti. Because we mess withRyan Thomas McBride
2005-08-11New counter for not joined IPv4 multicast groups.Marco Pfatschbacher
2005-08-11don't accept SYN-only TCP options for established connections;Markus Friedl
2005-08-05don't panic for SADB_ADD w/o enc/auth, with and ok hshoexer@Markus Friedl
2005-08-02change the TCP reass queue from LIST to TAILQ;Markus Friedl
2005-08-02use arc4random for random packet padding (largely acedemic because it isDamien Miller
2005-07-31Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chainChristopher Pascoe
2005-07-31Change the API for icmp_do_error so that it takes the mtu directly, ratherChristopher Pascoe
2005-07-25minor whitespace cleanupChristopher Pascoe
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-07-04remove TUBA, ok manyMarkus Friedl
2005-06-30implement PMTU checks fromMarkus Friedl
2005-06-24simplify port allocation in pcb_bind(); based on freebsd; ok claudio henningMarkus Friedl
2005-06-19Don't reflect CARP's internal state via IFF_UP (which a user can modify), useChristopher Pascoe
2005-06-15remove from "attempted source route ..." message; ok deraadt, mpf, henning, m...Markus Friedl
2005-06-10make sure the IP packet contains a full struct ip_timestampMarkus Friedl
2005-06-10getsockopt(): allocate a mbuf cluster for large ipsec credentialsMarkus Friedl
2005-06-08netns bites the dustHenning Brauer
2005-06-06another leftover from the src routing adventure a year agoHenning Brauer
2005-06-03Hold a reference to the relevant struct in_ifaddr while a multicast addressChristopher Pascoe
2005-05-28Add SA replay counter synchronization to pfsync(4). Required for IPsecHakan Olsson
2005-05-27long overdue snprintf cleanup in kernfs related codeHans-Joerg Hoexer
2005-05-27wrap some commentsHans-Joerg Hoexer
2005-05-27comment out unused PACKET_TAG_IPSEC_IN_CRYPTO_DONE code; ok hshoexerMarkus Friedl
2005-05-27only access if_linkstatehooks inside splnet.Marco Pfatschbacher
2005-05-27Experimental support for opportunitic use of jumbograms where only some hostsRyan Thomas McBride
2005-05-25AESCTR support for ESP (RFC 3686); ok hshoexerMarkus Friedl
2005-05-24add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsdMarkus Friedl