summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* add helper function for flushing software queueskmacy2009-06-191-1/+15
* Implement the -z (zero counters) option for the various bpf counters.csjp2009-06-191-1/+45
* Add explicit includes for jail.h to the files that need them andbz2009-06-172-0/+2
* Add the explicit include of vimage.h to another five .c files stillbz2009-06-172-0/+2
* r193336 moved ifq_detach to if_free which broke if_alloc followedsam2009-06-152-7/+6
* Get vnets from creds instead of threads where they're available, and fromjamie2009-06-151-1/+1
* Manage vnets via the jail system. If a jail is given the booleanjamie2009-06-152-2/+18
* Add an optional callback function that will be invoked when a per-CPUbz2009-06-142-0/+6
* Garbage collect an extern for a non-existent variable.bz2009-06-121-4/+2
* Move the kernel option FLOWTABLE chacking from the header file to thebz2009-06-121-17/+0
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.vanhu2009-06-121-1/+36
* carp(4) allows people to share a set of IP addresses and can onlybz2009-06-113-1/+17
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-104-5/+5
* SCTP needs either IPv4 or IPv6 as lower layer[1].bz2009-06-101-0/+4
* ip_gif_ttl/GIF_TTL are only used by the inet part in in_gif.c,bz2009-06-101-0/+2
* The llentry *lle is only used in cases of INET or INET6.bz2009-06-104-4/+13
* revert to opt-in flowtablekmacy2009-06-092-4/+3
* Close long existed race with net.inet.ip.fw.one_pass = 0:oleg2009-06-092-16/+27
* make flowtable opt-outkmacy2009-06-092-2/+3
* move jenkins hash to its own header in libkernkmacy2009-06-091-145/+2
* - add drbr routines for accessing #qentries and conditionally dequeueingkmacy2009-06-091-3/+34
* Remove one INET dependency by calling the generalbz2009-06-091-1/+1
* Style fix.hrs2009-06-091-7/+7
* - Fix sanity check of GIFSOPTS ioctl.hrs2009-06-092-6/+6
* Remove two unneeded, hidden includes.bz2009-06-081-2/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-0811-16/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-086-13/+103
* Fix and add a workaround on an issue of EtherIP packet with reversedhrs2009-06-072-11/+61
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-0511-11/+0
* More cleanup in preparation of ipfw relocation (no actual code change):luigi2009-06-052-5/+5
* move ifq_detach from if_detach to if_free; this permits callers tosam2009-06-021-3/+1
* Revert a recent netisr2 change: when billing packets to the currentrwatson2009-06-011-2/+0
* Convert the two dimensional array to be malloced and introducebz2009-06-015-31/+62
* Garbage collect NETISR_POLL and NETISR_POLLMORE, which are no longerrwatson2009-06-012-19/+28
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-013-201/+1157
* Introduce an interm userland-kernel API for creating vnets andzec2009-05-311-0/+15
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-302-1/+2
* Make the rmlock(9) interface a bit more like the rwlock(9) interface:rwatson2009-05-291-1/+1
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-0/+4
* rev bpf attach/detach event api to include the dltsam2009-05-251-2/+2
* V_irtualize the if_clone framework, thus allowing for clonable ifnetszec2009-05-233-29/+105
* Set ifp->if_afdata_initialized to 0 while holding IF_AFDATA_LOCK on ifp,zec2009-05-221-1/+1
* Introduce the if_vmove() function, which will be used in the futurezec2009-05-222-81/+176
* When an interface address is removed and the last prefixqingli2009-05-202-0/+22
* add bpf_track eventhandler for monitoring bpf taps attached/detachedsam2009-05-181-0/+4
* Garbage collect unused NETISR_{ATM,NETGRAPH,PPP} netisr constants.rwatson2009-05-181-3/+0
* Garbage collect now-unused NETISR_FORCEQUEUE, which overrode the globalrwatson2009-05-132-11/+5
* Remove now-unused NETISR_USB.rwatson2009-05-131-1/+0
* Change the curvnet variable from a global const struct vnet *,zec2009-05-057-24/+62
* Make indentation more uniform accross vnet container structs.zec2009-05-022-19/+19
OpenPOWER on IntegriCloud