summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Do not mangle if_oerrors of the underlying interface. This counterglebius2008-09-301-2/+0
* Replace all calls to minor() with dev2unit().ed2008-09-273-25/+25
* Remove unit2minor() use from kernel code.ed2008-09-263-5/+5
* Some people's 6to4 routers seem to have been blowing up because ofdwmalone2008-09-251-6/+30
* Fix clone destruction, can't use the simple api because that does not removethompsa2008-09-202-2/+2
* Move #defines for MRT-related constants from net/route.c tozec2008-09-202-20/+21
* Move the protocol and port count checks to outside the loop, these conditionsthompsa2008-09-181-8/+8
* Make sure there is at least one port to avoid divide by zero when choosing thethompsa2008-09-181-1/+2
* Hey, committed the same typo twice! must be a recordjulian2008-09-151-1/+1
* rewrite rt_check. Ztake into account that whiel teh rtentry is unlocked,julian2008-09-151-40/+83
* come on Julian, make up if you're committing one change or the other.julian2008-09-142-13/+29
* Revert a part of the MRT commit that proved un-needed.julian2008-09-145-17/+7
* Add a missing break statement; IFDATA_LINKSPECIFIC would fall throughbms2008-09-101-0/+1
* Add new TAPGIFNAME tap(4) character device ioctl. This is aemax2008-09-082-0/+7
* Put the bridge mac inheritance behind a sysctl with the default off as thisthompsa2008-09-081-2/+7
* Be consistent about whether these multi-lined macros are separated byjulian2008-09-051-0/+2
* Wrap a line that became too long with the addition of V_.brooks2008-09-011-1/+2
* Make bpf_maxinsns visible from ng_bpf.c.jkim2008-08-291-1/+1
* Fix the last missing parentheses for a return statement in bpf_filter.c.jkim2008-08-291-1/+1
* More convergence towards style(9).jkim2008-08-291-32/+27
* - Directly match code wherever possible instead of using macros.jkim2008-08-291-11/+14
* Simplify jump instruction range checks.jkim2008-08-291-7/+6
* Fix to bug kern/126850. Only dispatch event hander if thejfv2008-08-282-22/+29
* Check invalid BPF codes from bpf_validate(9).jkim2008-08-281-1/+26
* Validate scratch memory addresses for BPF_STX and BPF_LDX|BPF_MEM.jkim2008-08-281-1/+3
* Initialize scratch memory for JIT-compiled filter when it is allocated.jkim2008-08-281-1/+3
* Move CTASSERT of ether header sizes out of the header file and intoemaste2008-08-272-5/+5
* Move empty filter handling to MI source.jkim2008-08-261-2/+26
* Revert the previous commit to fix buildworld for now.jkim2008-08-261-2/+1
* Make sys/net/bpf_filter.c build cleanly on user land.jkim2008-08-262-2/+5
* Fix a typo in copyrights.jkim2008-08-252-2/+2
* Embed scratch memory in the filter structure.jkim2008-08-252-20/+1
* MFp4:imp2008-08-241-106/+2
* Make the checks for ptp interfaces in ifa_ifwithdstaddr() andbz2008-08-241-2/+2
* ifnet_setbyindex() is only used locally, go back to being static.thompsa2008-08-202-2/+1
* Fix buildkmacy2008-08-201-0/+2
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-1/+1
* - Make these files compilable on user land.jkim2008-08-182-11/+56
* Commit step 1 of the vimage project, (network stack)bz2008-08-1716-96/+112
* LRO combined packets can actually be bridged as long as all the interfaces alsothompsa2008-08-161-5/+6
* Change bpf(4) to use the cdevpriv API.ed2008-08-131-80/+62
* Increase statistic counters for enc0 interface when enabledvanhu2008-08-122-1/+36
* Make "1000baseT" the description and "1000baseTX" the alias forantoine2008-08-011-2/+2
* Remove trailing ';' in BPFD_LOCK_ASSERT macro.antoine2008-08-011-1/+1
* Annotate why we do not call BPF_CHECK_DIRECTION() in this tapping routine.csjp2008-08-011-0/+6
* Remove further trailing white space.rwatson2008-08-011-1/+1
* Trim some noise from some #ifdef's. This had leaked into the compat32jhb2008-07-301-1/+1
* Add the ability to add new addresses for interfacesto just one FIBjulian2008-07-271-3/+23
* Fill in BPF sysctl descriptions.trhodes2008-07-251-2/+2
* Add support for actually sending WCCP return packets via GRE.julian2008-07-201-3/+9
OpenPOWER on IntegriCloud