summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-201-0/+1
| |\
| * | gso: Validate assumption of frag_list segementationIlan Tayari2017-04-171-4/+14
| * | gso: Support frag_list splitting with head_fragIlan Tayari2017-04-121-1/+1
* | | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-021-1/+0
|\ \ \
| * | | splice_pipe_desc: kill ->flagsAl Viro2016-12-261-1/+0
* | | | net: adjust skb->truesize in ___pskb_trim()Eric Dumazet2017-04-281-0/+2
* | | | gso: Validate assumption of frag_list segementationIlan Tayari2017-04-211-4/+14
| |_|/ |/| |
* | | net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-04-171-0/+1
| |/ |/|
* | tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh2017-03-211-6/+11
* | tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh2017-03-211-0/+10
* | net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-03-071-7/+8
* | net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet2017-03-071-7/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-031-1/+1
|\ \
| * | skbuff: add and use skb_nfct helperFlorian Westphal2017-02-021-1/+1
| |/
* | net: remove useless pfmemalloc settingEric Dumazet2017-02-021-1/+0
* | net: adjust skb->truesize in pskb_expand_head()Eric Dumazet2017-01-271-3/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-111-4/+4
|\ \
| * | mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck2017-01-101-4/+4
| |/
* / net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-081-3/+0
|/
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: skb_condense() can also deal with empty skbsEric Dumazet2016-12-091-9/+13
* udp: under rx pressure, try to condense skbsEric Dumazet2016-12-081-0/+28
* sock: reset sk_err for ICMP packets read from error queueSoheil Hassas Yeganeh2016-12-021-4/+13
* tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-301-3/+11
* tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet2016-11-241-1/+3
* net: make struct napi_alloc_cache::skb_count unsigned intAlexey Dobriyan2016-11-191-1/+1
* sock: do not set sk_err in sock_dequeue_err_skbSoheil Hassas Yeganeh2016-11-071-1/+0
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-26/+2
|\
| * skb_splice_bits(): get rid of callbackAl Viro2016-10-031-26/+2
* | net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac headerShmulik Ladkani2016-10-031-15/+22
* | net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani2016-09-221-4/+2
* | net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani2016-09-221-6/+4
* | net: skbuff: Export __skb_vlan_popShmulik Ladkani2016-09-221-2/+5
* | gso: Support partial splitting at the frag_list pointerSteffen Klassert2016-09-191-11/+40
* | tcp: use an RB tree for ooo receive queueYaogong Wang2016-09-081-0/+19
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-18/+0
|\
| * net_sched: fix mirrored packets checksumWANG Cong2016-07-011-18/+0
* | net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller2016-06-031-0/+1
* | sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-031-0/+3
* | skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2016-06-031-0/+31
* | sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner2016-06-031-3/+7
* | skbuff: export skb_gro_receiveMarcelo Ricardo Leitner2016-06-031-0/+1
|/
* skbuff: remove unused variable `doff'Sowmini Varadhan2016-05-101-6/+0
* gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck2016-05-041-3/+3
* gso: Do not perform partial GSO if number of partial segments is 1 or lessAlexander Duyck2016-05-041-1/+4
* skbuff: Add pskb_extract() helper functionSowmini Varadhan2016-04-251-0/+242
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-2/+5
|\
| * vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann2016-04-151-2/+5