Age | Commit message (Expand) | Author |
2006-05-22 | Check for NULL cookies before calling hook_disestablish(). Just in case | Kenneth R Westerback |
2006-05-20 | bump copyright | Reyk Floeter |
2006-05-20 | drop packets received on inactive failover ports without increasing the | Reyk Floeter |
2006-05-20 | don't panic if the address familiy is not found in the rt_tables | Reyk Floeter |
2006-05-19 | add a if_jumbo_mtu field to the interface structure for drivers | Reyk Floeter |
2006-05-17 | missing rtlabel support in pf_addr_wrap_neq() | Henning Brauer |
2006-05-16 | the ifp->if_linkstatehooks may be NULL, add an extra check to avoid | Reyk Floeter |
2006-05-13 | Avoid potential hash collisions and increase efficiency by doing an exact | Ryan Thomas McBride |
2006-05-09 | Remove unnecessary check for the parent interface when setting | Marco Pfatschbacher |
2006-05-06 | The SPI in a TDB is actually stored in network order. Make sa synchronisation | Ryan Thomas McBride |
2006-05-06 | Fix bracketing messed up in KNF commit 1.86, allows sasyncd to reliably | Ryan Thomas McBride |
2006-05-02 | fix creation of sub-anchors, e.g. if you create an anchor /foo/bar, create | Daniel Hartmeier |
2006-04-26 | Missed the goto in the error path. This resulted in an access to a NULL | Claudio Jeker |
2006-04-22 | Routes announced via rt_missmsg() do not have rtm_index set. While in most | Claudio Jeker |
2006-04-16 | After fragment reassembly/trimming, pf must revalidate the mbuf tag of the | Christopher Pascoe |
2006-04-11 | on link state changes, copy baudrate (negotiated link speed) from parent | Henning Brauer |
2006-03-31 | Add sysctl to retrieve the routing table statisitcs. Will be used by netstat | Claudio Jeker |
2006-03-30 | In sysctl_dumpentry() pass the rt_refcnt by overloading rmx_rttvar. | Claudio Jeker |
2006-03-30 | Spelling in comment. | Claudio Jeker |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-25 | fixup IP checksum when modifying IP header fields, based on a patch in | Daniel Hartmeier |
2006-03-22 | prevent anything outside rote.c from accessing the routing table heads | Henning Brauer |
2006-03-20 | introduce rt_if_remove which takes care of routing table updates for an | Henning Brauer |
2006-03-16 | Switch tun(4) from encapsualting packets into a long mbuf chain over to use | Claudio Jeker |
2006-03-14 | implement a Unicast Reverse Path Forwarding (uRPF) check for pf(4) | Damien Miller |
2006-03-12 | remove BPF filter support if the bpfilter device is removed. | Brad Smith |
2006-03-11 | splimp -> spltty/splnet | Brad Smith |
2006-03-11 | Check against GIF_MTU_MIN/GIF_MTU_MAX for the min/max MTU size. | Brad Smith |
2006-03-11 | splimp -> splnet | Brad Smith |
2006-03-07 | use the cu_bridge_id rather than the cu_rootid for the bridge address. | Brad Smith |
2006-03-06 | get rid of questionable macro gore. | Henning Brauer |
2006-03-06 | change a questionable multi-level foo ? a : b construct into readable | Henning Brauer |
2006-03-06 | more cleanup, again no binary change. | Henning Brauer |
2006-03-06 | cvhange a KASSERT into a if() .. panic() construct so the binary doesn't | Henning Brauer |
2006-03-06 | KNF, cleanup etc, no binary change | Henning Brauer |
2006-03-05 | change the interface type from IFF_POINTOPOINT to the more correct | Brad Smith |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-02-27 | add missing break; now filters containing a division can pass | Otto Moerbeek |
2006-02-24 | Another gem from the the-world-runs-on-i386 departement. Using u_long in | Claudio Jeker |
2006-02-23 | Until now it was only possible to unset the RTF_JUMBO flag on a RTM_CHANGE | Claudio Jeker |
2006-02-20 | Fix kernel builds without bpfilter. Linking is still broken. | Damien Bergamini |
2006-02-09 | remove trailing ',' in enum declaration | Reyk Floeter |
2006-02-09 | add an interface detach hook and use it with the vlan(4) driver. this | Reyk Floeter |
2006-02-07 | mention source of pf_modulate_sack() in comment, no code change, | Daniel Hartmeier |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2006-02-02 | Set rtm_index to the correct interface index for RTM_ADD and RTM_CHANGE. | Claudio Jeker |
2006-02-01 | Initialize rmx_expire in rt_timer_add() so that dynamic routes (e.g. PMTU) | Claudio Jeker |
2006-01-31 | the TCP SACK option needs sequence number modulation | Mike Frantzen |
2006-01-30 | fix updating of tables associated with interface groups used in | Henning Brauer |
2006-01-23 | support PMTU-Discovery for link2 ipsec bridges; ok claudio | Markus Friedl |