aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-25bpf: 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
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev1-0/+4
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+2
2019-04-18net: skb: remove unused assertsJakub Kicinski1-2/+0
2019-04-17net: core: introduce build_skb_aroundJesper Dangaard Brouer1-0/+2
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni1-3/+3
2019-04-01drivers: net: aurora: use netdev_xmit_more helperFlorian Westphal1-2/+0
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-7/+61
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+2
2019-03-08net: add missing documentation in linux/skbuff.hPedro Tammela1-5/+59
2019-03-07bpf: only test gso type on gso packetsWillem de Bruijn1-2/+2
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy1-4/+1
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+6
2019-02-15net: validate untrusted gso packets without csum offloadWillem de Bruijn1-1/+1
2019-02-12net/skbuff: fix up kernel-doc placementBrian Norris1-6/+6
2019-02-10bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn1-0/+6
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani1-0/+18
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani1-3/+3
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+5
2019-01-29net/flow_dissector: move bpf case into __skb_flow_bpf_dissectStanislav Fomichev1-0/+5
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1
2019-01-07doc: networking: convert offload files into RST and update referencesOtto Sabart1-1/+1
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2018-12-21net: drop the unused helper skb_ext_get()Paolo Abeni1-11/+0
2018-12-19net: switch secpath to use skb extension infrastructureFlorian Westphal1-5/+5
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal1-1/+1
2018-12-19net: move secpath_exist helper to sk_buff.hFlorian Westphal1-3/+10
2018-12-19net: convert bridge_nf to use skb extension infrastructureFlorian Westphal1-26/+2
2018-12-19sk_buff: add skb extension infrastructureFlorian Westphal1-1/+110
2018-12-13datagram: introduce skb_copy_and_hash_datagram_iter helperSagi Grimberg1-0/+3
2018-12-04skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel1-1/+3
2018-12-03udp: elide zerocopy operation in hot pathWillem de Bruijn1-4/+8
2018-12-03udp: msg_zerocopyWillem de Bruijn1-0/+1
2018-11-25net: remove unsafe skb_insert()Eric Dumazet1-2/+0
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+17
2018-11-23packet: copy user buffers before orphan or cloneWillem de Bruijn1-1/+17
2018-11-16net: remove unused skb_send_sock()Cong Wang1-1/+0
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław1-7/+9
2018-11-16net/skbuff: add macros for VLAN_PRESENT bitMichał Mirosław1-0/+6
2018-11-06net: skbuff.h: remove unnecessary unlikely()Yangtao Li1-3/+1
2018-10-17net: skbuff.h: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+6
2018-10-02net: drop unused skb_append_datato_frags()Paolo Abeni1-5/+0
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+20
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet1-1/+1