aboutsummaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] node-aware skb allocationChristoph Hellwig
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro
2006-12-02[NET]: Split skb->csumAl Viro
2006-12-02[NET]: Annotate skb_copy_and_csum_bits() and callers.Al Viro
2006-12-02[NET]: Annotate skb_checksum() and callers.Al Viro
2006-12-02[NET]: Annotate callers of the reset of checksum.h stuff.Al Viro
2006-12-02[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro
2006-12-02[NET]: Annotate csum_partial() callers in net/*Al Viro
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro
2006-12-02[NET]: Turn nfmark into generic markThomas Graf
2006-11-07[NET]: Set truesize in pskb_copyHerbert Xu
2006-10-30[NET]: Fix segmentation of linear packetsHerbert Xu
2006-10-04[PATCH] slab: clean up leak tracking ifdefs a little bitChristoph Hellwig
2006-09-22[NET]: Use SLAB_PANICAlexey Dobriyan
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy
2006-08-07[NET]: Assign skb->dev in netdev_alloc_skbChristoph Hellwig
2006-08-02[NET]: skb_queue_lock_key() is no longer used.Adrian Bunk
2006-08-02[NET]: Add netdev_alloc_skb().Christoph Hellwig
2006-08-02[NET]: Fix ___pskb_trim when entire frag_list needs droppingHerbert Xu
2006-07-13[NET]: Update frag_list in pskb_trimHerbert Xu
2006-07-03[PATCH] lockdep: annotate skb_queue_head_initIngo Molnar
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29[NET]: make skb_release_data() staticAdrian Bunk
2006-06-29[NET]: Added GSO header verificationHerbert Xu
2006-06-26[NET]: skb_find_text ignores to argumentPhil Oester
2006-06-23[NET]: Add software TSOv4Herbert Xu
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu
2006-06-17[NET]: Warn in __skb_trim if skb is pagedHerbert Xu
2006-06-17[SECMARK]: Add secmark support to core networking.James Morris
2006-04-20[NET]: Add skb->truesize assertion checking.David S. Miller
2006-03-25[PATCH] slab: implement /proc/slab_allocatorsAl Viro
2006-03-20[SK_BUFF]: export skb_pull_rcsumArnaldo Carvalho de Melo
2006-03-20[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu
2006-03-20[NET]: Uninline kfree_skb and allow NULL argumentJörn Engel
2006-02-19[NET]: NETFILTER: remove duplicated lines and fix order in skb_clone().YOSHIFUJI Hideaki
2006-01-23[NET]: Fix skb fclone error path handling.Herbert Xu
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn
2006-01-03[NET]: Speed up __alloc_skb()Benjamin LaHaise
2005-12-05[NET]: make function pointer argument parseable by kernel-docMartin Waitz
2005-11-09[NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai
2005-10-28[IPv4/IPv6]: UFO Scatter-gather approachAnanda Raju
2005-10-26[SK_BUFF] kernel-doc: fix skbuff warningsRandy Dunlap
2005-10-22[SK_BUFF]: ipvs_property field must be copiedJulian Anastasov
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-10-03[NET]: Fix packet timestamping.Herbert Xu
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet
2005-08-29[NET]: Implement SKB fast cloning.David S. Miller
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy