summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-132/+133
|\
| * bpf, net: add skb_mac_header_len helperDaniel Borkmann2017-07-031-0/+5
| * net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
| * net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+5
| * net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
| * net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-0/+22
| * networking: add and use skb_put_u8()Johannes Berg2017-06-161-0/+5
| * networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-4/+3Star
| * networking: make skb_pull & friends return void pointersJohannes Berg2017-06-161-7/+7
| * networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-4/+4
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-161-0/+10
| * skbuff: make skb_put_zero() return voidJohannes Berg2017-06-151-2/+2
| * Merge tag 'mac80211-next-for-davem-2017-06-13' of git://git.kernel.org/pub/sc...David S. Miller2017-06-131-0/+9
| |\
| | * Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2017-06-081-109/+38Star
| | |\
| | * | skbuff/mac80211: introduce and use skb_put_zero()Johannes Berg2017-05-301-0/+9
| * | | udp: avoid a cache miss on dequeuePaolo Abeni2017-06-121-0/+2
| * | | net: factor out a helper to decrement the skb refcountPaolo Abeni2017-06-121-0/+13
| | |/ | |/|
| * | skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld2017-06-051-4/+4
| * | net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar2017-05-211-8/+2Star
| * | net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar2017-05-211-0/+9
| * | sk_buff.h: improve description of CHECKSUM_{COMPLETE, UNNECESSARY}Davide Caratti2017-05-201-2/+5
| * | net: more accurate checksumming in validate_xmit_skb()Davide Caratti2017-05-201-8/+5Star
| * | net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-201-7/+9
| * | sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-201-21/+2Star
| * | net: introduce skb_crc32c_csum_helpDavide Caratti2017-05-201-1/+2
| * | skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2017-05-201-0/+2
| * | tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-61/+1Star
| |/
| * net/sock: factor out dequeue/peek with offset codePaolo Abeni2017-05-161-0/+7
* | net: skbuff.h: properly escape a macro name on kernel-docMauro Carvalho Chehab2017-05-161-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-031-1/+4
|\
| * net: Add ESP offload featuresSteffen Klassert2017-04-141-0/+2
| * skbuff: Extend gso_type to unsigned int.Steffen Klassert2017-04-081-1/+2
* | switch memcpy_from_msg() to copy_from_iter_full()Al Viro2017-04-211-1/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* net/skbuff: Introduce skb_mac_offset()Amir Vadai2017-02-101-0/+5
* net: add dst_pending_confirm flag to skbuffJulian Anastasov2017-02-071-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-031-14/+18
|\
| * netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal2017-02-021-12/+9Star
| * skbuff: add and use skb_nfct helperFlorian Westphal2017-02-021-3/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-111-1/+1
|\ \
| * | mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck2017-01-111-1/+1
| |/
* | net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2017-01-091-1/+4
* | net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2017-01-091-1/+2
* | net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-091-4/+2Star
* | net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-091-1/+4
|/
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-3/+3
|\
| * make skb_add_data,{_nocache}() and skb_copy_to_page_nocache() advance only on...Al Viro2016-12-051-3/+3
* | udp: copy skb->truesize in the first cache lineEric Dumazet2016-12-101-1/+8
* | udp: under rx pressure, try to condense skbsEric Dumazet2016-12-081-0/+2