summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* net: skb_segment() provides list head and tailEric Dumazet2014-10-061-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-051-1/+1
|\
| * netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-021-1/+1
* | net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian2014-10-041-4/+4
* | net: do not export skb_gro_receive()Eric Dumazet2014-10-031-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-0/+3
|\ \
| * | gro: fix aggregation for skb using frag_listEric Dumazet2014-09-291-0/+3
* | | net: avoid one atomic operation in skb_clone()Eric Dumazet2014-10-011-6/+17
* | | net: cleanup and document skb fclone layoutEric Dumazet2014-10-011-21/+20
| |/ |/|
* | net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet2014-09-291-39/+41
* | net : optimize skb_release_data()Eric Dumazet2014-09-261-21/+22
* | net: introduce __skb_header_release()Eric Dumazet2014-09-261-2/+2
* | net: add alloc_skb_with_frags() helperEric Dumazet2014-09-191-0/+78
* | tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet2014-09-151-1/+2
* | mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck2014-09-121-0/+5
* | skb: Add documentation for skb_clone_skAlexander Duyck2014-09-121-0/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-2/+2
|\|
| * net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida2014-09-051-2/+2
* | net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2014-09-051-7/+25
* | net-timestamp: Merge shared code between phy and regular timestampingAlexander Duyck2014-09-051-23/+42
* | sock: deduplicate errqueue dequeueWillem de Bruijn2014-09-011-0/+20
|/
* net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-08-111-0/+53
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-051-1/+1
|\
| * net: Correctly set segment mac_len in skb_segment().Vlad Yasevich2014-07-311-1/+1
* | net-timestamp: TCP timestampingWillem de Bruijn2014-08-051-1/+4
* | net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn2014-08-051-4/+12
* | net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn2014-08-051-0/+2
* | net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn2014-08-051-0/+1
|/
* net: fix setting csum_start in skb_segment()Tom Herbert2014-06-251-1/+1
* net: Fix save software checksum completeTom Herbert2014-06-151-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-111-1/+1
|\
| * net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao2014-06-111-1/+2
* | net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-111-5/+9
* | net: Support for multiple checksums with gsoTom Herbert2014-06-041-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-2/+2
|\|
| * net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet2014-05-161-2/+2
* | net: rename local_df to ignore_dfWANG Cong2014-05-121-2/+2
|/
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-3/+1
* net: core: don't account for udp header size when computing seglenFlorian Westphal2014-04-101-5/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-8/+22
|\
| * net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2014-03-281-1/+2
| * core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-03-271-7/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-46/+54
|\|
| * skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin2014-03-111-0/+6
| * skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin2014-03-111-13/+13
| * skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin2014-03-111-22/+24
| * skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin2014-03-111-7/+7
| * skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin2014-03-111-9/+9
* | consolidate duplicate code is skb_checksum_setup() helpersJan Beulich2014-03-131-90/+50
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-3/+0
|\|