summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel1-7/+12
2013-08-02net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang1-1/+1
2013-07-25net: fix comment above build_skb()Florian Fainelli1-1/+2
2013-07-13net: access page->private by using page_privateSunghan Suh1-3/+3
2013-07-04core: Copy inner_protocol in copy_skb_header()Joe Stringer1-0/+1
2013-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+12
2013-06-28dev: introduce skb_scrub_packet()Nicolas Dichtel1-0/+23
2013-06-26gre: fix a possible skb leakEric Dumazet1-8/+12
2013-06-24net: Unmap fragment page once iterator is doneWedson Almeida Filho1-1/+6
2013-06-11net: pass correct parameter to skb_headers_offset_update()Peter Pan(潘卫平)1-13/+2
2013-06-11net: add low latency socket pollEliezer Tamir1-0/+4
2013-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-06-05net: fix sk_buff head without data areaPablo Neira1-2/+2
2013-06-01net: clean up skb headers codeCong Wang1-11/+5
2013-05-29net: Fix build warnings after mac_header and transport_header became __u16.David S. Miller1-5/+5
2013-05-23net: Loosen constraints for recalculating checksum in skb_segment()Simon Horman1-1/+2
2013-04-25packet: tx timestamping on tpacket ringWillem de Bruijn1-6/+6
2013-04-19net: add function to allocate sk_buff head without data areaPatrick McHardy1-1/+29
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-0/+1
2013-03-27net: core: let skb_partial_csum_set() set transport headerJason Wang1-0/+1
2013-03-10tunneling: Capture inner mac header during encapsulation.Pravin B Shelar1-0/+2
2013-03-10net: Add skb_headers_offset_update helper function.Pravin B Shelar1-20/+14
2013-03-10net: Kill link between CSUM and SG features.Pravin B Shelar1-0/+13
2013-02-21net: fix a wrong assignment in skb_split()Amerigo Wang1-1/+1
2013-02-16v4 GRE: Add TCP segmentation offload for GREPravin B Shelar1-1/+5
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-3/+2
2013-02-13net: skbuff: fix compile error in skb_panic()James Hogan1-3/+3
2013-02-12skbuff: create skb_panic() function and its wrappersJean Sacren1-29/+19
2013-02-09skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck1-4/+0
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-02-04net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar1-1/+1
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-0/+4
2013-01-21net: splice: fix __splice_segment()Eric Dumazet1-13/+15
2013-01-21net: splice: avoid high order page splittingEric Dumazet1-29/+9
2013-01-12net: splice: fix __splice_segment()Eric Dumazet1-13/+15
2013-01-09net: introduce skb_transport_header_was_set()Eric Dumazet1-0/+2
2013-01-07net: splice: avoid high order page splittingEric Dumazet1-29/+9
2012-12-29skbuff: make __kmalloc_reserve staticstephen hemminger1-2/+3
2012-12-29net: use per task frag allocator in skb_append_datato_fragsEric Dumazet1-27/+16
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+31
2012-12-11net: gro: avoid double copy in skb_gro_receive()Eric Dumazet1-1/+0
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis1-0/+9
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet1-3/+3
2012-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2012-11-03skb: api to report errors for zero copy skbsMichael S. Tsirkin1-0/+20
2012-11-03skb: report completion status for zero copy skbsMichael S. Tsirkin1-2/+2
2012-10-22net: fix secpath kmemleakEric Dumazet1-2/+4
2012-10-07net: remove skb recyclingEric Dumazet1-47/+0
2012-10-02use skb_end_offset() in skb_try_coalesce()Weiping Pan1-2/+1
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3