summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
...
* [SK_BUFF]: Some more layer header conversionsArnaldo Carvalho de Melo2007-04-251-1/+1
* [NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skbYasuyuki Kozakai2007-04-251-26/+2
* [SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [NET]: Get rid of alloc_skb_from_cacheHerbert Xu2007-04-171-55/+0
* [IFB]: Fix crash on input device removalPatrick McHardy2007-03-291-1/+1
* [NET]: Copy mac_len in skb_clone() as wellAlexey Dobriyan2007-03-161-0/+1
* [NET]: Fix kfree(skb)Patrick McHardy2007-02-281-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-7/+7
* Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-071-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-4/+4
* [PATCH] node-aware skb allocationChristoph Hellwig2006-12-071-5/+7
* [PATCH] severing skbuff.h -> highmem.hAl Viro2006-12-041-1/+2
* [NET]: Split skb->csumAl Viro2006-12-021-1/+1
* [NET]: Annotate skb_copy_and_csum_bits() and callers.Al Viro2006-12-021-3/+3
* [NET]: Annotate skb_checksum() and callers.Al Viro2006-12-021-2/+2
* [NET]: Annotate callers of the reset of checksum.h stuff.Al Viro2006-12-021-1/+1
* [NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro2006-12-021-1/+1
* [NET]: Annotate csum_partial() callers in net/*Al Viro2006-12-021-1/+1
* [NET]: Annotate callers of csum_fold() in net/*Al Viro2006-12-021-2/+2
* [NET]: Turn nfmark into generic markThomas Graf2006-12-021-2/+2
* [NET]: Set truesize in pskb_copyHerbert Xu2006-11-071-0/+1
* [NET]: Fix segmentation of linear packetsHerbert Xu2006-10-301-5/+4
* [PATCH] slab: clean up leak tracking ifdefs a little bitChristoph Hellwig2006-10-041-1/+2
* [NET]: Use SLAB_PANICAlexey Dobriyan2006-09-221-7/+2
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-7/+7
* [NET]: Assign skb->dev in netdev_alloc_skbChristoph Hellwig2006-08-071-1/+3
* [NET]: skb_queue_lock_key() is no longer used.Adrian Bunk2006-08-021-7/+0
* [NET]: Add netdev_alloc_skb().Christoph Hellwig2006-08-021-0/+24
* [NET]: Fix ___pskb_trim when entire frag_list needs droppingHerbert Xu2006-08-021-4/+10
* [NET]: Update frag_list in pskb_trimHerbert Xu2006-07-131-26/+65
* [PATCH] lockdep: annotate skb_queue_head_initIngo Molnar2006-07-031-0/+7
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NET]: make skb_release_data() staticAdrian Bunk2006-06-291-1/+1
* [NET]: Added GSO header verificationHerbert Xu2006-06-291-2/+3
* [NET]: skb_find_text ignores to argumentPhil Oester2006-06-261-1/+4
* [NET]: Add software TSOv4Herbert Xu2006-06-231-0/+126
* [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-231-7/+9
* [NET]: Avoid allocating skb in skb_padHerbert Xu2006-06-231-10/+26
* [NET]: Warn in __skb_trim if skb is pagedHerbert Xu2006-06-171-5/+2
* [SECMARK]: Add secmark support to core networking.James Morris2006-06-171-1/+2
* [NET]: Add skb->truesize assertion checking.David S. Miller2006-04-201-0/+8
* [PATCH] slab: implement /proc/slab_allocatorsAl Viro2006-03-251-1/+1
* [SK_BUFF]: export skb_pull_rcsumArnaldo Carvalho de Melo2006-03-201-0/+2
* [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu2006-03-201-0/+21
* [NET]: Uninline kfree_skb and allow NULL argumentJörn Engel2006-03-201-0/+19
* [NET]: NETFILTER: remove duplicated lines and fix order in skb_clone().YOSHIFUJI Hideaki2006-02-191-7/+3
* [NET]: Fix skb fclone error path handling.Herbert Xu2006-01-231-3/+5
OpenPOWER on IntegriCloud