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
2013-02-16
v4 GRE: Add TCP segmentation offload for GRE
Pravin B Shelar
1
-0
/
+17
2013-02-16
net: Add skb_unclone() helper function.
Pravin B Shelar
1
-0
/
+10
2013-02-13
net: Fix possible wrong checksum generation.
Pravin B Shelar
1
-8
/
+9
2013-02-09
skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE
Alexander Duyck
1
-0
/
+4
2013-01-28
net: fix possible wrong checksum generation
Eric Dumazet
1
-0
/
+19
2013-01-09
net: introduce skb_transport_header_was_set()
Eric Dumazet
1
-0
/
+10
2012-12-09
net: Add support for hardware-offloaded encapsulation
Joseph Gasparakis
1
-1
/
+94
2012-11-03
skb: api to report errors for zero copy skbs
Michael S. Tsirkin
1
-0
/
+1
2012-11-03
skb: report completion status for zero copy skbs
Michael S. Tsirkin
1
-1
/
+3
2012-10-31
net: compute skb->rxhash if nic hash may be 3-tuple
Willem de Bruijn
1
-1
/
+1
2012-10-07
net: remove skb recycling
Eric Dumazet
1
-24
/
+0
2012-08-04
net: skb_share_check() should use consume_skb()
Eric Dumazet
1
-3
/
+6
2012-08-01
netvm: propagate page->pfmemalloc from skb_alloc_page to skb
Mel Gorman
1
-0
/
+55
2012-08-01
netvm: propagate page->pfmemalloc to skb
Mel Gorman
1
-0
/
+11
2012-08-01
netvm: allow skb allocation to use PFMEMALLOC reserves
Mel Gorman
1
-2
/
+12
2012-07-22
skbuff: add an api to orphan frags
Michael S. Tsirkin
1
-0
/
+16
2012-06-16
net: remove skb_orphan_try()
Eric Dumazet
1
-5
/
+2
2012-05-30
skb: avoid unnecessary reallocations in __skb_cow
Felix Fietkau
1
-2
/
+0
2012-05-20
net: introduce skb_try_coalesce()
Eric Dumazet
1
-0
/
+5
2012-05-18
net: introduce netdev_alloc_frag()
Eric Dumazet
1
-24
/
+18
2012-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2012-05-06
skb: Add inline helper for getting the skb end offset from head
Alexander Duyck
1
-1
/
+11
2012-05-03
skb: Add skb_head_is_locked helper function
Alexander Duyck
1
-0
/
+14
2012-05-01
net: fix two typos in skbuff.h
Eric Dumazet
1
-2
/
+2
2012-05-01
net: skb_peek()/skb_peek_tail() cleanups
Eric Dumazet
1
-8
/
+12
2012-05-01
net: make GRO aware of skb->head_frag
Eric Dumazet
1
-0
/
+1
2012-05-01
net: allow skb->head to be a page fragment
Eric Dumazet
1
-2
/
+3
2012-04-24
net: skb_can_coalesce returns a boolean
Eric Dumazet
1
-3
/
+3
2012-04-19
nf_bridge: remove holes in struct nf_bridge_info
Eric Dumazet
1
-5
/
+5
2012-04-13
skbuff: struct ubuf_info callback type safety
Michael S. Tsirkin
1
-3
/
+4
2012-04-11
tcp: avoid order-1 allocations on wifi and tx path
Eric Dumazet
1
-0
/
+13
2012-03-29
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
1
-1
/
+0
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2012-03-25
net: add a truesize parameter to skb_add_rx_frag()
Eric Dumazet
1
-1
/
+1
2012-03-24
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Linus Torvalds
1
-0
/
+1
2012-03-20
net: update the usage of CHECKSUM_UNNECESSARY
Yi Zou
1
-0
/
+7
2012-03-10
net: Use bool in skbuff.h helper functions.
David S. Miller
1
-3
/
+3
2012-03-05
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
Paul Gortmaker
1
-0
/
+1
2012-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+10
2012-02-24
net: Add framework to allow sending packets with customized CRC.
Ben Greear
1
-1
/
+3
2012-02-24
ipsec: be careful of non existing mac headers
Eric Dumazet
1
-0
/
+10
2012-02-21
skb: Add skb_peek_next helper
Pavel Emelyanov
1
-0
/
+18
2012-02-21
datagram: Add offset argument to __skb_recv_datagram
Pavel Emelyanov
1
-1
/
+1
2012-02-11
skbuff: Move rxhash and vlan_tci to consolidate holes in sk_buff
Alexander Duyck
1
-4
/
+5
2012-01-05
net: pack skb_shared_info more efficiently
Ian Campbell
1
-3
/
+3
2011-12-24
net: only use a single page of slop in MAX_SKB_FRAGS
Ian Campbell
1
-4
/
+8
2011-12-04
tcp: take care of misalignments
Eric Dumazet
1
-2
/
+9
2011-11-23
net: remove netdev_alloc_page and use __GFP_COLD
Eric Dumazet
1
-32
/
+0
2011-11-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+17
[next]