summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2006-05-22Check for NULL cookies before calling hook_disestablish(). Just in caseKenneth R Westerback
2006-05-20bump copyrightReyk Floeter
2006-05-20drop packets received on inactive failover ports without increasing theReyk Floeter
2006-05-20don't panic if the address familiy is not found in the rt_tablesReyk Floeter
2006-05-19add a if_jumbo_mtu field to the interface structure for driversReyk Floeter
2006-05-17missing rtlabel support in pf_addr_wrap_neq()Henning Brauer
2006-05-16the ifp->if_linkstatehooks may be NULL, add an extra check to avoidReyk Floeter
2006-05-13Avoid potential hash collisions and increase efficiency by doing an exactRyan Thomas McBride
2006-05-09Remove unnecessary check for the parent interface when settingMarco Pfatschbacher
2006-05-06The SPI in a TDB is actually stored in network order. Make sa synchronisationRyan Thomas McBride
2006-05-06Fix bracketing messed up in KNF commit 1.86, allows sasyncd to reliablyRyan Thomas McBride
2006-05-02fix creation of sub-anchors, e.g. if you create an anchor /foo/bar, createDaniel Hartmeier
2006-04-26Missed the goto in the error path. This resulted in an access to a NULLClaudio Jeker
2006-04-22Routes announced via rt_missmsg() do not have rtm_index set. While in mostClaudio Jeker
2006-04-16After fragment reassembly/trimming, pf must revalidate the mbuf tag of theChristopher Pascoe
2006-04-11on link state changes, copy baudrate (negotiated link speed) from parentHenning Brauer
2006-03-31Add sysctl to retrieve the routing table statisitcs. Will be used by netstatClaudio Jeker
2006-03-30In sysctl_dumpentry() pass the rt_refcnt by overloading rmx_rttvar.Claudio Jeker
2006-03-30Spelling in comment.Claudio Jeker
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-25fixup IP checksum when modifying IP header fields, based on a patch inDaniel Hartmeier
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