summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
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
2018-12-19net: convert bridge_nf to use skb extension infrastructureFlorian Westphal
2018-12-19sk_buff: add skb extension infrastructureFlorian Westphal
2018-12-13datagram: introduce skb_copy_and_hash_datagram_iter helperSagi Grimberg
2018-12-04skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel
2018-12-03udp: elide zerocopy operation in hot pathWillem de Bruijn
2018-12-03udp: msg_zerocopyWillem de Bruijn
2018-11-25net: remove unsafe skb_insert()Eric Dumazet
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-23packet: copy user buffers before orphan or cloneWillem de Bruijn
2018-11-16net: remove unused skb_send_sock()Cong Wang
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław
2018-11-16net/skbuff: add macros for VLAN_PRESENT bitMichał Mirosław
2018-11-06net: skbuff.h: remove unnecessary unlikely()Yangtao Li
2018-10-17net: skbuff.h: Mark expected switch fall-throughsGustavo A. R. Silva
2018-10-02net: drop unused skb_append_datato_frags()Paolo Abeni
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet
2018-09-19flow_dissector: fix build failure without CONFIG_NETWillem de Bruijn
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov