summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* 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-02-201-0/+16
* net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-311-0/+1
* ip: use rb trees for IP frag queue.Peter Oskolkov2018-10-181-2/+2
* net: add rb_to_skb() and other rb tree helpersEric Dumazet2018-10-181-0/+18
* net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet2018-10-181-3/+2
* net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov2018-10-181-1/+1
* inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet2018-10-181-0/+5
* tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet2018-07-281-0/+2
* net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-251-5/+5
* 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
* doc: update docbook annotations for socket and skbStephen Hemminger2016-10-261-0/+1
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-7/+1
|\
| * skb_splice_bits(): get rid of callbackAl Viro2016-10-031-7/+1
* | net: skbuff: Export __skb_vlan_popShmulik Ladkani2016-09-221-0/+1
* | bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-201-2/+12
* | tcp: use an RB tree for ooo receive queueYaogong Wang2016-09-081-0/+2
* | bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel2016-08-261-8/+5
* | bpf: add bpf_skb_change_tail helperDaniel Borkmann2016-08-181-1/+42
|/
* bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann2016-08-081-19/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-0/+20
|\
| * net_sched: fix mirrored packets checksumWANG Cong2016-07-011-0/+19
| * packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2016-07-011-0/+1
* | net: simplify and make pkt_type_ok() available for other usersJamal Hadi Salim2016-07-041-0/+10
* | sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-031-0/+2
* | skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2016-06-031-0/+1
* | sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner2016-06-031-0/+5
|/
* net: suppress warnings on dev_alloc_skbNeil Horman2016-05-201-2/+2
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-201-2/+2
* net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet2016-05-031-0/+10
* tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh2016-04-281-5/+1
* skbuff: Add pskb_extract() helper functionSowmini Varadhan2016-04-251-0/+2
* GSO: Support partial segmentation offloadAlexander Duyck2016-04-141-2/+7
* GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2016-04-141-9/+11
* udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-051-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-0/+24
|\
| * mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-03-031-0/+24
* | net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-0/+1
|\|
| * net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-02-091-0/+1
* | bpf: try harder on clones when writing into skbDaniel Borkmann2016-02-211-0/+7
* | net: Optimize local checksum offloadAlexander Duyck2016-02-181-9/+8
* | Documentation/networking: add checksum-offloads.txt to explain LCOEdward Cree2016-02-121-0/+2
* | net: local checksum offload for encapsulationEdward Cree2016-02-121-0/+24
* | net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer2016-02-111-0/+1
* | net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer2016-02-111-0/+3
* | net: Store checksum result for offloaded GSO checksumsAlexander Duyck2016-02-111-0/+15