| Age | Commit message (Expand) | Author |
| 2007-11-01 | Change a few malloc(9) + memset(3) pairs to malloc(..., ...|M_ZERO). | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-11 | In ifreq_setaddr(), use the right buffer sizes for compat v. | dyoung |
| 2007-10-10 | Delete dead code. | dyoung |
| 2007-10-08 | Use the softint API. | 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 | Add missing include for definition of struct evcnt. | martin |
| 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-29 | s/NPBFILTER/NBPFILTER/ | scw |
| 2007-09-19 | Constify sockaddr argument to ether_multiaddr(). Change struct | dyoung |
| 2007-09-16 | Save some lines of code, use sockaddr_dup(), sockaddr_free(), | dyoung |
| 2007-09-16 | KNF: use tabs instead of spaces. | dyoung |
| 2007-09-16 | Use sockaddr_dup() and sockaddr_free(). | dyoung |
| 2007-09-16 | Move the LIST_HEAD() definition below etherip_softc's definition. | dyoung |
| 2007-09-13 | Add a define for the ifru_space union member. | gdt |
| 2007-09-11 | Fix bug in SIOCGIFCONF where the wrong length was calculated for | gdt |
| 2007-09-10 | Remove 3rd clause and my name from all the licences which were only in my | cube |
| 2007-09-09 | Print the access concentrator name when a session is established. | martin |
| 2007-09-08 | Rename gre_socreate1() -> gre_socreate(). | dyoung |
| 2007-09-02 | We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(..., | 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-09-02 | Protect userland from ifreq_getaddr() w/ #ifdef _KERNEL. | dyoung |
| 2007-09-01 | token_addmulti and token_delmulti are never used in the kernel, so | dyoung |
| 2007-09-01 | fddi_addmulti and fddi_delmulti are never used in the kernel, so | dyoung |
| 2007-09-01 | Fix compilation if !defined(INET6). Thanks, Geoff Wing, for the | dyoung |
| 2007-09-01 | Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and | dyoung |
| 2007-09-01 | Use ifreq_getaddr(). Pass a sockaddr instead of ifreq where sockaddr | dyoung |
| 2007-08-31 | Per discussion in 30 May 2007 on tech-net, add accessors for | 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 |
| 2007-08-30 | Cosmetic: remove an out-of-place comma in a comment. | dyoung |
| 2007-08-30 | Do not hold the mutex as much in gre_thread1(). Move initial mutex | dyoung |
| 2007-08-30 | Make rtcache() and rtflush() block IPL_NET while they add/remove | dyoung |
| 2007-08-30 | Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pool | dyoung |
| 2007-08-27 | LLADDR -> CLLADDR. | dyoung |
| 2007-08-27 | Remove dead code. | dyoung |
| 2007-08-27 | Add a new routing message type, RTM_SETGATE. We can use an | dyoung |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-08-24 | Overhaul gre(4), especially the GRE in UDP bits: | dyoung |
| 2007-08-20 | Clean up net compat ioctls, and clean up handling of wireless ioctls. | skd |
| 2007-08-14 | Explicitly assert that the protocol out pr_ctloutput before calling it. | joerg |
| 2007-08-14 | - Check IFF_RUNNING | IFF_UP in gre_output() correctly. | seanb |
| 2007-08-07 | As a stopgap measure to avoid dependency on net/if.h, don't use | dyoung |