| Age | Commit message (Expand) | Author |
| 2013-11-07 | eliminate unused variable | christos |
| 2013-09-13 | Remove unused variable | martin |
| 2013-08-29 | Remove SS_ISCONFIRMING, it is unused and TP4 will not come back. | rmind |
| 2011-11-09 | cosmetic, no functional change: | christos |
| 2011-11-02 | For simplicity's sake, use pcq(9) instead of my own circular-queue | dyoung |
| 2011-10-28 | Don't kauth-orize SIOCDIFPHYADDR, SIOCSIFFLAGS, SIOCSIFMTU, or | dyoung |
| 2011-10-27 | Fix gif(4)/gre(4) operation over interfaces such as wm(4) that do IPv4 | dyoung |
| 2011-10-19 | Get rid of gre's deadlock-prone, one-off ifioctl locking. The standard | dyoung |
| 2011-05-24 | Use proper format string | joerg |
| 2010-06-26 | Add MPLS support, proposed on tech-net@ a couple of days ago | kefren |
| 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 |
| 2009-09-02 | Add a direction argument to socket upcalls, so they can tell why they've | tls |
| 2009-04-28 | Let this build even if 'no options INET'. | dyoung |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2008-06-24 | Replace references to getsock/getvnode. | ad |
| 2008-06-15 | - add if_alloc (ours just mallocs), and if_initname and use them (from FreeBSD) | christos |
| 2008-06-02 | Destroy condition variable sc_fp_condvar. | dyoung |
| 2008-05-15 | Note both my contribution and NSF funding. | dyoung |
| 2008-05-15 | Get rid of gre_sosend()'s lwp argument. | dyoung |
| 2008-05-09 | Make gre(4) work in the New File Descriptor / Socket Locking Order. | dyoung |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-03 | Improve error handling. gre(4) is still broken, but it does not | dyoung |
| 2008-04-03 | Fix one of two bugs introduced by the descriptor handling changes | dyoung |
| 2008-04-03 | Cosmetic: use curlwp everywhere that it is appropriate, instead of | dyoung |
| 2008-03-27 | Make rusage collection per-LWP and collate in the appropriate places. | ad |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-02-20 | s/u_\(int[0-9]*_t\)/u\1/g | matt |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2007-12-20 | Move more code in gre_clone_destroy() under splnet() protection, | dyoung |
| 2007-11-28 | Cosmetic: join two lines. | dyoung |
| 2007-11-24 | Pass the mbuf type (e.g., MT_SONAME, MT_SOOPTS) as the second | dyoung |
| 2007-11-24 | Fix a bunch of locking bugs ("Mutex error: lockdebug_barrier: spin | dyoung |
| 2007-11-07 | Use the softint_* API. | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-08 | Merge file descriptor locking, cwdi locking and cross-call changes | ad |
| 2007-10-06 | Change some ints to bools. | dyoung |
| 2007-10-06 | Good-bye, kernel thread, we don't need you any longer. | dyoung |
| 2007-10-05 | Cosmetic: KNF. Litter the code with fewer #if NBPFILTER > 0. | dyoung |
| 2007-10-05 | Remove a lot of dead code. Move gre_do_send() code into greintr(), | dyoung |
| 2007-10-05 | Work in progress: use a raw socket for GRE in IP encapsulation | dyoung |
| 2007-09-08 | Rename gre_socreate1() -> gre_socreate(). | dyoung |
| 2007-09-02 | Delete unused variable. | dyoung |
| 2007-09-02 | Simplify code, add debug statements, and fix a bug that could | dyoung |
| 2007-09-02 | Get rid of struct oifreq/ifreq compat code, because ifioctl() has | dyoung |
| 2007-09-02 | Be consistent: use the prefix sc_ for all members of the gre_softc. | dyoung |
| 2007-08-30 | Move sc_fp & sc_newfp from struct gre_softc to struct gre_soparm. | dyoung |
| 2007-08-30 | Remove out-of-date debug message and comment. | dyoung |