summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
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
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds
2019-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-03-08net: add missing documentation in linux/skbuff.hPedro Tammela
2019-03-07bpf: only test gso type on gso packetsWillem de Bruijn
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-02-15net: validate untrusted gso packets without csum offloadWillem de Bruijn
2019-02-12net/skbuff: fix up kernel-doc placementBrian Norris
2019-02-10bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-01-29net/flow_dissector: move bpf case into __skb_flow_bpf_dissectStanislav Fomichev
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2019-01-07doc: networking: convert offload files into RST and update referencesOtto Sabart
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-21net: drop the unused helper skb_ext_get()Paolo Abeni
2018-12-19net: switch secpath to use skb extension infrastructureFlorian Westphal
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal
2018-12-19net: move secpath_exist helper to sk_buff.hFlorian Westphal