summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet1-1/+1
2020-10-01skbuff: fix a data race in skb_queue_len()Qian Cai1-1/+13
2020-10-01net: add __must_check to skb_put_padto()Eric Dumazet1-1/+1
2019-11-10net/flow_dissector: switch to siphashEric Dumazet1-1/+2
2019-02-20net: create skb_gso_validate_mac_len()Daniel Axtens1-0/+16
2019-01-31net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1
2018-10-18ip: use rb trees for IP frag queue.Peter Oskolkov1-2/+2
2018-10-18net: add rb_to_skb() and other rb tree helpersEric Dumazet1-0/+18
2018-10-18net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet1-3/+2
2018-10-18net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov1-1/+1
2018-10-18inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet1-0/+5
2018-07-28tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet1-0/+2
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-5/+5
2018-04-13skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld1-4/+4
2017-11-24netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin1-0/+7
2016-10-27doc: update docbook annotations for socket and skbStephen Hemminger1-0/+1
2016-10-08Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+1
2016-10-04skb_splice_bits(): get rid of callbackAl Viro1-7/+1
2016-09-22net: skbuff: Export __skb_vlan_popShmulik Ladkani1-0/+1
2016-09-21bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann1-2/+12
2016-09-09tcp: use an RB tree for ooo receive queueYaogong Wang1-0/+2
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel1-8/+5
2016-08-19bpf: add bpf_skb_change_tail helperDaniel Borkmann1-1/+42
2016-08-08bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann1-19/+33
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+20
2016-07-05net: simplify and make pkt_type_ok() available for other usersJamal Hadi Salim1-0/+10
2016-07-01net_sched: fix mirrored packets checksumWANG Cong1-0/+19
2016-07-01packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller1-0/+1
2016-06-04sctp: Add GSO supportMarcelo Ricardo Leitner1-0/+2
2016-06-04skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner1-0/+1
2016-06-04sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner1-0/+5
2016-05-21net: suppress warnings on dev_alloc_skbNeil Horman1-2/+2
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+2
2016-05-03net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet1-0/+10
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh1-5/+1
2016-04-25skbuff: Add pskb_extract() helper functionSowmini Varadhan1-0/+2
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck1-2/+7
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck1-9/+11
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar1-1/+6
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+24
2016-03-03mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-0/+24
2016-03-02net: remove skb_sender_cpu_clear()WANG Cong1-4/+0
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-02-22bpf: try harder on clones when writing into skbDaniel Borkmann1-0/+7
2016-02-18net: Optimize local checksum offloadAlexander Duyck1-9/+8
2016-02-12Documentation/networking: add checksum-offloads.txt to explain LCOEdward Cree1-0/+2
2016-02-12net: local checksum offload for encapsulationEdward Cree1-0/+24
2016-02-11net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer1-0/+1
2016-02-11net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer1-0/+3
2016-02-11net: Store checksum result for offloaded GSO checksumsAlexander Duyck1-0/+15