summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2006-03-22prevent anything outside rote.c from accessing the routing table headsHenning Brauer
2006-03-20introduce rt_if_remove which takes care of routing table updates for anHenning Brauer
2006-03-16Switch tun(4) from encapsualting packets into a long mbuf chain over to useClaudio Jeker
2006-03-14implement a Unicast Reverse Path Forwarding (uRPF) check for pf(4)Damien Miller
2006-03-12remove BPF filter support if the bpfilter device is removed.Brad Smith
2006-03-11splimp -> spltty/splnetBrad Smith
2006-03-11Check against GIF_MTU_MIN/GIF_MTU_MAX for the min/max MTU size.Brad Smith
2006-03-11splimp -> splnetBrad Smith
2006-03-07use the cu_bridge_id rather than the cu_rootid for the bridge address.Brad Smith
2006-03-06get rid of questionable macro gore.Henning Brauer
2006-03-06change a questionable multi-level foo ? a : b construct into readableHenning Brauer
2006-03-06more cleanup, again no binary change.Henning Brauer
2006-03-06cvhange a KASSERT into a if() .. panic() construct so the binary doesn'tHenning Brauer
2006-03-06KNF, cleanup etc, no binary changeHenning Brauer
2006-03-05change the interface type from IFF_POINTOPOINT to the more correctBrad Smith
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
2006-02-27add missing break; now filters containing a division can passOtto Moerbeek
2006-02-24Another gem from the the-world-runs-on-i386 departement. Using u_long inClaudio Jeker
2006-02-23Until now it was only possible to unset the RTF_JUMBO flag on a RTM_CHANGEClaudio Jeker
2006-02-20Fix kernel builds without bpfilter. Linking is still broken.Damien Bergamini
2006-02-09remove trailing ',' in enum declarationReyk Floeter
2006-02-09add an interface detach hook and use it with the vlan(4) driver. thisReyk Floeter
2006-02-07mention source of pf_modulate_sack() in comment, no code change,Daniel Hartmeier
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-02Set rtm_index to the correct interface index for RTM_ADD and RTM_CHANGE.Claudio Jeker
2006-02-01Initialize rmx_expire in rt_timer_add() so that dynamic routes (e.g. PMTU)Claudio Jeker
2006-01-31the TCP SACK option needs sequence number modulationMike Frantzen
2006-01-30fix updating of tables associated with interface groups used inHenning Brauer
2006-01-23support PMTU-Discovery for link2 ipsec bridges; ok claudioMarkus Friedl
2006-01-18fix a bug in the fragment cache (used for 'scrub fragment crop/drop-ovl',Daniel Hartmeier
2006-01-11Do not use m_adj() on empty mbufs (m->m_len is uninitialised), instead bumpClaudio Jeker
2006-01-06DIOCNATLOOK was forgotten in the second access control switch. it's aDaniel Hartmeier
2006-01-06for DIOCCLRSTATUS (pfctl -Fi), reset 'Enabled for x' time, too. simplifiesDaniel Hartmeier
2006-01-05Make it possible to set a default vlan priority for vlan interfaces.Esben Norby
2006-01-05bzero buffers after malloc, or clear string buffer before strlcpy'ingTheo de Raadt
2006-01-05bzero after malloc; ok dhartmeiTheo de Raadt
2006-01-04Move bpf_mtap_hdr() after trunk_*_input() so that we hopefully see only oneBrad Smith
2006-01-04Remove redundant calls to bpfdetach.Can Erkin Acar
2005-12-22Do not check ifp->if_bpf before detaching from bpf. It is only a signalCan Erkin Acar
2005-12-21knfReyk Floeter
2005-12-21fix possible NULL pointer, thanks to Marco MolteniReyk Floeter
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-17revert last commit as it introduced system panics due to improper useBrad Smith
2005-12-10m_pullup() the whole header, not the number of bytes in an int. FoundKenneth R Westerback
2005-12-10C99 section 6.8.6.4 says "A return statement with an expression shallKenneth R Westerback
2005-12-08Avoid sign extend by casting to u_char *; from NetBSD via Guy Harris.Otto Moerbeek
2005-12-06export ipip flows, too; ok hshoexerMarkus Friedl
2005-11-29something in the eurobsdcon route-a-thon broke my simple home networkJolan Luff
2005-11-28more breakageMarkus Friedl
2005-11-28unbreak route deletion (from revision 1.55; obviously too much eyebleeding)Markus Friedl