DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / net / bpf.c
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2009-04-12 Sepherosa ZiehauSplit ifnet serialize step 1/many: Add if_{serialize...
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-09-17 Sepherosa ZiehauCall ifnet.if_output() in netisr0, so it executes in...
2008-09-17 Sepherosa Ziehau'dst' does not need to be static
2008-08-17 Sepherosa ZiehauVarious tap functions of bpf(4) are the only non-MPSAFE...
2008-08-16 Sepherosa Ziehau- bpfpoll() is a static function
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-03-14 Matthias SchmidtIntroduce two new ioctl(2) commands, BIOCLOCK and BIOCS...
2008-01-02 Sepherosa ZiehauAdd more sanity checks in bpf_validate():
2007-10-13 Sepherosa ZiehauShut up gcc41 warnings by clearing return values before...
2007-08-27 Hasso TepperNuke FDDI support.
2007-02-12 Sepherosa Ziehau- Replace 0 with NULL when pointers are tested.
2007-02-12 Sepherosa Ziehau- Prefer m_getl()
2007-02-11 Sepherosa Ziehau- Rename reset_d() to bpf_resetd() just like other...
2007-02-11 Sepherosa ZiehauIn bpf_ptap(), duplicate incoming mbuf's m_pkthdr.rcvif...
2007-02-11 Sepherosa Ziehaukmalloc(M_WAITOK) will not return NULL
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-07-30 Sepherosa ZiehauRather than calling mircotime() in catchpacket(), make...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-07-08 Matthew DillonAdd missing m_freem() in BPF if the mbuf exceeds the...
2005-06-03 Sascha WildnerRemove spl*() in net/{altq,bpf.c,bridge,dummynet,ef...
2005-06-03 Sascha WildnerRemove spl*() in net/{altq,bpf.c,bridge,dummynet,ef...
2005-04-20 Hiten PandyaAdd bpf_mtap_family(9) which allows the client to speci...
2005-03-31 Joerg SonnenbergerFix non-BPF declaration of bpf_ptap, it was out-of...
2005-01-26 Joerg SonnenbergerDon't build a new mbuf and bpf_mtap the old one.
2005-01-26 Joerg Sonnenberger- Add support for attaching alternative DLTs to an...
2005-01-06 Jeffrey HsuCosmetic cleanups.
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-07-07 Joerg SonnenbergerWelcome BPF in the 21st century and remove all the...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-04-22 Matthew DillonM_NOWAIT -> M_WAITOK or M_INTWAIT conversions. There...
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-09 Hiten PandyaFix violating usage of M_DONTWAIT in calls to malloc...
2004-02-24 Joerg SonnenbergerUse ovbcopy instead of bcopy to match prototyp
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2003-08-26 Robert Garrett__P() removal
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: