summaryrefslogtreecommitdiffstats
path: root/sys/net/if_loop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* deprecate interface input handler lists, just use one input function.dlg2020-07-221-8/+5
* In loop_clone_destroy() reset the rdomain with rtable_l2set() afterclaudio2020-01-081-2/+6
* When we needed the kernel lock for local IP packet delivery, mpi@bluhm2019-08-061-5/+5
* allow the automatically created loopback interfaces in rdomains to behenning2018-09-091-3/+22
* Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now.claudio2018-03-021-14/+1
* Similar to the IPv6 case create 127.0.0.1/8 on lo(4) interfaces which actclaudio2018-02-101-1/+14
* Creating a cloned interface could return ENOMEM due to temporarybluhm2018-01-091-6/+2
* add ifiqueues for mp safety and nics with multiple rx rings.dlg2017-12-151-7/+2
* - add one more softnet taskqsashan2017-10-311-2/+2
* There was a possible stack overrun in the network since we hadbluhm2017-10-191-3/+30
* Use the rt_rmx defines that hide the struct rt_kmetrics indirection.bluhm2017-04-191-3/+3
* A space here, a space there. Soon we're talking real whitespacekrw2017-01-241-11/+11
* Flag pseudo-interfaces as such in order to call add_net_randomness()mpi2017-01-231-1/+2
* Do not return an error code for SIOCSIFFLAGS.mpi2017-01-191-1/+3
* Automatically create a default lo(4) interface per rdomain.mpi2016-11-141-3/+4
* We're always ready! So send IFQ_SET_READY() to the bitbucket.mpi2016-04-131-2/+1
* remove old lint annotationstedu2015-12-051-4/+1
* Keep lo(4) definitions inside if_loop.cmpi2015-11-271-1/+7
* Store the index of the lo0 interface instead of a pointer to itsmpi2015-11-111-4/+4
* Introduce if_rtrequest() the successor of ifa_rtrequest().mpi2015-10-251-7/+3
* Introduce if_input_local() a function to feed local traffic back tompi2015-09-121-46/+2
* Don't use mpls_input() as input handler anymore and instead call itrzalamena2015-07-291-11/+4
* Put the mbuf_list inside "#ifdef MPLS".mpi2015-07-211-1/+3
* Remove splassert(IPL_NET) from if_input().mpi2015-07-201-5/+1
* Kill NETISR_MPLS, from now on we will use interface input handlers to dealrzalamena2015-07-201-3/+14
* Store a unique ID, an interface index, rather than a pointer to thempi2015-06-161-2/+2
* replace the use of ifqueues for most input queues serviced by netisrdlg2015-04-101-15/+6
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Do not overwrite user-specified MTU.mpi2015-01-271-2/+2
* unifdef INET in net code as a precursor to removing the pretend option.tedu2014-12-191-8/+1
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* length argument for some free() calls; ok dougderaadt2014-11-231-2/+2
* Document that lo0 must be present on your system by panic(9)ing if wempi2014-10-141-2/+4
* Do not protect the SIOCSIFADDR call by splnet(). Drivers alreadympi2014-10-071-4/+2
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* There is no reason why one needs to have a lo(4) MTU that is arch specific.claudio2014-05-141-6/+2
* /*henning2014-04-191-94/+1
* Remove the number of in6_var.h inclusions by moving some functions andmpi2013-10-241-2/+1
* Remove the number of in_var.h inclusions by moving some functions andmpi2013-10-231-2/+1
* Uniformize drivers doing nothing with their multicast filters to makempi2013-10-191-21/+1
* Remove unused argument from *rtrequest()mpi2013-08-281-2/+2
* do not include machine/cpu.h from a .c file; it is the responsibility ofderaadt2013-03-281-2/+1
* Switch to ANSI C prototypes. Diff by somebody else which I no longer remember.claudio2013-03-101-24/+9
* Use DLT_LOOP for all tunneling interfaces.yasuoka2012-04-141-3/+2
* begone, fucking rotten appletalk shit. ok roomhenning2011-07-091-19/+1
* make sure RTM_IFINFO is sent when lo(4) handles SIOCSIFADDR; without thissthen2011-07-041-3/+7
* Add MPLS support to loopback.norby2008-05-071-1/+17
* return with ENOTTY instead of EINVAL for unknown ioctl requests.brad2007-12-201-2/+2
* malloc sweep:henning2007-09-151-3/+2