summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2020-04-06skbuff.h: Improve the checksum related commentsDexuan Cui
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni
2020-02-16skbuff.h: fix all kernel-doc warningsRandy Dunlap
2020-02-06skbuff: fix a data race in skb_queue_len()Qian Cai
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert
2020-01-27net: Add fraglist GRO/GSO feature flagsSteffen Klassert
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-01-14net: skbuff: disambiguate argument and member for skb_list_walk_safe helperJason A. Donenfeld
2020-01-09skb: add helpers to allocate ext independently from sk_buffPaolo Abeni
2020-01-09mptcp: Add MPTCP to skb extensionsMat Martineau
2020-01-08net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld
2019-12-09net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Sabrina Dubroca
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal
2019-11-15y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann
2019-11-07net: add a READ_ONCE() in skb_peek_tail()Eric Dumazet
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-28net: add skb_queue_empty_lockless()Eric Dumazet
2019-10-23net/flow_dissector: switch to siphashEric Dumazet
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti
2019-10-07net: core: change return type of pskb_may_pull to boolHeiner Kallweit
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