Age | Commit message (Expand) | Author |
2007-03-04 | Make sure a bpf device can only be opened once. | Can Erkin Acar |
2007-02-26 | because sparc has variable pagesize, ctob() varies between machines, and we | Theo de Raadt |
2007-02-23 | if machine has more than 100MB of physmem, default the max table entries | Theo de Raadt |
2007-02-22 | Make gif(4) altq aware. This simplifies setting up traffic shaping on gif(4) | Claudio Jeker |
2007-02-22 | make urpf-failed work with multipath routes. | Pierre-Yves Ritschard |
2007-02-21 | For TUNSIFMODE protect the if_flags similar to the TUNSIFINFO case. | Claudio Jeker |
2007-02-19 | add handling of skip steps for urpf-failed addresses. | Pierre-Yves Ritschard |
2007-02-16 | Unbreak ppp(8) over tun(4) by restriciting the flags that can be changed | Claudio Jeker |
2007-02-15 | Set topology change propagation on all ports _except_ the caller. | Reyk Floeter |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-12 | Don't pass random flags to SIOIFFLAGS when changing the lladdr. | Marco Pfatschbacher |
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat |
2007-02-10 | Cleanup, kill dead code and unused arguments. Mostly stuff that is computed | Claudio Jeker |
2007-02-09 | allow counters to be reset with DIOCGETRULES. | Henning Brauer |
2007-02-09 | grammar fix from bret lambert; | Jason McIntyre |
2007-02-08 | compute pseudo-header checksum based on flnal destination as | Jun-ichiro itojun Hagino |
2007-02-06 | Change the behaviour of tun(4) on close. | Claudio Jeker |
2007-01-31 | handle the full duplex link state in trunk(4). load sharing trunks | Reyk Floeter |
2007-01-26 | When switching mode inherit the TUN_NBIO and TUN_ASYNC flags and clear | Claudio Jeker |
2007-01-18 | allow kernels with TCP_SIGNATURE (aka tcp md5sig), but without IPSEC to | Henning Brauer |
2007-01-08 | add round brackets around return values | Michele Marchetto |
2007-01-08 | discard packet and return if ifp is not a member of the bridge | Michele Marchetto |
2006-12-29 | Add IFM_ETH_FMASK. From NetBSD. | Mark Kettenis |
2006-12-28 | knf, from bred@ | Todd T. Fries |
2006-12-28 | check if ifqueue has anything queued before doing the dance of | Theo de Raadt |
2006-12-27 | Add IFM_ETH_RXPAUSE and IFM_ETH_TXPAUSE. From NetBSD. | Mark Kettenis |
2006-12-22 | add special handling for "urpf-failed" with carp interfaces. the | Reyk Floeter |
2006-12-21 | in pf_route(), initialize ro to NULL at the beginning. if left un- | Daniel Hartmeier |
2006-12-15 | make pflog(4) count; ok hennig@ deraadt@ | Otto Moerbeek |
2006-12-14 | in "BAD/loose state" messages, also print the packet's original sequence | Daniel Hartmeier |
2006-12-13 | wrap ipv6 portion with #ifdef INET6. from cmetz | Jun-ichiro itojun Hagino |
2006-12-13 | use IN6_IS_SCOPE_EMBED to check kernel-internal form addresses | Jun-ichiro itojun Hagino |
2006-12-13 | IPv6 passive OS fingerprinting. | Jun-ichiro itojun Hagino |
2006-12-12 | ansify the enc code | Reyk Floeter |
2006-12-11 | refer to the RSTP point to point option as "PTP" instead of "P2P". | Reyk Floeter |
2006-12-07 | use LINK_STATE_IS_UP(ifp0->if_link_state) instead of | Reyk Floeter |
2006-12-06 | Missing newline in printf. | Bernd Ahlers |
2006-12-03 | Add Rapid Spanning Tree Protocol support (802.1d-2004) based on work | Reyk Floeter |
2006-11-30 | no need for #if NPF > 0 inside #if NPF > 0 | Henning Brauer |
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter |
2006-11-24 | Check the reference count for interface addresses when detaching | Can Erkin Acar |
2006-11-24 | add support to tag ipsec traffic belonging to specific IKE-initiated | Reyk Floeter |
2006-11-24 | never call an ioctl without process context! this diffs checks the | Reyk Floeter |
2006-11-20 | ioctl to explicitly remove source tracking nodes, | Ryan Thomas McBride |
2006-11-16 | conditional for appending the pf mbuf tag in pf_test/pf_test6 was wrong, | Henning Brauer |
2006-11-16 | no need to always attach pfsync0 any more. ok mpf mcbride | Henning Brauer |
2006-11-16 | introduce if_creategroup() to create an empty interface group. | Henning Brauer |
2006-11-16 | knf | Jun-ichiro itojun Hagino |
2006-11-10 | Fix an mbuf leak in an error path. OK brad@ | Claudio Jeker |
2006-11-01 | Attach pfsync0 and pflog0 by default like they used to, /etc/rc depends on | Ryan Thomas McBride |