aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-10[NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik1-0/+8
2007-07-10[CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr1-0/+3
2007-07-10[SKBUFF]: Keep track of writable header len of headerless clonesPatrick McHardy1-0/+2
2007-07-05[NET] skbuff: remove export of static symbolJohannes Berg1-1/+0
2007-06-23[NET]: Make skb_seq_read unmap the last fragmentOlaf Kirch1-0/+5
2007-06-23[SKBUFF]: Fix incorrect config #ifdef around skb_copy_secmarkPatrick McHardy1-1/+1
2007-05-19[NET]: Fix net/core/skbuff.c gcc-3.2.3 compilation errorMikael Pettersson1-3/+2
2007-04-27[NET]: Revert sk_buff walker cleanups.David S. Miller1-43/+79
2007-04-26[NET]: Clean up sk_buff walkers.Jean Delvare1-79/+43
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-1/+1
2007-04-25[NET] skbuff: skb_store_bits const is backwardsStephen Hemminger1-1/+1
2007-04-25[SK_BUFF]: Fix missing offset adjustment in skb_copy_expandPatrick McHardy1-1/+10
2007-04-25[NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu1-1/+1
2007-04-25[SK_BUFF]: Fix missing offset adjustment in pskb_expand_headPatrick McHardy1-1/+2
2007-04-25[NET]: Move generic skbuff stuff from XFRM code to generic codeDavid Howells1-0/+188
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-8/+9
2007-04-25[NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabledYasuyuki Kozakai1-3/+1
2007-04-25[SK_BUFF]: Remove skb_add_mtu() leftoversArnaldo Carvalho de Melo1-14/+0
2007-04-25[SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb tooArnaldo Carvalho de Melo1-1/+4
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-18/+33
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-14/+21
2007-04-25[SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architecturesArnaldo Carvalho de Melo1-4/+14
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-10/+11
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Some more layer header conversionsArnaldo Carvalho de Melo1-1/+1
2007-04-25[NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skbYasuyuki Kozakai1-26/+2
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-17[NET]: Get rid of alloc_skb_from_cacheHerbert Xu1-55/+0
2007-03-29[IFB]: Fix crash on input device removalPatrick McHardy1-1/+1
2007-03-16[NET]: Copy mac_len in skb_clone() as wellAlexey Dobriyan1-0/+1
2007-02-28[NET]: Fix kfree(skb)Patrick McHardy1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki1-7/+7
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-4/+4
2006-12-07[PATCH] node-aware skb allocationChristoph Hellwig1-5/+7
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro1-1/+2
2006-12-02[NET]: Split skb->csumAl Viro1-1/+1
2006-12-02[NET]: Annotate skb_copy_and_csum_bits() and callers.Al Viro1-3/+3
2006-12-02[NET]: Annotate skb_checksum() and callers.Al Viro1-2/+2
2006-12-02[NET]: Annotate callers of the reset of checksum.h stuff.Al Viro1-1/+1
2006-12-02[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in net/*Al Viro1-1/+1
2006-12-02[NET]: Annotate csum_partial() callers in net/*Al Viro1-1/+1
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro1-2/+2
2006-12-02[NET]: Turn nfmark into generic markThomas Graf1-2/+2
2006-11-07[NET]: Set truesize in pskb_copyHerbert Xu1-0/+1
2006-10-30[NET]: Fix segmentation of linear packetsHerbert Xu1-5/+4