aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Add comment that bpfread() has multi-threading issues.Robert Watson2008-02-021-1/+4
* Remove a chunk of duplicated code, test the destination address against theAndrew Thompson2008-01-181-56/+27
* IEEE 802.1D-2004 states, frames containing any of the group MAC AddressesAndrew Thompson2008-01-181-1/+14
* Sync from OpenBSD r1.118, nuke clause 3 & 4.Andrew Thompson2008-01-171-5/+0
* Update netisr comment for the SMPng world order: netisr is no longerRobert Watson2007-12-311-13/+8
* Pass any unmatched slowprotocols frames up the stack instead of dropping them,Andrew Thompson2007-12-313-8/+9
* Add a workaround for a deadlock between the rt_setgate() and rt_check()Maxime Henrion2007-12-272-1/+11
* Fix a panic where if the mbuf was consumed by the filter for requeueingAndrew Thompson2007-12-261-0/+7
* Use __FBSDID() in the kernel BPF implementation.Robert Watson2007-12-252-4/+6
* Remove trailing whitespace from lines in BPF.Robert Watson2007-12-232-7/+7
* Simplify the error handling and use the dereferenced sc->sc_ifp pointer.Andrew Thompson2007-12-181-44/+26
* When the bridge has an address and a packet comes in for it then drop it if theAndrew Thompson2007-12-181-0/+7
* - Use the macro to check the port status has it will also test if itsAndrew Thompson2007-12-181-2/+2
* Add myself to the copyright.Andrew Thompson2007-12-171-0/+1
* widen the routing event interface (arp update, redirect, and eventually pmtu ...Kip Macy2007-12-172-7/+6
* fix bonehead cut and paste error in last commitKip Macy2007-12-151-1/+1
* Create separate capability flags for TCP over IPv4 and TCP over IPv6Kip Macy2007-12-151-1/+3
* add interface capability for TOEKip Macy2007-12-151-0/+1
* add interface for allowing consumers to register for ARP updates,Kip Macy2007-12-122-4/+20
* Wake On Lan (WOL) infrastructureSam Leffler2007-12-101-2/+6
* Fix spelling.Andrew Thompson2007-12-092-8/+8
* Add padding for anticipated functionalityKip Macy2007-12-071-2/+3
* No need to assert that a == b when we just set a = b.Julian Elischer2007-12-061-1/+0
* Support monitor mode where the frame is discarded after bpf and stats process...Andrew Thompson2007-12-051-0/+5
* Add sysctls to if_enc(4) to control whether the firewalls orBjoern A. Zeeb2007-11-281-11/+74
* pfil(9) locking take 3: Switch to rmlock(9)Max Laier2007-11-252-11/+15
* Have the lagg interface generate link up/down events, the interface is markedAndrew Thompson2007-11-251-0/+20
* Use the safer callout_init_rw() to allow the softclock to grab theAndrew Thompson2007-11-211-5/+2
* 1) dummynet_io() declaration has changed.Oleg Bulyzhin2007-11-062-2/+2
* Add an option to limit the number of source MACs that can be behind a bridgeAndrew Thompson2007-11-042-23/+91
* Add a comment explaining why disc(4) bears the IFF_LOOPBACK flag.Yaroslav Tykhiy2007-10-271-0/+10
* if_loop doesn't need to keep the list of lo(4) interfaces. TodayYaroslav Tykhiy2007-10-271-12/+0
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-2412-34/+34
* Close a race when trying to lookup a gateway route in rt_check().John Baldwin2007-10-221-1/+3
* Additions from libpcap 0.9.8 unbreak the build.Max Laier2007-10-211-0/+134
* Use ETHER_BPF_MTAP so that the vlan tags are visible to bpf(4) when stackedAndrew Thompson2007-10-201-2/+2
* Use ETHER_BPF_MTAP so that the vlan tags are visible to bpf(4) when bridging aAndrew Thompson2007-10-201-4/+4
* Use a uint16_t type for the vlan tag rather an int.Andrew Thompson2007-10-182-2/+2
* The bridging output function puts the mbuf directly on the interfaces sendAndrew Thompson2007-10-184-29/+47
* Make sure that we refresh the PID on read(2) and write(2) operations.Christian S.J. Peron2007-10-121-0/+2
* Fix two panics in lagg.Andrew Thompson2007-10-122-36/+34
* Certain consumers of rtalloc like gif(4) and if_stf(4) lookup theChristian S.J. Peron2007-09-231-2/+2
* remove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MINUS; theySam Leffler2007-09-181-4/+0
* Allow additional packet filtering on the physical interface for locallyAndrew Thompson2007-09-161-0/+20
* Remove DIAG code that discards oversized packets.Julian Elischer2007-09-141-14/+0
* Make the type of the memory used by the BPF filter unsigned, so itDavid Malone2007-09-131-1/+1
* Check for multicast destination on bpf injected packets and update the M_*CASTAndrew Thompson2007-09-101-4/+19
* Do not set the RTF_GATEWAY flag if RTF_LLINFO is set, it doesn't make muchOlivier Houchard2007-09-081-1/+2
* Show the ACTIVE flag in ifconfig for the single interface that is actaullyAndrew Thompson2007-08-301-1/+5
* If the STP state machine is stopped then clear the bridge-id and root-id.Andrew Thompson2007-08-181-8/+13