summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2014-09-29gro: fix aggregation for skb using frag_listEric Dumazet
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-08-05net-timestamp: TCP timestampingWillem de Bruijn
2014-08-05net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn
2014-08-05net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn
2014-07-31net: Correctly set segment mac_len in skb_segment().Vlad Yasevich
2014-06-25net: fix setting csum_start in skb_segment()Tom Herbert
2014-06-15net: Fix save software checksum completeTom Herbert
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila
2014-06-11net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao
2014-06-04net: Support for multiple checksums with gsoTom Herbert
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-16net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet
2014-05-12net: rename local_df to ignore_dfWANG Cong
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-10net: core: don't account for udp header size when computing seglenFlorian Westphal
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-13consolidate duplicate code is skb_checksum_setup() helpersJan Beulich
2014-03-11skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin
2014-03-11skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin
2014-03-11skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin
2014-03-11skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin
2014-03-11skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-17netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal
2014-02-12skbuff: Introduce skb_to_sgvec_nomark to map skb without mark new endFan Du
2014-01-28net: Fix warning on make htmldocs caused by skbuff.cMasanari Iida
2014-01-26net: add and use skb_gso_transport_seglen()Florian Westphal
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi
2014-01-14net: add skb_checksum_setupPaul Durrant
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2014-01-06net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf
2013-12-21net: use kfree_skb_list() helperEric Dumazet
2013-12-17net: Add utility function to copy skb hashTom Herbert
2013-12-05net: clear local_df when passing skb between namespacesHannes Frederic Sowa
2013-11-21gso: handle new frag_list of frags GRO packetsHerbert Xu
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko
2013-11-07net: skbuff - kernel-doc fixesMathias Krause
2013-11-07net: move pskb_put() to core codeMathias Krause
2013-11-04net: introduce skb_coalesce_rx_frag()Jason Wang
2013-11-04net: checksum: fix warning in skb_checksumDaniel Borkmann
2013-11-03net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann