Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
b2111724a639ec31a19fdca62ea3a0a222d59d11
/
net
/
core
/
skbuff.c
b211172
net: use per task frag allocator in skb_append_datato_frags
by Eric Dumazet
· 12 years ago
6be35c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
75be437
net: gro: avoid double copy in skb_gro_receive()
by Eric Dumazet
· 12 years ago
6a674e9
net: Add support for hardware-offloaded encapsulation
by Joseph Gasparakis
· 12 years ago
c3c7c25
net: gro: fix possible panic in skb_gro_receive()
by Eric Dumazet
· 12 years ago
d4185bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
2512117
skb: api to report errors for zero copy skbs
by Michael S. Tsirkin
· 12 years ago
e19d676
skb: report completion status for zero copy skbs
by Michael S. Tsirkin
· 12 years ago
3d861f6
net: fix secpath kmemleak
by Eric Dumazet
· 12 years ago
acb600d
net: remove skb recycling
by Eric Dumazet
· 12 years ago
f4b549a
use skb_end_offset() in skb_try_coalesce()
by Weiping Pan
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
69b08f6
net: use bigger pages in __netdev_alloc_frag
by Eric Dumazet
· 12 years ago
5640f76
net: use a per task frag allocator
by Eric Dumazet
· 12 years ago
8ea853f
net/core: fix comment in skb_try_coalesce
by Li RongQing
· 12 years ago
c93bdd0
netvm: allow skb allocation to use PFMEMALLOC reserves
by Mel Gorman
· 12 years ago
dcc0fb7
skbuff: export skb_copy_ubufs
by Michael S. Tsirkin
· 12 years ago
70008aa
skbuff: convert to skb_orphan_frags
by Michael S. Tsirkin
· 12 years ago
abaa72d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
02756ed
skbuff: Use correct allocation in skb_copy_ubufs
by Krishna Kumar
· 12 years ago
310e158
net: respect GFP_DMA in __netdev_alloc_skb()
by Eric Dumazet
· 12 years ago
540eb7b
net: Update alloc frag to reduce get/put page usage and recycle pages
by Alexander Duyck
· 13 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 13 years ago
c90a9bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
a3da2c6
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
047fe36
splice: fix racy pipe->buffers uses
by Eric Dumazet
· 13 years ago
43b03f1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
c6c4b97
net/core: fix kernel-doc warnings
by Randy Dunlap
· 13 years ago
94b6042
net: Update kernel-doc for __alloc_skb()
by Ben Hutchings
· 13 years ago
bad43ca
net: introduce skb_try_coalesce()
by Eric Dumazet
· 13 years ago
6f53261
net: introduce netdev_alloc_frag()
by Eric Dumazet
· 13 years ago
a1c7fff
net: netdev_alloc_skb() use build_skb()
by Eric Dumazet
· 13 years ago
e005d19
net: core: Use pr_<level>
by Joe Perches
· 13 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 13 years ago
ec47ea8
skb: Add inline helper for getting the skb end offset from head
by Alexander Duyck
· 13 years ago
3e24591
skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_head
by Alexander Duyck
· 13 years ago
9202e31
skb: Drop bad code from pskb_expand_head
by Alexander Duyck
· 13 years ago
3a7c1ee4
skb: Add skb_head_is_locked helper function
by Alexander Duyck
· 13 years ago
715dc1f
net: Fix truesize accounting in skb_gro_receive()
by Eric Dumazet
· 13 years ago
2996d31
net: Stop decapitating clones that have a head_frag
by Alexander Duyck
· 13 years ago
1d0c0b3
net: makes skb_splice_bits() aware of skb->head_frag
by Eric Dumazet
· 13 years ago
d7e8883
net: make GRO aware of skb->head_frag
by Eric Dumazet
· 13 years ago
d3836f2
net: allow skb->head to be a page fragment
by Eric Dumazet
· 13 years ago
d7ccf7c
net: make spd_fill_page() linear argument a bool
by Eric Dumazet
· 13 years ago
a108d5f
net: Use bool and remove inline in skb_splice_bits() code.
by David S. Miller
· 13 years ago
41c73a0
net: speedup skb_splice_bits()
by Eric Dumazet
· 13 years ago
e66e9a3
net: allow better page reuse in splice(sock -> pipe)
by Eric Dumazet
· 13 years ago
85bb2a6
net: dont drop packet but consume it
by Eric Dumazet
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
011e3c6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
87151b8
net: allow pskb_expand_head() to get maximum tailroom
by Eric Dumazet
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
110c433
net: fix a race in sock_queue_err_skb()
by Eric Dumazet
· 13 years ago
51c56b0
net: remove k{un}map_skb_frag()
by Eric Dumazet
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
50269e1
net: add a truesize parameter to skb_add_rx_frag()
by Eric Dumazet
· 13 years ago
3bdc0eb
net: Add framework to allow sending packets with customized CRC.
by Ben Greear
· 13 years ago
de8261c
gro: fix truesize underestimation
by Eric Dumazet
· 13 years ago
a3bf7ae
net:core: use IS_ENABLED
by Igor Maravić
· 13 years ago
117632e
tcp: take care of misalignments
by Eric Dumazet
· 13 years ago
6dec4ac
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
20e994a
net: correct comments of skb_shift
by Feng King
· 13 years ago
e11c259
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
b2b5ce9
net: introduce build_skb()
by Eric Dumazet
· 13 years ago
6e3e939
net: add wireless TX status socket option
by Johannes Berg
· 13 years ago
bc417e3
net: Add back alignment for size for __alloc_skb
by Tony Lindgren
· 13 years ago
a8605c6
net: add opaque struct around skb frag page
by Ian Campbell
· 13 years ago
3d153a7
net: Allow skb_recycle_check to be done in stages
by Andy Fleming
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
87fb4b7
net: more accurate skb truesize
by Eric Dumazet
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
48c8301
net: copy userspace buffers on device forwarding
by Michael S. Tsirkin
· 13 years ago
ea2ab69
net: convert core to skb paged frag APIs
by Ian Campbell
· 13 years ago
6461be3
net: Preserve ooo_okay when copying skb header
by Changli Gao
· 13 years ago
bdeab99
rps: Add flag to skb to indicate rxhash is based on L4 tuple
by Tom Herbert
· 13 years ago
22019b1
net: add kerneldoc to skb_copy_bits()
by Eric Dumazet
· 13 years ago
1511022
skbuff: fix error handling in pskb_copy()
by Dan Carpenter
· 13 years ago
a48332f
skbuff: clear tx zero-copy flag
by Shirley Ma
· 14 years ago
a6686f2
skbuff: skb supports zero-copy buffers
by Shirley Ma
· 14 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
268bb0c
sanitize <linux/prefetch.h> usage
by Linus Torvalds
· 14 years ago
abb57ea
net: add skb_dst_force() in sock_queue_err_skb()
by Eric Dumazet
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
8a4eb57
net: introduce rx_handler results and logic around that
by Jiri Pirko
· 14 years ago
5a2ef920
inet: Remove unused sk_sndmsg_* from UFO
by Herbert Xu
· 14 years ago
1397e17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
c2aa366
net: add kmemcheck annotation in __alloc_skb()
by Eric Dumazet
· 14 years ago
b4e69ac
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
04ed3e7
net: change netdev->features to u32
by Michał Mirosław
· 14 years ago
d1dc7ab
GRO: fix merging a paged skb after non-paged skbs
by Michal Schmidt
· 14 years ago
2fc72c7
netfilter: fix compilation when conntrack is disabled but tproxy is enabled
by KOVACS Krisztian
· 14 years ago
55508d6
net: Use skb_checksum_start_offset()
by Michał Mirosław
· 14 years ago
ca44ac3
net: don't reallocate skb->head unless the current one hasn't the needed extra size or is shared
by Changli Gao
· 14 years ago
5f05647
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
564824b
net: allocate skbs on local node
by Eric Dumazet
· 14 years ago
3aabae7
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
by Ingo Molnar
· 14 years ago
e548833
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
64289c8
gro: Re-fix different skb headrooms
by Jarek Poplawski
· 14 years ago
Next »