summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* It does not make much sense to include net/route.h twice.bz2008-12-091-2/+0
* Add rwlock.h (and lock.h for that) to keep no-INET kernels compilingbz2008-12-091-0/+2
* Fix a bug introduced in r185747: rather than dereferencing an uninitializedbz2008-12-091-1/+1
* - avoid recursively locking the radix node head lockkmacy2008-12-081-2/+4
* Add missing include to sys/lock.h before sys/rwlock.himp2008-12-081-0/+1
* - convert radix node head lock from mutex to rwlockkmacy2008-12-075-71/+127
* Rather than using hidden includes (with cicular dependencies),bz2008-12-0217-2/+19
* MFp4:bz2008-11-292-13/+149
* Unhide declarations of network stack virtualization structs fromzec2008-11-281-3/+2
* Merge more of currently non-functional (i.e. resolving tozec2008-11-264-1/+12
* use consistent stylesam2008-11-241-10/+8
* convert calls to IFQ_HANDOFF to if_transmitkmacy2008-11-226-11/+7
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-222-21/+56
* Change the initialization methodology for global variables scheduledzec2008-11-196-21/+45
* - Use RTFREE_LOCKED macrokmacy2008-11-111-3/+3
* Include if_arp.h for IFP2AC so that the netgraph parts in if.cbz2008-11-061-0/+1
* Check for INET not AF_INET in #ifdef. Makes it compile without INET.bz2008-11-061-1/+1
* Hide an unused variable in case we compile without INET.bz2008-11-061-0/+4
* Hide an unused variable in case we compile without INET.bz2008-11-061-0/+3
* Make compile without INET.bz2008-11-051-2/+89
* Hide the IPv4 init function if the kernel is compiled without INET.bz2008-11-051-0/+3
* Make compile without INET.bz2008-11-051-0/+2
* Make tun(4) compile without INET.bz2008-11-051-0/+2
* Do only define the variable if either INET or INET6 is defined.bz2008-11-051-0/+2
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-2313-34/+33
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-0221-35/+260
* 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
OpenPOWER on IntegriCloud