summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* Make this compile also on non-IPv6 kernels.phk2008-04-131-0/+2
* Fix the build in case RADIX_MPATH is not defined.bz2008-04-131-1/+3
* These files handle the radix tree for the ECMP routes.qingli2008-04-132-0/+396
* This patch provides the back end support for equal-cost multi-pathqingli2008-04-135-1/+167
* Maintain and observe a ZBUF_FLAG_IMMUTABLE flag on zero-copy BPFrwatson2008-04-073-14/+125
* Coerce if_loop.c in the general direction of style(9):rwatson2008-04-071-33/+18
* Add IFF_NEEDSGIANT to IFF_CANTCHANGE, to prevent user-level codeiedowse2008-03-271-1/+2
* Add a comment explaining that we initialize the 'a' buffer forrwatson2008-03-261-0/+5
* expose if_purgemaddrs, it will be used by the vap code unless someonesam2008-03-252-2/+2
* IFM_IEEE80211_IBSSMASTER hasn't been used in many years; replace itsam2008-03-251-2/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-256-38/+11
* Check for a NULL free buffer pointer in BPF before invokingrwatson2008-03-251-1/+1
* Fix build with option BPF_JITTER.jkim2008-03-242-1/+3
* Remove redundant inclusions of net/bpfdesc.h.jkim2008-03-242-2/+0
* Introduce support for zero-copy BPF buffering, which reduces thecsjp2008-03-247-122/+1227
* back out last change as Sam believes that it breaks multicast - need to revis...kmacy2008-03-201-2/+1
* Don't re-initialize the interface if it is already running.kmacy2008-03-201-1/+2
* Replace really convoluted code that simplifies to "a ^= 0x01;"julian2008-03-191-9/+2
* Remove extra semicolons.thompsa2008-03-171-2/+2
* Switch the LACP state machine over to its own mutex to protect the internals,thompsa2008-03-163-130/+156
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-164-5/+5
* Improve convergence of bpf_filter.c toward style(9).rwatson2008-03-091-40/+29
* Move IFF_NEEDSGIANT warning from if_ethersubr.c to if.c so it is displayedrwatson2008-03-072-3/+5
* Improve EtherIP interaction with the bridgethompsa2008-03-061-2/+30
* Use RTFREE_LOCKED() instead of rtfree() when releasing a reference on thejhb2008-02-131-1/+1
* Add comment that bpfread() has multi-threading issues.rwatson2008-02-021-1/+4
* Remove a chunk of duplicated code, test the destination address against thethompsa2008-01-181-56/+27
* IEEE 802.1D-2004 states, frames containing any of the group MAC Addressesthompsa2008-01-181-1/+14
* Sync from OpenBSD r1.118, nuke clause 3 & 4.thompsa2008-01-171-5/+0
* Update netisr comment for the SMPng world order: netisr is no longerrwatson2007-12-311-13/+8
* Pass any unmatched slowprotocols frames up the stack instead of dropping them,thompsa2007-12-313-8/+9
* Add a workaround for a deadlock between the rt_setgate() and rt_check()mux2007-12-272-1/+11
* Fix a panic where if the mbuf was consumed by the filter for requeueingthompsa2007-12-261-0/+7
* Use __FBSDID() in the kernel BPF implementation.rwatson2007-12-252-4/+6
* Remove trailing whitespace from lines in BPF.rwatson2007-12-232-7/+7
* Simplify the error handling and use the dereferenced sc->sc_ifp pointer.thompsa2007-12-181-44/+26
* When the bridge has an address and a packet comes in for it then drop it if thethompsa2007-12-181-0/+7
* - Use the macro to check the port status has it will also test if itsthompsa2007-12-181-2/+2
* Add myself to the copyright.thompsa2007-12-171-0/+1
* widen the routing event interface (arp update, redirect, and eventually pmtu ...kmacy2007-12-172-7/+6
* fix bonehead cut and paste error in last commitkmacy2007-12-151-1/+1
* Create separate capability flags for TCP over IPv4 and TCP over IPv6kmacy2007-12-151-1/+3
* add interface capability for TOEkmacy2007-12-151-0/+1
* add interface for allowing consumers to register for ARP updates,kmacy2007-12-122-4/+20
* Wake On Lan (WOL) infrastructuresam2007-12-101-2/+6
* Fix spelling.thompsa2007-12-092-8/+8
* Add padding for anticipated functionalitykmacy2007-12-071-2/+3
* No need to assert that a == b when we just set a = b.julian2007-12-061-1/+0
* Support monitor mode where the frame is discarded after bpf and stats process...thompsa2007-12-051-0/+5
* Add sysctls to if_enc(4) to control whether the firewalls orbz2007-11-281-11/+74
OpenPOWER on IntegriCloud