aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-19net: add alloc_skb_with_frags() helperEric Dumazet1-0/+78
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet1-1/+2
2014-09-12mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck1-0/+5
2014-09-12skb: Add documentation for skb_clone_skAlexander Duyck1-0/+13
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck1-7/+25
2014-09-05net-timestamp: Merge shared code between phy and regular timestampingAlexander Duyck1-23/+42
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida1-2/+2
2014-09-01sock: deduplicate errqueue dequeueWillem de Bruijn1-0/+20
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich1-0/+53
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-08-05net-timestamp: TCP timestampingWillem de Bruijn1-1/+4
2014-08-05net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn1-4/+12
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn1-0/+2
2014-08-05net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn1-0/+1
2014-07-31net: Correctly set segment mac_len in skb_segment().Vlad Yasevich1-1/+1
2014-06-25net: fix setting csum_start in skb_segment()Tom Herbert1-1/+1
2014-06-15net: Fix save software checksum completeTom Herbert1-0/+3
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila1-5/+9
2014-06-11net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao1-1/+2
2014-06-04net: Support for multiple checksums with gsoTom Herbert1-1/+7
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-05-16net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet1-2/+2
2014-05-12net: rename local_df to ignore_dfWANG Cong1-2/+2
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-3/+1
2014-04-10net: core: don't account for udp header size when computing seglenFlorian Westphal1-5/+7
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+22
2014-03-28net: 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-14Merge 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-11skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin1-0/+6
2014-03-11skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin1-13/+13
2014-03-11skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin1-22/+24
2014-03-11skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin1-7/+7
2014-03-11skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin1-9/+9
2014-03-05Merge 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-28net: Fix warning on make htmldocs caused by skbuff.cMasanari Iida1-1/+1
2014-01-26net: 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-14net: add skb_checksum_setupPaul Durrant1-0/+273
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller1-0/+85
2014-01-06net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf1-0/+85
2013-12-21net: use kfree_skb_list() helperEric Dumazet1-4/+1
2013-12-17net: Add utility function to copy skb hashTom Herbert1-2/+1
2013-12-05net: clear local_df when passing skb between namespacesHannes Frederic Sowa1-0/+1