summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)AuthorFilesLines
2024-11-08inet: inet_defrag: prevent sk release while still in useFlorian Westphal1-4/+1
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey1-0/+15
2023-04-26netfilter: nf_tables: fix ifdef to also consider nf_tables=mFlorian Westphal1-2/+2
2023-04-26netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal1-0/+1
2022-10-26io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov1-0/+2
2022-09-05bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao1-0/+8
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet1-1/+1
2021-01-23net: skbuff: disambiguate argument and member for skb_list_walk_safe helperJason A. Donenfeld1-3/+3
2021-01-23net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld1-0/+5
2020-10-01skbuff: fix a data race in skb_queue_len()Qian Cai1-1/+13
2020-09-26net: add __must_check to skb_put_padto()Eric Dumazet1-3/+4
2020-04-01net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso1-4/+32
2020-01-04net: add a READ_ONCE() in skb_peek_tail()Eric Dumazet1-2/+4
2019-12-18net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-1/+1
2019-12-18Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-1/+2
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal1-0/+6
2019-10-28net: add skb_queue_empty_lockless()Eric Dumazet1-9/+24
2019-10-24net/flow_dissector: switch to siphashEric Dumazet1-1/+2
2019-10-16net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-2/+3
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-4/+1
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal1-0/+9
2019-09-13netfilter: conntrack: move code to linux/nf_conntrack_common.h.Jeremy Sowden1-17/+15
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey1-0/+13
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+8
2019-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2019-08-09net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski1-0/+8
2019-07-31linux: Remove bvec page_offset, use bv_offsetJonathan Lemon1-5/+5
2019-07-31linux: Add skb_frag_t page_offset accessorsJonathan Lemon1-8/+59
2019-07-26bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev1-1/+1
2019-07-23net: Convert skb_frag_t to bio_vecMatthew Wilcox (Oracle)1-7/+2
2019-07-23net: Rename skb_frag_t size to bv_lenMatthew Wilcox (Oracle)1-5/+5
2019-07-23net: Rename skb_frag page to bv_pageMatthew Wilcox (Oracle)1-7/+5
2019-07-23net: Reorder the contents of skb_frag_tMatthew Wilcox (Oracle)1-1/+1
2019-07-23net: Increase the size of skb_frag_tMatthew Wilcox (Oracle)1-5/+0
2019-07-23net: Use skb accessors in network coreMatthew Wilcox (Oracle)1-1/+1
2019-07-09net/flow_dissector: add connection tracking dissectionPaul Blakey1-0/+10
2019-07-09net: sched: add mpls manipulation actions to TCJohn Hurley1-0/+1
2019-07-09net: core: add MPLS update core helper and use in OvSJohn Hurley1-0/+1
2019-07-09net: core: move pop MPLS functionality from OvS to core helperJohn Hurley1-0/+1
2019-07-09net: core: move push MPLS functionality from OvS to core helperJohn Hurley1-0/+1
2019-07-09skbuff: increase verbosity when dumping skb dataWillem de Bruijn1-0/+1
2019-07-06net: remove unused parameter from skb_checksum_try_convertLi RongQing1-5/+3
2019-06-19flow_dissector: add support for ingress ifindex dissectionJiri Pirko1-0/+4
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-05net/tls: fully initialize the msg wrapper skbJakub Kicinski1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16net: test nouarg before dereferencing zerocopy pointersWillem de Bruijn1-3/+6
2019-04-26bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev1-0/+8
2019-04-23flow_dissector: handle no-skb use caseStanislav Fomichev1-5/+0
2019-04-23net: plumb network namespace into __skb_flow_dissectStanislav Fomichev1-8/+11