aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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
2018-09-19flow_dissector: fix build failure without CONFIG_NETWillem de Bruijn1-0/+13
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov1-0/+7
2018-09-10net: Add and use skb_list_del_init().David S. Miller1-0/+6
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-0/+5
2018-09-10ppp: Remove direct skb_queue_head list pointer access.David S. Miller1-0/+11
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2018-08-10net: Export skb_headers_offset_updateToshiaki Makita1-0/+1
2018-08-09net: skbuff.h: fix using plain integer as NULL warningYueHaibing1-1/+1
2018-08-05ip: use rb trees for IP frag queue.Peter Oskolkov1-3/+6
2018-08-05net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov1-1/+1
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-5/+5
2018-07-18net: Move skb decrypted field, avoid explicity copyStefano Brivio1-5/+4
2018-07-16net: Add decrypted field to skbBoris Pismenny1-1/+6
2018-07-12net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-5/+5
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+2
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-1/+2