index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
skbuff.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-19
net: Fix usage of pskb_trim_rcsum
Ross Lagerwall
1
-0
/
+1
2018-12-29
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+3
2018-12-21
net: drop the unused helper skb_ext_get()
Paolo Abeni
1
-11
/
+0
2018-12-19
net: switch secpath to use skb extension infrastructure
Florian Westphal
1
-5
/
+5
2018-12-19
net: use skb_sec_path helper in more places
Florian Westphal
1
-1
/
+1
2018-12-19
net: move secpath_exist helper to sk_buff.h
Florian Westphal
1
-3
/
+10
2018-12-19
net: convert bridge_nf to use skb extension infrastructure
Florian Westphal
1
-26
/
+2
2018-12-19
sk_buff: add skb extension infrastructure
Florian Westphal
1
-1
/
+110
2018-12-13
datagram: introduce skb_copy_and_hash_datagram_iter helper
Sagi Grimberg
1
-0
/
+3
2018-12-04
skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'
Ido Schimmel
1
-1
/
+3
2018-12-04
udp: elide zerocopy operation in hot path
Willem de Bruijn
1
-4
/
+8
2018-12-04
udp: msg_zerocopy
Willem de Bruijn
1
-0
/
+1
2018-11-25
net: remove unsafe skb_insert()
Eric Dumazet
1
-2
/
+0
2018-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+17
2018-11-23
packet: copy user buffers before orphan or clone
Willem de Bruijn
1
-1
/
+17
2018-11-17
net: remove unused skb_send_sock()
Cong Wang
1
-1
/
+0
2018-11-17
net: remove VLAN_TAG_PRESENT
Michał Mirosław
1
-7
/
+9
2018-11-17
net/skbuff: add macros for VLAN_PRESENT bit
Michał Mirosław
1
-0
/
+6
2018-11-06
net: skbuff.h: remove unnecessary unlikely()
Yangtao Li
1
-3
/
+1
2018-10-18
net: skbuff.h: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+6
2018-10-02
net: drop unused skb_append_datato_frags()
Paolo Abeni
1
-5
/
+0
2018-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+20
2018-09-22
tcp: provide earliest departure time in skb->tstamp
Eric Dumazet
1
-1
/
+1
2018-09-20
flow_dissector: fix build failure without CONFIG_NET
Willem de Bruijn
1
-0
/
+13
2018-09-14
flow_dissector: implements flow dissector BPF hook
Petar Penkov
1
-0
/
+7
2018-09-10
net: Add and use skb_list_del_init().
David S. Miller
1
-0
/
+6
2018-09-10
net: Add and use skb_mark_not_on_list().
David S. Miller
1
-0
/
+5
2018-09-10
ppp: Remove direct skb_queue_head list pointer access.
David S. Miller
1
-0
/
+11
2018-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+1
2018-08-10
net: Export skb_headers_offset_update
Toshiaki Makita
1
-0
/
+1
2018-08-10
net: skbuff.h: fix using plain integer as NULL warning
YueHaibing
1
-1
/
+1
2018-08-06
ip: use rb trees for IP frag queue.
Peter Oskolkov
1
-3
/
+6
2018-08-06
net: modify skb_rbtree_purge to return the truesize of all purged skbs.
Peter Oskolkov
1
-1
/
+1
2018-07-21
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
1
-5
/
+5
2018-07-18
net: Move skb decrypted field, avoid explicity copy
Stefano Brivio
1
-5
/
+4
2018-07-16
net: Add decrypted field to skb
Boris Pismenny
1
-1
/
+6
2018-07-13
net: Don't copy pfmemalloc flag in __copy_skb_header()
Stefano Brivio
1
-5
/
+5
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-1
/
+2
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
1
-1
/
+2
2018-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-13
/
+15
2018-06-05
net: skbuff.h: drop unneeded <linux/slab.h>
Randy Dunlap
1
-2
/
+0
2018-05-26
net: convert datagram_poll users tp ->poll_mask
Christoph Hellwig
1
-2
/
+1
2018-05-08
net: core: rework basic flow dissection helper
Paolo Abeni
1
-8
/
+10
2018-05-01
net: Rename and export copy_skb_header
Ilya Lesokhin
1
-0
/
+1
2018-04-26
udp: add udp gso
Willem de Bruijn
1
-0
/
+2
2018-04-19
net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends
Eric Dumazet
1
-3
/
+2
2018-04-01
inet: frags: get rid of ipfrag_skb_cb/FRAG_CB
Eric Dumazet
1
-0
/
+1
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+22
2018-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+22
[next]