| Age | Commit message (Expand) | Author |
| 2022-09-03 | Garbage-collect the remaining vestiges of netisr. | thorpej |
| 2022-09-03 | Convert MPLS from a legacy netisr to pktqueue. | thorpej |
| 2022-09-03 | Convert NETATALK from a legacy netisr to pktqueue. | thorpej |
| 2021-09-21 | don't opencode kauth_cred_get() | christos |
| 2021-02-14 | if_gre: Remove alignment checks in favour copying to stack | roy |
| 2021-02-13 | Prior alignment fixes should not use an offset | roy |
| 2021-02-12 | if_gre: Ensure that gre_h is aligned | roy |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-10-16 | Fix missing kpreempt_disable() before softint_schedule() like if_vmx.c:r1.51. | knakahara |
| 2019-04-26 | Some more empty-string --> NULL conversions for module dependencies | pgoyette |
| 2019-04-17 | Remove unused inclusion. | msaitoh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-01-16 | style | maxv |
| 2016-10-02 | MFREE -> m_free | christos |
| 2016-08-07 | modularize some more drivers and merge the module glue | christos |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-04-28 | Constify rtentry of if_output | ozaki-r |
| 2015-08-24 | sprinkle _KERNEL_OPT | pooka |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-05-02 | make connect syscall use sockaddr_big and modify pr_{send,connect} | rtr |
| 2015-04-24 | make accept, getsockname and getpeername syscalls use sockaddr_big and modify | rtr |
| 2015-04-20 | Introduce p2p_rtrequest() so that IFF_POINTOPOINT interfaces can work | roy |
| 2015-04-03 | * change pr_bind to accept struct sockaddr * instead of struct mbuf * | rtr |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2014-08-18 | Don't leak in gre_clone_create error branch. | riastradh |
| 2014-08-08 | split PRU_RCVD function out of pr_generic() usrreq switches and put into | rtr |
| 2014-08-05 | split PRU_SEND function out of pr_generic() usrreq switches and put into | rtr |
| 2014-07-09 | * split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic() | rtr |
| 2014-06-05 | - Implement pktqueue interface for lockless IP input queue. | rmind |
| 2014-05-18 | Add struct pr_usrreqs with a pr_generic function and prepare for the | rmind |
| 2014-05-17 | - fsocreate: set SS_NBIO before the file descriptor is affixed as there is | rmind |
| 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 |