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