| 2009-08-01 |
Matthew Dillon | DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev() |
blob | commitdiff |
| 2009-08-01 |
Matthew Dillon | DEVFS - Bring in Alex's GSOC kernel adjustments. |
blob | commitdiff | diff to current |
| 2009-04-12 |
Sepherosa Ziehau | Split ifnet serialize step 1/many: Add if_{serialize... |
blob | commitdiff | diff to current |
| 2008-09-23 |
Sepherosa Ziehau | Add following three network protocol threads running... |
blob | commitdiff | diff to current |
| 2008-09-17 |
Sepherosa Ziehau | Call ifnet.if_output() in netisr0, so it executes in... |
blob | commitdiff | diff to current |
| 2008-09-17 |
Sepherosa Ziehau | 'dst' does not need to be static |
blob | commitdiff | diff to current |
| 2008-08-17 |
Sepherosa Ziehau | Various tap functions of bpf(4) are the only non-MPSAFE... |
blob | commitdiff | diff to current |
| 2008-08-16 |
Sepherosa Ziehau | - bpfpoll() is a static function |
blob | commitdiff | diff to current |
| 2008-05-14 |
Sepherosa Ziehau | Reduce ifnet.if_serializer contention on output path: |
blob | commitdiff | diff to current |
| 2008-03-14 |
Matthias Schmidt | Introduce two new ioctl(2) commands, BIOCLOCK and BIOCS... |
blob | commitdiff | diff to current |
| 2008-01-02 |
Sepherosa Ziehau | Add more sanity checks in bpf_validate(): |
blob | commitdiff | diff to current |
| 2007-10-13 |
Sepherosa Ziehau | Shut up gcc41 warnings by clearing return values before... |
blob | commitdiff | diff to current |
| 2007-08-27 |
Hasso Tepper | Nuke FDDI support. |
blob | commitdiff | diff to current |
| 2007-02-12 |
Sepherosa Ziehau | - Replace 0 with NULL when pointers are tested. |
blob | commitdiff | diff to current |
| 2007-02-12 |
Sepherosa Ziehau | - Prefer m_getl() |
blob | commitdiff | diff to current |
| 2007-02-11 |
Sepherosa Ziehau | - Rename reset_d() to bpf_resetd() just like other... |
blob | commitdiff | diff to current |
| 2007-02-11 |
Sepherosa Ziehau | In bpf_ptap(), duplicate incoming mbuf's m_pkthdr.rcvif... |
blob | commitdiff | diff to current |
| 2007-02-11 |
Sepherosa Ziehau | kmalloc(M_WAITOK) will not return NULL |
blob | commitdiff | diff to current |
| 2006-12-22 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-09-10 |
Matthew Dillon | Change the kernel dev_t, representing a pointer to... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-07-30 |
Sepherosa Ziehau | Rather than calling mircotime() in catchpacket(), make... |
blob | commitdiff | diff to current |
| 2006-07-28 |
Matthew Dillon | MASSIVE reorganization of the device operations vector... |
blob | commitdiff | diff to current |
| 2006-06-13 |
Matthew Dillon | Add kernel syscall support for explicit blocking and... |
blob | commitdiff | diff to current |
| 2005-11-28 |
Matthew Dillon | Make all network interrupt service routines MPSAFE... |
blob | commitdiff | diff to current |
| 2005-07-08 |
Matthew Dillon | Add missing m_freem() in BPF if the mbuf exceeds the... |
blob | commitdiff | diff to current |
| 2005-06-03 |
Sascha Wildner | Remove spl*() in net/{altq,bpf.c,bridge,dummynet,ef... |
blob | commitdiff | diff to current |
| 2005-06-03 |
Sascha Wildner | Remove spl*() in net/{altq,bpf.c,bridge,dummynet,ef... |
blob | commitdiff | diff to current |
| 2005-04-20 |
Hiten Pandya | Add bpf_mtap_family(9) which allows the client to speci... |
blob | commitdiff | diff to current |
| 2005-03-31 |
Joerg Sonnenberger | Fix non-BPF declaration of bpf_ptap, it was out-of... |
blob | commitdiff | diff to current |
| 2005-01-26 |
Joerg Sonnenberger | Don't build a new mbuf and bpf_mtap the old one. |
blob | commitdiff | diff to current |
| 2005-01-26 |
Joerg Sonnenberger | - Add support for attaching alternative DLTs to an... |
blob | commitdiff | diff to current |
| 2005-01-06 |
Jeffrey Hsu | Cosmetic cleanups. |
blob | commitdiff | diff to current |
| 2004-12-21 |
Jeffrey Hsu | Clean up the routing and networking code before I paral... |
blob | commitdiff | diff to current |
| 2004-07-07 |
Joerg Sonnenberger | Welcome BPF in the 21st century and remove all the... |
blob | commitdiff | diff to current |
| 2004-06-02 |
Eirik Nygaard | Change mbug allocation flags from M_ to MB_ to avoid... |
blob | commitdiff | diff to current |
| 2004-05-19 |
Matthew Dillon | Device layer rollup commit. |
blob | commitdiff | diff to current |
| 2004-05-13 |
Matthew Dillon | device switch 1/many: Remove d_autoq, add d_clone ... |
blob | commitdiff | diff to current |
| 2004-04-22 |
Matthew Dillon | M_NOWAIT -> M_WAITOK or M_INTWAIT conversions. There... |
blob | commitdiff | diff to current |
| 2004-03-23 |
Jeffrey Hsu | Eliminate use of curthread in if_ioctl functions by... |
blob | commitdiff | diff to current |
| 2004-03-09 |
Hiten Pandya | Fix violating usage of M_DONTWAIT in calls to malloc... |
blob | commitdiff | diff to current |
| 2004-02-24 |
Joerg Sonnenberger | Use ovbcopy instead of bcopy to match prototyp |
blob | commitdiff | diff to current |
| 2004-02-13 |
Joerg Sonnenberger | Add __DragonFly__ |
blob | commitdiff | diff to current |
| 2004-01-07 |
Matthew Dillon | tvtohz() was originally designed for tsleep() and timeo... |
blob | commitdiff | diff to current |
| 2004-01-06 |
Matthew Dillon | if_xname support Part 2/2: Convert remaining netif... |
blob | commitdiff | diff to current |
| 2003-08-26 |
Robert Garrett | __P() removal |
blob | commitdiff | diff to current |
| 2003-08-07 |
Matthew Dillon | kernel tree reorganization stage 1: Major cvs repositor... |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
blob | commitdiff | diff to current |
| 2003-07-21 |
Matthew Dillon | DEV messaging stage 1/4: Rearrange struct cdevsw and... |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|