aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-132/+133
2017-07-03bpf, net: add skb_mac_header_len helperDaniel Borkmann1-0/+5
2017-07-01net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-5/+5
2017-07-01net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-0/+22
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-0/+5
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-4/+3
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg1-7/+7
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-4/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-0/+10
2017-06-15skbuff: make skb_put_zero() return voidJohannes Berg1-2/+2
2017-06-13Merge tag 'mac80211-next-for-davem-2017-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-0/+9
2017-06-12udp: avoid a cache miss on dequeuePaolo Abeni1-0/+2
2017-06-12net: factor out a helper to decrement the skb refcountPaolo Abeni1-0/+13
2017-06-08Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-109/+38
2017-06-04skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld1-4/+4
2017-05-30skbuff/mac80211: introduce and use skb_put_zero()Johannes Berg1-0/+9
2017-05-21net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar1-8/+2
2017-05-21net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar1-0/+9
2017-05-19sk_buff.h: improve description of CHECKSUM_{COMPLETE, UNNECESSARY}Davide Caratti1-2/+5
2017-05-19net: more accurate checksumming in validate_xmit_skb()Davide Caratti1-8/+5
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti1-7/+9
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti1-21/+2
2017-05-19net: introduce skb_crc32c_csum_helpDavide Caratti1-1/+2
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti1-0/+2
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-61/+1
2017-05-16net/sock: factor out dequeue/peek with offset codePaolo Abeni1-0/+7
2017-05-16net: skbuff.h: properly escape a macro name on kernel-docMauro Carvalho Chehab1-1/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+4
2017-04-21switch memcpy_from_msg() to copy_from_iter_full()Al Viro1-1/+1
2017-04-14net: Add ESP offload featuresSteffen Klassert1-0/+2
2017-04-08skbuff: Extend gso_type to unsigned int.Steffen Klassert1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-02-10net/skbuff: Introduce skb_mac_offset()Amir Vadai1-0/+5
2017-02-07net: add dst_pending_confirm flag to skbuffJulian Anastasov1-0/+12
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-14/+18
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal1-12/+9
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-3/+10
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-10mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_freeAlexander Duyck1-1/+1
2017-01-08net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn1-1/+4
2017-01-08net-tc: convert tc_at to tc_at_ingressWillem de Bruijn1-1/+2
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn1-4/+2
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn1-1/+4
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-12-09udp: copy skb->truesize in the first cache lineEric Dumazet1-1/+8
2016-12-08udp: under rx pressure, try to condense skbsEric Dumazet1-0/+2
2016-12-05make skb_add_data,{_nocache}() and skb_copy_to_page_nocache() advance only on successAl Viro1-3/+3