summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2007-04-19Cleanup spaces.Claudio Jeker
2007-04-18Typo in comment. From Brad.Marco Pfatschbacher
2007-04-18Break out of the mtag check loop when a hit was found else we end up in aClaudio Jeker
2007-04-17Add support for setting the address of the ppp peer.Marco Pfatschbacher
2007-04-11Don't use m_prepend() even if it is used mostly correct here.Claudio Jeker
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-03-27grammar from bret lambert, and one more from me;Jason McIntyre
2007-03-25Synchronise carp advertisements on group demotion.Marco Pfatschbacher
2007-03-24Kill the horrible hack of storing the pid in struct selinfo.Artur Grabowski
2007-03-23add ethertype for ata over ethernet (AoE)Ted Unangst
2007-03-20do not use out of scope variable in macros -- only use the macro arguments pa...Michael Shalayeff
2007-03-19Use u_int32_t instead of u_long for IP addresses.Marco Pfatschbacher
2007-03-19no longer create a pflog0 by default.Henning Brauer
2007-03-18Add IP load balancing support for carp(4).Marco Pfatschbacher
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