summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2007-05-28double pf performance.Henning Brauer
2007-05-28Only call add_net_randomness() once per interrupt instead of once per packet....Ryan Thomas McBride
2007-05-28Users of arc4random() should include dev/rndvar.h directly.Ryan Thomas McBride
2007-05-27get rid of static.David Gwynne
2007-05-27clarify things by passing kif->pfik_ifp around in pf_test{,6} insteadPierre-Yves Ritschard
2007-05-26add comments indicating why we do m = *m0; again after pf_normalize, ryan okHenning Brauer
2007-05-26one extern seems to be better than 20 for ifqmaxlen; ok krwJason Wright
2007-05-26More comment typos from Diego Casati. Including winners like funtion, allmost,Kenneth R Westerback
2007-05-23use the intr pool when allocating from interrupt context;Markus Friedl
2007-05-21make bridge(4) mark packets with M_PROTO1 if gif(4) needs to useMarkus Friedl
2007-05-20Handle IP address stuff in tls/tlf state messagesCan Erkin Acar
2007-05-16fix return values in bridge_output.Michele Marchetto
2007-05-16count the number of multicast ranges that are kept in the list of multicastDavid Gwynne
2007-05-15Update the ifp of bridge cache entries if the entry is not static. ThisClaudio Jeker
2007-05-08block ALL packets with rthdr0 in pf_test6(). We already do thisRyan Thomas McBride
2007-05-08Routing headers are dangerous. Deal with them the same way as IPv4 options:Ryan Thomas McBride
2007-05-08wildcard is nowhere used anymore. Figured out by deraadt@Claudio Jeker
2007-05-08rtalloc2() and rtalloc_noclone() inside NPF > 0Theo de Raadt
2007-05-03Use if_flags instead of ifr_flags.Marco Pfatschbacher
2007-04-26extend the trunk protocol API with some additional callbacks requiredReyk Floeter
2007-04-23add ethernet type for "slow protocols" (defined in IEEE 802.3ad)Reyk Floeter
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