summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+38
| |\
| * | 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-041-4/+4
* | net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar2017-05-211-8/+2
* | 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-191-2/+5
* | net: more accurate checksumming in validate_xmit_skb()Davide Caratti2017-05-191-8/+5
* | net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-191-7/+9
* | sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-191-21/+2
* | net: introduce skb_crc32c_csum_helpDavide Caratti2017-05-191-1/+2
* | skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2017-05-191-0/+2
* | tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-61/+1
|/
* net/sock: factor out dequeue/peek with offset codePaolo Abeni2017-05-161-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-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/+9
| * 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-101-1/+1
| |/
* | net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2017-01-081-1/+4
* | net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2017-01-081-1/+2
* | net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-081-4/+2
* | net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-081-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-091-1/+8
* | udp: under rx pressure, try to condense skbsEric Dumazet2016-12-081-0/+2
* | net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan2016-11-191-3/+3
* | udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-071-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-0/+1
|\|
| * doc: update docbook annotations for socket and skbStephen Hemminger2016-10-261-0/+1
* | flow_dissector: __skb_get_hash_symmetric arg can be constFlorian Westphal2016-10-291-1/+1
|/
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-7/+1
|\
| * skb_splice_bits(): get rid of callbackAl Viro2016-10-031-7/+1
* | net: skbuff: Export __skb_vlan_popShmulik Ladkani2016-09-221-0/+1
* | bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-201-2/+12
* | tcp: use an RB tree for ooo receive queueYaogong Wang2016-09-081-0/+2
* | bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel2016-08-261-8/+5
* | bpf: add bpf_skb_change_tail helperDaniel Borkmann2016-08-181-1/+42
|/