summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2006-05-22Check for NULL cookies before calling hook_disestablish(). Just in caseKenneth R Westerback
2006-05-18Add a duplicate check for our own advertisements. This is necessaryMarco Pfatschbacher
2006-05-16- pcbflags is not modified in pcb_(dis)connect, so there's noMarkus Friedl
2006-05-11fix corruption of pim register packets. From Hideki ONO, thanks!Hans-Joerg Hoexer
2006-04-27use underscore variants of _BYTE_ORDER macros which are always definedTed Unangst
2006-04-25Remove virtual tunnel support from the mrouting code. The virtual tunnelClaudio Jeker
2006-04-22Routes announced via rt_missmsg() do not have rtm_index set. While in mostClaudio Jeker
2006-03-30fix a typoEsben Norby
2006-03-26if_link_state_change() is more appropriate here.Camiel Dobbelaar
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-23Set a carp MAC address of 00:00:00:00:00:00 if no vhid is assigned.Ryan Thomas McBride
2006-03-22prevent anything outside rote.c from accessing the routing table headsHenning Brauer
2006-03-12mbuf use-after-free; ok henning, djm, bradMarkus Friedl
2006-03-07advertisment -> advertisement; from leonardo chiquitto filhoJason McIntyre
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-03-05revert unrelated change that snuck into the last commit.Brad Smith
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
2006-02-26unbreak tcp window update (restore 4.4lite code); netbsd pr 13952;Markus Friedl
2006-02-21Fix a panic reported by D.Snezhkov by issuing an ifconfig command withClaudio Jeker
2006-01-28Fix hmac calculation.Marco Pfatschbacher
2006-01-13Path MTU discovery for NAT-T.Marco Pfatschbacher
2006-01-03m_pullup the same amount we copied, not just the IP header.Marco Pfatschbacher
2005-12-23Remove unnecessary #ifdef MROUTING blocks. OK brad@ markus@Claudio Jeker
2005-12-20use M_READONLY when trying to find out whether we have to copyMarkus Friedl
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