aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2022-01-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/intelBruce Ashfield
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet
2021-08-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/intelBruce Ashfield
2021-08-04gro: ensure frag0 meets IP header alignmentEric Dumazet
2021-06-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/intelBruce Ashfield
2021-01-23net: skbuff: disambiguate argument and member for skb_list_walk_safe helperJason A. Donenfeld
2021-01-23net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld
2020-10-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/intelBruce Ashfield
2020-10-01skbuff: fix a data race in skb_queue_len()Qian Cai
2020-09-26net: add __must_check to skb_put_padto()Eric Dumazet
2020-03-11Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/intelBruce Ashfield
2020-01-04net: add a READ_ONCE() in skb_peek_tail()Eric Dumazet
2019-11-17Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/intelBruce Ashfield
2019-11-10net/flow_dissector: switch to siphashEric Dumazet
2019-11-10net: add skb_queue_empty_lockless()Eric Dumazet
2019-07-04Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/intelBruce Ashfield
2019-05-25net: test nouarg before dereferencing zerocopy pointersWillem de Bruijn
2019-04-12Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-03-23bpf: only test gso type on gso packetsWillem de Bruijn
2019-03-23bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn
2019-03-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-02-27net: validate untrusted gso packets without csum offloadWillem de Bruijn
2019-02-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-01-31net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2019-01-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2018-12-17net: use skb_list_del_init() to remove from RX sublistsEdward Cree
2018-12-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2018-12-05packet: copy user buffers before orphan or cloneWillem de Bruijn
2018-11-28net: Use skbufhead with raw lockThomas Gleixner
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-08-10net: Export skb_headers_offset_updateToshiaki Makita
2018-08-09net: skbuff.h: fix using plain integer as NULL warningYueHaibing
2018-08-05ip: use rb trees for IP frag queue.Peter Oskolkov
2018-08-05net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18net: Move skb decrypted field, avoid explicity copyStefano Brivio
2018-07-16net: Add decrypted field to skbBoris Pismenny
2018-07-12net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04net: skbuff.h: drop unneeded <linux/slab.h>Randy Dunlap
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-08net: core: rework basic flow dissection helperPaolo Abeni
2018-05-01net: Rename and export copy_skb_headerIlya Lesokhin
2018-04-26udp: add udp gsoWillem de Bruijn
2018-04-19net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet
2018-03-31inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller