aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-04-20[NET]: Add skb->truesize assertion checking.David S. Miller1-0/+7
2006-03-31[NET]: Allow skb headroom to be overriddenAnton Blanchard1-4/+25
2006-03-20[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu1-1/+3
2006-03-20[NET]: Uninline kfree_skb and allow NULL argumentJörn Engel1-16/+1
2006-03-20[NETFILTER]: Fix skb->nf_bridge lifetime issuesPatrick McHardy1-10/+14
2006-03-20[NET]: Reduce size of struct sk_buff on 64 bit architecturesPatrick McHardy1-1/+1
2006-01-17[NET]: Make second arg to skb_reserved() signed.David S. Miller1-1/+1
2006-01-07[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy1-1/+1
2006-01-03[NET]: Speed up __alloc_skb()Benjamin LaHaise1-1/+1
2006-01-03[NET]: Small cleanup to socket initializationAndi Kleen1-1/+0
2006-01-03[IP]: Simplify and consolidate MSG_PEEK error handlingHerbert Xu1-0/+2
2005-11-20[NET]: kernel-doc fixesRandy Dunlap1-0/+1
2005-11-20[NET]: Use unused bit for ipvs_property field in struct sk_buffPatrick McHardy1-4/+2
2005-11-10[NET]: Detect hardware rx checksum faults correctlyHerbert Xu1-2/+25
2005-11-09[NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai1-0/+19
2005-11-05[NETEM]: Support time based reorderingStephen Hemminger1-8/+30
2005-10-28[IPv4/IPv6]: UFO Scatter-gather approachAnanda Raju1-0/+7
2005-10-26[SK_BUFF] kernel-doc: fix skbuff warningsRandy Dunlap1-1/+2
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-14/+14
2005-10-03[NET]: Fix packet timestamping.Herbert Xu1-9/+3
2005-09-08[NET]: Optimize pskb_trim_rcsum()Stephen Hemminger1-1/+1
2005-09-06[NET]: skb_get/set_timestamp use constStephen Hemminger1-2/+2
2005-08-29[NET]: Implement SKB fast cloning.David S. Miller1-3/+23
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo1-0/+2
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy1-2/+45
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-2/+0
2005-08-29[NET]: Reduce tc_index/tc_verd to u16Patrick McHardy1-2/+2
2005-08-29[NET]: Remove HIPPI private from skbuff.hStephen Hemminger1-6/+0
2005-08-29[NET]: Kill skb->tc_classidPatrick McHardy1-3/+0
2005-08-29[NET]: Kill skb->listDavid S. Miller1-11/+5
2005-08-29[NETFILTER]: reduce netfilter sk_buff enlargementHarald Welte1-5/+5
2005-08-29[NETFILTER]: convert nfmark and conntrack mark to 32bitHarald Welte1-1/+1
2005-08-11[NET]: Make skb->protocol __be16Alexey Dobriyan1-1/+1
2005-07-18[NET]: Fix "nocast type" warnings in skbuff.hVictor Fusco1-1/+2
2005-07-08[NET]: Fix sparse warningsVictor Fusco1-11/+18
2005-07-05[NET]: Reduce size of sk_buff by 4 bytesThomas Graf1-7/+8
2005-07-05[NET]: Remove unused security member in sk_buffThomas Graf1-3/+1
2005-07-05[NET]: Fix signedness issues in net/core/filter.cPatrick McHardy1-1/+1
2005-06-23[NET]: skb_find_text() - Find a text pattern in skb dataThomas Graf1-0/+5
2005-06-23[NET]: Zerocopy sequential reading of skb dataThomas Graf1-0/+18
2005-06-21[NETFILTER]: Kill nf_debugPatrick McHardy1-13/+0
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz1-2/+3
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa1-1/+1
2005-04-19[NET]: skbuff: remove old NET_CALLER macroStephen Hemminger1-6/+0
2005-04-19[IPV6]: IPV6_CHECKSUM socket option can corrupt kernel memoryHerbert Xu1-0/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1253