summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2021-01-23net: skbuff: disambiguate argument and member for skb_list_walk_safe helperJason A. Donenfeld
2021-01-23net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld
2020-10-01skbuff: fix a data race in skb_queue_len()Qian Cai
2020-09-26net: add __must_check to skb_put_padto()Eric Dumazet
2020-04-01net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-01-04net: add a READ_ONCE() in skb_peek_tail()Eric Dumazet
2019-12-18net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese
2019-12-18Fixed updating of ethertype in function skb_mpls_popMartin Varghese
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal
2019-10-28net: add skb_queue_empty_lockless()Eric Dumazet
2019-10-23net/flow_dissector: switch to siphashEric Dumazet
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal
2019-09-13netfilter: conntrack: move code to linux/nf_conntrack_common.h.Jeremy Sowden
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-07-30linux: Remove bvec page_offset, use bv_offsetJonathan Lemon
2019-07-30linux: Add skb_frag_t page_offset accessorsJonathan Lemon
2019-07-25bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev
2019-07-22net: Convert skb_frag_t to bio_vecMatthew Wilcox (Oracle)
2019-07-22net: Rename skb_frag_t size to bv_lenMatthew Wilcox (Oracle)
2019-07-22net: Rename skb_frag page to bv_pageMatthew Wilcox (Oracle)
2019-07-22net: Reorder the contents of skb_frag_tMatthew Wilcox (Oracle)
2019-07-22net: Increase the size of skb_frag_tMatthew Wilcox (Oracle)
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)
2019-07-09net/flow_dissector: add connection tracking dissectionPaul Blakey
2019-07-08net: sched: add mpls manipulation actions to TCJohn Hurley
2019-07-08net: core: add MPLS update core helper and use in OvSJohn Hurley
2019-07-08net: core: move pop MPLS functionality from OvS to core helperJohn Hurley
2019-07-08net: core: move push MPLS functionality from OvS to core helperJohn Hurley
2019-07-08skbuff: increase verbosity when dumping skb dataWillem de Bruijn
2019-07-05net: remove unused parameter from skb_checksum_try_convertLi RongQing
2019-06-19flow_dissector: add support for ingress ifindex dissectionJiri Pirko
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-04net/tls: fully initialize the msg wrapper skbJakub Kicinski
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-16net: test nouarg before dereferencing zerocopy pointersWillem de Bruijn
2019-04-25bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev
2019-04-23flow_dissector: handle no-skb use caseStanislav Fomichev
2019-04-23net: plumb network namespace into __skb_flow_dissectStanislav Fomichev
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-18net: skb: remove unused assertsJakub Kicinski
2019-04-17net: core: introduce build_skb_aroundJesper Dangaard Brouer
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni
2019-04-01drivers: net: aurora: use netdev_xmit_more helperFlorian Westphal
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds