summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet2021-09-221-1/+1
* skbuff: fix a data race in skb_queue_len()Qian Cai2020-10-011-1/+13
* net: add __must_check to skb_put_padto()Eric Dumazet2020-10-011-1/+1
* net/flow_dissector: switch to siphashEric Dumazet2019-11-101-1/+2
* net: create skb_gso_validate_mac_len()Daniel Axtens2019-06-111-0/+30
* ip: use rb trees for IP frag queue.Peter Oskolkov2019-02-081-2/+2
* net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet2019-02-081-3/+2
* net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov2019-02-081-1/+1
* inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet2019-02-081-0/+5
* net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-02-061-0/+1
* tcp: use an RB tree for ooo receive queueYaogong Wang2018-10-131-0/+8
* net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-251-6/+6
* skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld2018-04-131-4/+4
* netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-241-0/+7
* net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet2017-06-141-3/+0
* net_sched: fix mirrored packets checksumWANG Cong2016-07-271-0/+19
* packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2016-07-271-0/+1
* bpf: try harder on clones when writing into skbDaniel Borkmann2016-07-111-0/+7
* mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-04-201-0/+24
* net: fix bridge multicast packet checksum validationLinus Lüssing2016-04-201-0/+17
* net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-03-031-0/+1
* net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-311-1/+2
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-3/+3
* tcp: skb_mstamp_after helperYuchung Cheng2015-10-211-0/+9
* skbuff: Fix skb checksum partial check.Pravin B Shelar2015-09-291-1/+1
* skbuff: Fix skb checksum flag on skb pullPravin B Shelar2015-09-241-0/+3
* netfilter: bridge: fix routing of bridge frames with call-iptables=1Florian Westphal2015-09-141-3/+3
* flow_dissector: Use 'const' where possible.David S. Miller2015-09-011-4/+4
* flow_dissector: Fix function argument ordering dependencyTom Herbert2015-09-011-4/+4
* flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert2015-09-011-8/+11
* flowi: Abstract out functions to get flow hash based on flowiTom Herbert2015-09-011-4/+12
* skbuff: Make __skb_set_sw_hash a general functionTom Herbert2015-09-011-16/+29
* flow_dissector: Move skb related functions to skbuff.hTom Herbert2015-09-011-0/+47
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-271-9/+5
|\
| * mm: make page pfmemalloc check more robustMichal Hocko2015-08-211-9/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-3/+3
|\|
| * net-timestamp: Update skb_complete_tx_timestamp commentBenjamin Poirier2015-08-101-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-08-041-6/+13
|\ \
| * | netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal2015-07-301-6/+13
| |/
* | net: Add functions to get skb->hash based on flow structuresTom Herbert2015-07-311-0/+21
* | vxlan: Flow based tunnelingThomas Graf2015-07-211-0/+1
* | net: remove skb_frag_add_headJiri Benc2015-07-201-6/+0
* | net: don't reforward packets already forwarded by offload deviceScott Feldman2015-07-201-1/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-06-151-1/+6
|\
| * netfilter: bridge: refactor frag_max_sizeBernhard Thaler2015-06-121-0/+1
| * netfilter: bridge: detect NAT66 correctly and change MAC addressBernhard Thaler2015-06-121-1/+5
* | flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrsEric Dumazet2015-06-121-4/+5
|/
* net: Get skb hash over flow_keys structureTom Herbert2015-06-041-1/+1
* net: make skb_splice_bits more configureableHannes Frederic Sowa2015-05-251-2/+9
* net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa2015-05-251-0/+3