| Age | Commit message (Expand) | Author |
| 2019-11-14 | Pull up following revision(s) (requested by msaitoh in ticket #424): | martin |
| 2019-04-26 | Set the "required modules" to NULL, not to an empty string. | pgoyette |
| 2018-11-15 | Simplify the mtag API: | maxv |
| 2018-08-10 | Rename | maxv |
| 2018-07-11 | Rename | maxv |
| 2018-06-28 | loop: don't allocate a unnecessary link-state-change thread | ozaki-r |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2017-12-19 | Don't set IFEF_MPSAFE unless NET_MPSAFE at this point | ozaki-r |
| 2017-12-06 | Ensure to not turn on IFF_RUNNING of an interface until its initialization co... | ozaki-r |
| 2017-11-17 | Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch | ozaki-r |
| 2017-11-16 | Unify IFEF_*_MPSAFE into IFEF_MPSAFE | ozaki-r |
| 2017-11-15 | Don't take KERNEL_LOCK in looutput if NET_MPSAFE | ozaki-r |
| 2017-10-23 | If if_attach() failed in the attach function, free resources and return. | msaitoh |
| 2017-09-21 | loop_clone_create() must be called after ncpu is counted up for all CPUs. | knakahara |
| 2017-03-28 | Avoid touching a mbuf after enqueuing it | ozaki-r |
| 2016-11-22 | Make lortrequest static and rename it to loop_rtrequest | ozaki-r |
| 2016-08-11 | Avoid init'ing lo0 twice ... which rump kernels do without this hack. | kre |
| 2016-08-10 | On the first day (that being the eighth day of the eighth month,) the | kre |
| 2016-08-07 | modularize some more drivers and merge the module glue | christos |
| 2016-06-22 | fix: locking about IFQ_ENQUEUE and ALTQ | knakahara |
| 2016-06-20 | make looutput() MP-safe, so that lo(4) can enable IFEF_OUTPUT_MPSAFE. | knakahara |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-04-28 | introduce new ifnet MP-scalable sending interface "if_transmit". | knakahara |
| 2016-04-28 | Constify rtentry of if_output | ozaki-r |
| 2016-04-20 | IFQ_ENQUEUE refactor (3/3) : eliminate pktattr argument from IFQ_ENQUEUE caller | knakahara |
| 2015-08-24 | sprinkle _KERNEL_OPT | pooka |
| 2015-05-25 | Remove leftover IPX-related stuffs | ozaki-r |
| 2015-04-03 | Don't grab KERNEL_LOCK during if_output when NET_MPSAFE | ozaki-r |
| 2014-06-07 | lostart: silence gcc warning (XXX: gcc is not right though). | rmind |
| 2014-06-05 | - Implement pktqueue interface for lockless IP input queue. | rmind |
| 2014-05-20 | if_free() instead of direct call to free() to avoid diagnostic panic | pooka |
| 2014-05-13 | Make sure *(if_output)() is called with KERNEL_LOCK held. | bouyer |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2011-06-20 | Avoid computing INET[6] cksums for MPLS packets | kefren |
| 2011-06-17 | teach loopback about MPLS. Prerequisite for MPLS tunnels | kefren |
| 2011-04-25 | undefer csum in looutput. | yamt |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-10-24 | Constify the rt_addrinfo argument to the ifa_rtrequest member | dyoung |
| 2008-06-15 | - add if_alloc (ours just mallocs), and if_initname and use them (from FreeBSD) | christos |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-01 | Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-09 | Remove unneeded usage of LIST_*. | peter |
| 2006-10-08 | Make lo* always have the IFF_RUNNING flag set, to apease some | martin |