aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate #include <net/route.h> from the middle of the file.Bjoern A. Zeeb2009-06-231-1/+0
* V_irtualize flowtable state.Marko Zec2009-06-222-100/+192
* Updates after r194640:Bjoern A. Zeeb2009-06-221-4/+0
* Move virtualization of routing related variables into their ownBjoern A. Zeeb2009-06-223-16/+47
* Collect all VIMAGE_GLOBALS variables in one place.Bjoern A. Zeeb2009-06-222-9/+4
* Add a new function, ifa_ifwithaddr_check(), which rather than returningRobert Watson2009-06-223-3/+18
* After the update to fxp(4) in r194573 we should no longer needBjoern A. Zeeb2009-06-221-1/+0
* Clean up common ifaddr management:Robert Watson2009-06-214-35/+47
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andRoman Divacky2009-06-219-9/+9
* In non-debugging mode make this define (void)0 instead of nothing. ThisRoman Divacky2009-06-211-1/+1
* add helper function for flushing software queuesKip Macy2009-06-191-1/+15
* Implement the -z (zero counters) option for the various bpf counters.Christian S.J. Peron2009-06-191-1/+45
* Add explicit includes for jail.h to the files that need them andBjoern A. Zeeb2009-06-172-0/+2
* Add the explicit include of vimage.h to another five .c files stillBjoern A. Zeeb2009-06-172-0/+2
* r193336 moved ifq_detach to if_free which broke if_alloc followedSam Leffler2009-06-152-7/+6
* Get vnets from creds instead of threads where they're available, and fromJamie Gritton2009-06-151-1/+1
* Manage vnets via the jail system. If a jail is given the booleanJamie Gritton2009-06-152-2/+18
* Add an optional callback function that will be invoked when a per-CPUBjoern A. Zeeb2009-06-142-0/+6
* Garbage collect an extern for a non-existent variable.Bjoern A. Zeeb2009-06-121-4/+2
* Move the kernel option FLOWTABLE chacking from the header file to theBjoern A. Zeeb2009-06-121-17/+0
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.VANHULLEBUS Yvan2009-06-121-1/+36
* carp(4) allows people to share a set of IP addresses and can onlyBjoern A. Zeeb2009-06-113-1/+17
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. UseKonstantin Belousov2009-06-104-5/+5
* SCTP needs either IPv4 or IPv6 as lower layer[1].Bjoern A. Zeeb2009-06-101-0/+4
* ip_gif_ttl/GIF_TTL are only used by the inet part in in_gif.c,Bjoern A. Zeeb2009-06-101-0/+2
* The llentry *lle is only used in cases of INET or INET6.Bjoern A. Zeeb2009-06-104-4/+13
* revert to opt-in flowtableKip Macy2009-06-092-4/+3
* Close long existed race with net.inet.ip.fw.one_pass = 0:Oleg Bulyzhin2009-06-092-16/+27
* make flowtable opt-outKip Macy2009-06-092-2/+3
* move jenkins hash to its own header in libkernKip Macy2009-06-091-145/+2
* - add drbr routines for accessing #qentries and conditionally dequeueingKip Macy2009-06-091-3/+34
* Remove one INET dependency by calling the generalBjoern A. Zeeb2009-06-091-1/+1
* Style fix.Hiroki Sato2009-06-091-7/+7
* - Fix sanity check of GIFSOPTS ioctl.Hiroki Sato2009-06-092-6/+6
* Remove two unneeded, hidden includes.Bjoern A. Zeeb2009-06-081-2/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-0811-16/+0
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-086-13/+103
* Fix and add a workaround on an issue of EtherIP packet with reversedHiroki Sato2009-06-072-11/+61
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-0511-11/+0
* More cleanup in preparation of ipfw relocation (no actual code change):Luigi Rizzo2009-06-052-5/+5
* move ifq_detach from if_detach to if_free; this permits callers toSam Leffler2009-06-021-3/+1
* Revert a recent netisr2 change: when billing packets to the currentRobert Watson2009-06-011-2/+0
* Convert the two dimensional array to be malloced and introduceBjoern A. Zeeb2009-06-015-31/+62
* Garbage collect NETISR_POLL and NETISR_POLLMORE, which are no longerRobert Watson2009-06-012-19/+28
* Reimplement the netisr framework in order to support parallel netisrRobert Watson2009-06-013-201/+1157
* Introduce an interm userland-kernel API for creating vnets andMarko Zec2009-05-311-0/+15
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-302-1/+2
* Make the rmlock(9) interface a bit more like the rwlock(9) interface:Robert Watson2009-05-291-1/+1
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-0/+4
* rev bpf attach/detach event api to include the dltSam Leffler2009-05-251-2/+2