aboutsummaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2013-06-25gre: fix a possible skb leakEric Dumazet
2013-06-04net: fix sk_buff head without data areaPablo Neira
2013-04-25packet: tx timestamping on tpacket ringWillem de Bruijn
2013-04-19net: add function to allocate sk_buff head without data areaPatrick McHardy
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-03-27net: core: let skb_partial_csum_set() set transport headerJason Wang
2013-03-09tunneling: Capture inner mac header during encapsulation.Pravin B Shelar
2013-03-09net: Add skb_headers_offset_update helper function.Pravin B Shelar
2013-03-09net: Kill link between CSUM and SG features.Pravin B Shelar
2013-02-20net: fix a wrong assignment in skb_split()Amerigo Wang
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar
2013-02-13net: skbuff: fix compile error in skb_panic()James Hogan
2013-02-11skbuff: create skb_panic() function and its wrappersJean Sacren
2013-02-08skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-03net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar
2013-01-28net: fix possible wrong checksum generationEric Dumazet
2013-01-20net: splice: fix __splice_segment()Eric Dumazet
2013-01-20net: splice: avoid high order page splittingEric Dumazet
2013-01-11net: splice: fix __splice_segment()Eric Dumazet
2013-01-08net: introduce skb_transport_header_was_set()Eric Dumazet
2013-01-06net: splice: avoid high order page splittingEric Dumazet
2012-12-28skbuff: make __kmalloc_reserve staticstephen hemminger
2012-12-28net: use per task frag allocator in skb_append_datato_fragsEric Dumazet
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-11net: gro: avoid double copy in skb_gro_receive()Eric Dumazet
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-02skb: api to report errors for zero copy skbsMichael S. Tsirkin
2012-11-02skb: report completion status for zero copy skbsMichael S. Tsirkin
2012-10-22net: fix secpath kmemleakEric Dumazet
2012-10-07net: remove skb recyclingEric Dumazet
2012-10-01use skb_end_offset() in skb_try_coalesce()Weiping Pan
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-27net: use bigger pages in __netdev_alloc_fragEric Dumazet
2012-09-24net: use a per task frag allocatorEric Dumazet
2012-09-19net/core: fix comment in skb_try_coalesceLi RongQing
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman
2012-07-22skbuff: export skb_copy_ubufsMichael S. Tsirkin
2012-07-22skbuff: convert to skb_orphan_fragsMichael S. Tsirkin
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-18skbuff: Use correct allocation in skb_copy_ubufsKrishna Kumar
2012-07-16net: respect GFP_DMA in __netdev_alloc_skb()Eric Dumazet
2012-07-13net: Update alloc frag to reduce get/put page usage and recycle pagesAlexander Duyck
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet