| 2010-08-18 |
Matthew Dillon | kernel - Fix excessive mbuf use in nfs_realign() |
blob | commitdiff |
| 2010-08-08 |
Jan Lentfer | pf: Update packet filter to the version that comes... |
blob | commitdiff | diff to current |
| 2010-02-26 |
Rui Paulo | Remove m_colapse(). |
blob | commitdiff | diff to current |
| 2010-02-24 |
Rui Paulo | Bring in m_append() from FreeBSD. |
blob | commitdiff | diff to current |
| 2010-02-22 |
Rui Paulo | Bring in m_colapse() from FreeBSD. |
blob | commitdiff | diff to current |
| 2010-02-19 |
Rui Paulo | Add m_align(). |
blob | commitdiff | diff to current |
| 2010-02-18 |
Rui Paulo | Add a new file to struct pkthdr: wlan_seqno to store... |
blob | commitdiff | diff to current |
| 2010-02-18 |
Rui Paulo | add more protocol specific m_flag bits |
blob | commitdiff | diff to current |
| 2009-10-02 |
Alex Hornung | mbuf - Add m_apply and m_getptr |
blob | commitdiff | diff to current |
| 2009-03-21 |
Sepherosa Ziehau | mbuf: Add M_HASH mbuf flag and use the 'pad' field... |
blob | commitdiff | diff to current |
| 2009-03-17 |
Sepherosa Ziehau | Add M_LENCHECKED mbuf flag. |
blob | commitdiff | diff to current |
| 2009-03-17 |
Sepherosa Ziehau | Duplicated M_PROTO1 in M_COPYFLAGS |
blob | commitdiff | diff to current |
| 2008-10-19 |
Sepherosa Ziehau | Add m_devpad() to avoid code duplication in various... |
blob | commitdiff | diff to current |
| 2008-09-13 |
Sepherosa Ziehau | Add FW_MBUF_REDISPATCH, which should be set by various... |
blob | commitdiff | diff to current |
| 2008-08-27 |
Sepherosa Ziehau | Prepare to make IPDIVERT transparent to ip reassemble... |
blob | commitdiff | diff to current |
| 2008-08-23 |
Sepherosa Ziehau | Save srcroute options in a mtag associated the mbuf... |
blob | commitdiff | diff to current |
| 2008-08-22 |
Sepherosa Ziehau | Save 'ipfw forward' information in mtag, use m_pkthdr... |
blob | commitdiff | diff to current |
| 2008-08-05 |
Nuno Antunes | * Don't call ifp->if_output() from inside mpls_output... |
blob | commitdiff | diff to current |
| 2008-05-02 |
Sepherosa Ziehau | Introduce ETHER_INPUT_CHAIN option: |
blob | commitdiff | diff to current |
| 2008-04-06 |
Matthew Dillon | Add fairq to altq. Fairq is a fair queueing algorithm... |
blob | commitdiff | diff to current |
| 2008-03-10 |
Sepherosa Ziehau | - Embed ether vlan tag in mbuf packet header. Add... |
blob | commitdiff | diff to current |
| 2007-12-19 |
Sepherosa Ziehau | Generalize PF_MBUF_GENERATED mbuf firewall flag |
blob | commitdiff | diff to current |
| 2007-12-02 |
Sepherosa Ziehau | - Increase m_flags' size, we have already short of... |
blob | commitdiff | diff to current |
| 2007-11-16 |
Sepherosa Ziehau | CPU localize dummynet(4) step 1/2 |
blob | commitdiff | diff to current |
| 2007-10-25 |
Sepherosa Ziehau | - Switch dummynet(4) from mbuf based tagging to mtag. |
blob | commitdiff | diff to current |
| 2007-08-16 |
Matthew Dillon | Bring CARP into the tree. CARP = Common Address Redund... |
blob | commitdiff | diff to current |
| 2007-08-14 |
Sepherosa Ziehau | Add a new csum flag to tell IP defragmenter that csum_d... |
blob | commitdiff | diff to current |
| 2007-08-11 |
Joe Talbott | Make mbuf allocator statistics SMP safe. |
blob | commitdiff | diff to current |
| 2007-08-09 |
Matthew Dillon | Add the MBUF_DEBUG option. This is a fairly invasive... |
blob | commitdiff | diff to current |
| 2006-09-29 |
Jeffrey Hsu | Explicitly mark places in the IPv6 code that require... |
blob | commitdiff | diff to current |
| 2006-06-14 |
YONETANI Tomokazu | Add a new flag in pkthdr.fw_flag for ipfw2 so as not... |
blob | commitdiff | diff to current |
| 2006-05-21 |
Matthew Dillon | Clean up more #include files. Create an internal __boo... |
blob | commitdiff | diff to current |
| 2006-05-20 |
Matthew Dillon | Embed the netmsg in the mbuf itself rather than allocat... |
blob | commitdiff | diff to current |
| 2006-05-20 |
Matthew Dillon | I'm growing tired of having to add #include lines for... |
blob | commitdiff | diff to current |
| 2005-07-15 |
Eirik Nygaard | Tie SCTP into the kernel, this includes adding a new... |
blob | commitdiff | diff to current |
| 2005-06-17 |
Matthew Dillon | Abstract out the location of an m_tag's data by adding... |
blob | commitdiff | diff to current |
| 2005-06-10 |
Matthew Dillon | spl->critical section conversion, plus remove some... |
blob | commitdiff | diff to current |
| 2005-06-08 |
Matthew Dillon | Rollup mbuf/objcache fixes. |
blob | commitdiff | diff to current |
| 2005-06-07 |
Jeffrey Hsu | Re-implement the mbuf allocator using the object cache. |
blob | commitdiff | diff to current |
| 2005-05-31 |
Joerg Sonnenberger | Remove M_EXT_OLD, rename m_ext.ext_nref.new to m_ext... |
blob | commitdiff | diff to current |
| 2005-05-29 |
Jeffrey Hsu | Simplify the interface to m_uiomove(). |
blob | commitdiff | diff to current |
| 2005-05-29 |
Jeffrey Hsu | Deprecate MCLGET() in favor of m_getcl() or m_getl... |
blob | commitdiff | diff to current |
| 2005-04-20 |
Jeffrey Hsu | Clean up some of the sockbuf append code. |
blob | commitdiff | diff to current |
| 2005-04-18 |
Joerg Sonnenberger | Switch IP divert from mbuf based tagging to mbuf tags. |
blob | commitdiff | diff to current |
| 2005-03-12 |
Joerg Sonnenberger | Change PACKET_TAG_* ids to be consecutive. |
blob | commitdiff | diff to current |
| 2005-03-12 |
Joerg Sonnenberger | Remove MT_FTABLE, it is not used anymore. Remove the... |
blob | commitdiff | diff to current |
| 2005-02-20 |
Joerg Sonnenberger | Add m_defrag_nofree, which works like m_defrag, but... |
blob | commitdiff | diff to current |
| 2005-02-11 |
Joerg Sonnenberger | Import ALTQ support from KAME. This is based on the... |
blob | commitdiff | diff to current |
| 2004-09-25 |
Joerg Sonnenberger | From FreeBSD: |
blob | commitdiff | diff to current |
| 2004-09-19 |
Matthew Dillon | Quick cleanup in preparation for a more complete cleanup. |
blob | commitdiff | diff to current |
| 2004-09-19 |
Joerg Sonnenberger | Kernel part of PF |
blob | commitdiff | diff to current |
| 2004-09-14 |
Joerg Sonnenberger | Remove the unused PACKET_TAG definitions and document... |
blob | commitdiff | diff to current |
| 2004-07-31 |
Matthew Dillon | Get rid of mb_map. Retool the mbuf and mbuf cluster... |
blob | commitdiff | diff to current |
| 2004-07-29 |
Matthew Dillon | Stage 1/many: mbuf/cluster accounting rewrite and mbuf... |
blob | commitdiff | diff to current |
| 2004-06-04 |
Matthew Dillon | Remove dtom(). dtom() is no longer supported (precurso... |
blob | commitdiff | diff to current |
| 2004-06-04 |
Hiten Pandya | Deprecate use of m_act, which is an alias of m_nextpkt... |
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-03-27 |
Jeffrey Hsu | Pull out m_uiomove() functionality from sosend(). |
blob | commitdiff | diff to current |
| 2003-12-28 |
Matthew Dillon | Try to catch mbuf cluster mclfree list corruption a... |
blob | commitdiff | diff to current |
| 2003-12-10 |
Jeffrey Hsu | Pull the sf_buf routines and structures out into its... |
blob | commitdiff | diff to current |
| 2003-07-28 |
Hiten Pandya | Bring the malloc/mbuf flags up-to-date with FreeBSD. |
blob | commitdiff | diff to current |
| 2003-07-23 |
Matthew Dillon | LINT pass. Cleanup missed proc->thread conversions... |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Nuke huge mbuf macros stage 2/2: Cleanup the MCL*(... |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Nuke huge mbuf macros stage 1/2: Remove massive inline... |
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 |
|