summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet
2020-10-01skbuff: fix a data race in skb_queue_len()Qian Cai
2020-10-01net: add __must_check to skb_put_padto()Eric Dumazet
2019-11-10net/flow_dissector: switch to siphashEric Dumazet
2019-06-11net: create skb_gso_validate_mac_len()Daniel Axtens
2019-02-08ip: use rb trees for IP frag queue.Peter Oskolkov
2019-02-08net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet
2019-02-08net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov
2019-02-08inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet
2019-02-06net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2018-10-13tcp: use an RB tree for ooo receive queueYaogong Wang
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio
2018-04-13skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld
2017-11-24netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2017-06-14net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet
2016-07-27net_sched: fix mirrored packets checksumWANG Cong
2016-07-27packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller
2016-07-11bpf: try harder on clones when writing into skbDaniel Borkmann
2016-04-20mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-04-20net: fix bridge multicast packet checksum validationLinus Lüssing
2016-03-03net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-21tcp: skb_mstamp_after helperYuchung Cheng
2015-09-29skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-09-24skbuff: Fix skb checksum flag on skb pullPravin B Shelar
2015-09-14netfilter: bridge: fix routing of bridge frames with call-iptables=1Florian Westphal
2015-09-01flow_dissector: Use 'const' where possible.David S. Miller
2015-09-01flow_dissector: Fix function argument ordering dependencyTom Herbert
2015-09-01flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert
2015-09-01flowi: Abstract out functions to get flow hash based on flowiTom Herbert
2015-09-01skbuff: Make __skb_set_sw_hash a general functionTom Herbert
2015-09-01flow_dissector: Move skb related functions to skbuff.hTom Herbert
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-10net-timestamp: Update skb_complete_tx_timestamp commentBenjamin Poirier
2015-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-07-31net: Add functions to get skb->hash based on flow structuresTom Herbert
2015-07-30netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal
2015-07-21vxlan: Flow based tunnelingThomas Graf
2015-07-20net: remove skb_frag_add_headJiri Benc
2015-07-20net: don't reforward packets already forwarded by offload deviceScott Feldman
2015-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-06-12flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrsEric Dumazet
2015-06-12netfilter: bridge: refactor frag_max_sizeBernhard Thaler
2015-06-12netfilter: bridge: detect NAT66 correctly and change MAC addressBernhard Thaler
2015-06-04net: Get skb hash over flow_keys structureTom Herbert
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa
2015-05-25net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa