summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-11net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao1-1/+2
2014-05-17net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet1-2/+2
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-3/+1
2014-04-11net: core: don't account for udp header size when computing seglenFlorian Westphal1-5/+7
2014-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+22
2014-03-29net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich1-1/+2
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss1-7/+20
2014-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-46/+54
2014-03-13consolidate duplicate code is skb_checksum_setup() helpersJan Beulich1-90/+50
2014-03-12skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin1-0/+6
2014-03-12skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin1-13/+13
2014-03-12skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin1-22/+24
2014-03-12skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin1-7/+7
2014-03-12skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin1-9/+9
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2014-02-17netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal1-3/+0
2014-02-12skbuff: Introduce skb_to_sgvec_nomark to map skb without mark new endFan Du1-0/+26
2014-01-29net: Fix warning on make htmldocs caused by skbuff.cMasanari Iida1-1/+1
2014-01-27net: add and use skb_gso_transport_seglen()Florian Westphal1-0/+25
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+360
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi1-31/+1
2014-01-15net: add skb_checksum_setupPaul Durrant1-0/+273
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller1-0/+85
2014-01-07net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf1-0/+85
2013-12-22net: use kfree_skb_list() helperEric Dumazet1-4/+1
2013-12-18net: Add utility function to copy skb hashTom Herbert1-2/+1
2013-12-06net: clear local_df when passing skb between namespacesHannes Frederic Sowa1-0/+1
2013-11-21gso: handle new frag_list of frags GRO packetsHerbert Xu1-25/+50
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko1-3/+0
2013-11-08net: skbuff - kernel-doc fixesMathias Krause1-5/+5
2013-11-08net: move pskb_put() to core codeMathias Krause1-0/+23
2013-11-05net: introduce skb_coalesce_rx_frag()Jason Wang1-0/+12
2013-11-05net: checksum: fix warning in skb_checksumDaniel Borkmann1-1/+1
2013-11-04net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann1-10/+21
2013-10-20net: generalize skb_segment()Eric Dumazet1-17/+5
2013-10-10net: gro: allow to build full sized skbEric Dumazet1-17/+26
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