aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2017-06-04sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-04-28net: adjust skb->truesize in ___pskb_trim()Eric Dumazet
2017-04-21gso: Validate assumption of frag_list segementationIlan Tayari
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-17gso: Validate assumption of frag_list segementationIlan Tayari
2017-04-17net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn
2017-04-12gso: Support frag_list splitting with head_fragIlan Tayari
2017-03-21tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh
2017-03-21tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh
2017-03-07net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet
2017-03-07net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-02net: remove useless pfmemalloc settingEric Dumazet
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal
2017-01-27net: adjust skb->truesize in pskb_expand_head()Eric Dumazet
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-10mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn
2016-12-26splice_pipe_desc: kill ->flagsAl Viro
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-09net: skb_condense() can also deal with empty skbsEric Dumazet
2016-12-08udp: under rx pressure, try to condense skbsEric Dumazet
2016-12-02sock: reset sk_err for ICMP packets read from error queueSoheil Hassas Yeganeh
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan
2016-11-24tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet
2016-11-19net: make struct napi_alloc_cache::skb_count unsigned intAlexey Dobriyan
2016-11-07sock: do not set sk_err in sock_dequeue_err_skbSoheil Hassas Yeganeh
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-03net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac headerShmulik Ladkani
2016-10-03skb_splice_bits(): get rid of callbackAl Viro
2016-09-22net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani
2016-09-22net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani
2016-09-22net: skbuff: Export __skb_vlan_popShmulik Ladkani
2016-09-19gso: Support partial splitting at the frag_list pointerSteffen Klassert
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-01net_sched: fix mirrored packets checksumWANG Cong
2016-06-03net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner
2016-06-03sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner
2016-06-03skbuff: export skb_gro_receiveMarcelo Ricardo Leitner
2016-05-10skbuff: remove unused variable `doff'Sowmini Varadhan
2016-05-04gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck
2016-05-04gso: Do not perform partial GSO if number of partial segments is 1 or lessAlexander Duyck
2016-04-25skbuff: Add pskb_extract() helper functionSowmini Varadhan
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller