summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
...
* | skbuff: Function to send an skbuf on a socketTom Herbert2017-08-011-0/+101
* | skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal2017-07-241-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-1/+1
|\ \ | |/
| * mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
* | net: Revert "net: add function to allocate sk_buff head without data area"Florian Westphal2017-07-171-29/+2
* | skbuff: optimize the pull_pages code in __pskb_pull_tail()linzhang2017-07-171-0/+3
|/
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+5
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: make skb_pull & friends return void pointersJohannes Berg2017-06-161-3/+3
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-3/+3
* net: use skb_unref() in napi_consume_skb()Paolo Abeni2017-06-141-3/+2
* udp: avoid a cache miss on dequeuePaolo Abeni2017-06-121-4/+20
* net: factor out a helper to decrement the skb refcountPaolo Abeni2017-06-121-10/+4
* skbuff: only inherit relevant tx_flagsWillem de Bruijn2017-06-081-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-061-1/+4
|\
| * sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh2017-06-041-1/+4
* | skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld2017-06-041-23/+42
* | net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar2017-05-211-0/+4
* | skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2017-05-191-0/+26
|/
* 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
OpenPOWER on IntegriCloud