summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso1-4/+32
2020-02-17skbuff.h: fix all kernel-doc warningsRandy Dunlap1-0/+30
2020-02-06skbuff: fix a data race in skb_queue_len()Qian Cai1-1/+13
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert1-0/+2
2020-01-27net: Add fraglist GRO/GSO feature flagsSteffen Klassert1-0/+2
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-3/+8
2020-01-14net: skbuff: disambiguate argument and member for skb_list_walk_safe helperJason A. Donenfeld1-3/+3
2020-01-10skb: add helpers to allocate ext independently from sk_buffPaolo Abeni1-0/+3
2020-01-10mptcp: Add MPTCP to skb extensionsMat Martineau1-0/+3
2020-01-09net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld1-0/+5
2019-12-09net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Sabrina Dubroca1-3/+8
2019-12-05net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-1/+1
2019-12-03Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-1/+2
2019-12-02Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds1-2/+5
2019-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal1-0/+6
2019-11-15y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann1-2/+5
2019-11-08net: add a READ_ONCE() in skb_peek_tail()Eric Dumazet1-2/+4
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+26
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-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+3
2019-10-16net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-2/+3
2019-10-07net: core: change return type of pskb_may_pull to boolHeiner Kallweit1-3/+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