summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann2020-06-021-0/+8
* net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki2020-06-011-26/+0
* net: allow __skb_ext_alloc to sleepFlorian Westphal2020-05-171-1/+1
* skbuff.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-181-1/+1
* skbuff.h: Improve the checksum related commentsDexuan Cui2020-04-061-19/+19
* net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu2020-03-291-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-4/+32
|\
| * net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-03-251-4/+32
* | net: datagram: drop 'destructor' argument from several helpersPaolo Abeni2020-02-281-10/+2
|/
* skbuff.h: fix all kernel-doc warningsRandy Dunlap2020-02-161-0/+30
* skbuff: fix a data race in skb_queue_len()Qian Cai2020-02-061-1/+13
* net: Support GRO/GSO fraglist chaining.Steffen Klassert2020-01-271-0/+2
* net: Add fraglist GRO/GSO feature flagsSteffen Klassert2020-01-271-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-01-211-3/+8
|\
| * net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Sabrina Dubroca2019-12-091-3/+8
* | net: skbuff: disambiguate argument and member for skb_list_walk_safe helperJason A. Donenfeld2020-01-141-3/+3
* | skb: add helpers to allocate ext independently from sk_buffPaolo Abeni2020-01-091-0/+3
* | mptcp: Add MPTCP to skb extensionsMat Martineau2020-01-091-0/+3
* | net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld2020-01-081-0/+5
|/
* net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese2019-12-041-1/+1
* Fixed updating of ethertype in function skb_mpls_popMartin Varghese2019-12-021-1/+2
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-2/+5
|\
| * y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann2019-11-151-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-0/+6
|\ \
| * | udp: drop skb extensions before marking skb statelessFlorian Westphal2019-11-221-0/+6
| |/
* | net: add a READ_ONCE() in skb_peek_tail()Eric Dumazet2019-11-071-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-10/+26
|\|
| * net: add skb_queue_empty_lockless()Eric Dumazet2019-10-281-9/+24
| * net/flow_dissector: switch to siphashEric Dumazet2019-10-231-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-2/+3
|\|
| * net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-151-2/+3
* | net: core: change return type of pskb_may_pull to boolHeiner Kallweit2019-10-071-3/+3
|/
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-4/+1
* sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal2019-09-271-0/+9
* netfilter: conntrack: move code to linux/nf_conntrack_common.h.Jeremy Sowden2019-09-131-17/+15
* net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey2019-09-061-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-0/+8
|\
| * net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-081-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-131-1/+1
|\ \
| * | bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev2019-07-251-1/+1
* | | linux: Remove bvec page_offset, use bv_offsetJonathan Lemon2019-07-301-5/+5
* | | linux: Add skb_frag_t page_offset accessorsJonathan Lemon2019-07-301-8/+59
|/ /
* | net: Convert skb_frag_t to bio_vecMatthew Wilcox (Oracle)2019-07-221-7/+2
* | net: Rename skb_frag_t size to bv_lenMatthew Wilcox (Oracle)2019-07-221-5/+5
* | net: Rename skb_frag page to bv_pageMatthew Wilcox (Oracle)2019-07-221-7/+5
* | net: Reorder the contents of skb_frag_tMatthew Wilcox (Oracle)2019-07-221-1/+1
* | net: Increase the size of skb_frag_tMatthew Wilcox (Oracle)2019-07-221-5/+0
* | net: Use skb accessors in network coreMatthew Wilcox (Oracle)2019-07-221-1/+1
|/
* net/flow_dissector: add connection tracking dissectionPaul Blakey2019-07-091-0/+10
* net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-081-0/+1