summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | GSO: Support partial segmentation offloadAlexander Duyck2016-04-141-1/+28
|/
* net: remove a dubious unlikely() clauseEric Dumazet2016-03-201-1/+1
* net: adjust napi_consume_skb to handle non-NAPI callersJesper Dangaard Brouer2016-03-131-2/+2
* net: Walk fragments in __skb_splice_bitsTom Herbert2016-03-091-23/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-2/+20
|\
| * net: fix bridge multicast packet checksum validationLinus Lüssing2016-02-251-2/+20
* | net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-0/+2
|\|
| * net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-02-091-0/+2
* | net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-191-3/+1
* | net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer2016-02-111-2/+6
* | net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer2016-02-111-6/+77
* | net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck2016-02-111-2/+1