summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2006-07-18get rid of arc network support. we have no users of it so this is deadDavid Gwynne
2006-07-17Call ip_savecontrol() in the multicast codepath of udp_input() similar toClaudio Jeker
2006-07-06u_quad_t -> u_int64_tBrad Smith
2006-06-30htonq() is not used, at allTheo de Raadt
2006-06-28No need to add function prototypes twice to a header file.Claudio Jeker
2006-06-18Whitespace, oops.Christopher Pascoe
2006-06-18Add support for equal-cost multipath IP.Christopher Pascoe
2006-06-17unbreak; from theoHenning Brauer
2006-06-16adjust functions dealing with the routing table to take a table ID asHenning Brauer
2006-06-15Make number of varargs passed to ip_output match reality.Christopher Pascoe
2006-06-15Change cast of last vararg to ip_output to match what ip_output expects,Christopher Pascoe
2006-06-15Make number of varargs passed to ip_output match reality.Christopher Pascoe
2006-06-06Put mrouting enable flag inside the right ifdef. If you change filesTheo de Raadt
2006-06-02Introduce attributes to interface groups.Marco Pfatschbacher
2006-05-30Put ASF/IPMI port 623 into the bad dynamic udp table, because otherwiseTheo de Raadt
2006-05-29Make savecontrol functions more generic and use them now for raw IP too.Claudio Jeker
2006-05-28Only preemptively increase the replay counter for outbound TDBs.Ryan Thomas McBride
2006-05-28- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.Brad Smith
2006-05-26rename jumbo mtu to if_hardmtu; ok brad reykTheo de Raadt
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