aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAge
* tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh2017-03-21
* tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh2017-03-21
* net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-03-07
* net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet2017-03-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-03
|\
| * skbuff: add and use skb_nfct helperFlorian Westphal2017-02-02
* | net: remove useless pfmemalloc settingEric Dumazet2017-02-02
* | net: adjust skb->truesize in pskb_expand_head()Eric Dumazet2017-01-27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-11
|\ \
| * | mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck2017-01-10
| |/
* / net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-08
|/
* ktime: Get rid of the unionThomas Gleixner2016-12-25
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* net: skb_condense() can also deal with empty skbsEric Dumazet2016-12-09
* udp: under rx pressure, try to condense skbsEric Dumazet2016-12-08
* sock: reset sk_err for ICMP packets read from error queueSoheil Hassas Yeganeh2016-12-02
* tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-30
* tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet2016-11-24
* net: make struct napi_alloc_cache::skb_count unsigned intAlexey Dobriyan2016-11-19
* sock: do not set sk_err in sock_dequeue_err_skbSoheil Hassas Yeganeh2016-11-07
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-07
|\
| * skb_splice_bits(): get rid of callbackAl Viro2016-10-03
* | net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac headerShmulik Ladkani2016-10-03
* | net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani2016-09-22
* | net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani2016-09-22
* | net: skbuff: Export __skb_vlan_popShmulik Ladkani2016-09-22
* | gso: Support partial splitting at the frag_list pointerSteffen Klassert2016-09-19
* | tcp: use an RB tree for ooo receive queueYaogong Wang2016-09-08
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-06
|\
| * net_sched: fix mirrored packets checksumWANG Cong2016-07-01
* | net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller2016-06-04
* | sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-03
* | skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2016-06-03
* | sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner2016-06-03
* | skbuff: export skb_gro_receiveMarcelo Ricardo Leitner2016-06-03
|/
* skbuff: remove unused variable `doff'Sowmini Varadhan2016-05-10
* gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck2016-05-04
* gso: Do not perform partial GSO if number of partial segments is 1 or lessAlexander Duyck2016-05-04
* skbuff: Add pskb_extract() helper functionSowmini Varadhan2016-04-25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-23
|\
| * vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann2016-04-15
* | GSO: Support partial segmentation offloadAlexander Duyck2016-04-14
|/
* net: remove a dubious unlikely() clauseEric Dumazet2016-03-20
* net: adjust napi_consume_skb to handle non-NAPI callersJesper Dangaard Brouer2016-03-13
* net: Walk fragments in __skb_splice_bitsTom Herbert2016-03-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-08
|\
| * net: fix bridge multicast packet checksum validationLinus Lüssing2016-02-25
* | net: remove skb_sender_cpu_clear()WANG Cong2016-03-01
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-23
|\|
| * net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-02-09