Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
38e83f7f9169400047aa3033d643891da1b00441
/
include
/
linux
/
skbuff.h
acb600d
net: remove skb recycling
by Eric Dumazet
· 12 years ago
47061bc
net: skb_share_check() should use consume_skb()
by Eric Dumazet
· 12 years ago
0614002
netvm: propagate page->pfmemalloc from skb_alloc_page to skb
by Mel Gorman
· 12 years ago
c48a11c
netvm: propagate page->pfmemalloc to skb
by Mel Gorman
· 12 years ago
c93bdd0
netvm: allow skb allocation to use PFMEMALLOC reserves
by Mel Gorman
· 12 years ago
a353e0c
skbuff: add an api to orphan frags
by Michael S. Tsirkin
· 12 years ago
62b1a8a
net: remove skb_orphan_try()
by Eric Dumazet
· 12 years ago
617c8c1
skb: avoid unnecessary reallocations in __skb_cow
by Felix Fietkau
· 12 years ago
bad43ca
net: introduce skb_try_coalesce()
by Eric Dumazet
· 12 years ago
6f53261
net: introduce netdev_alloc_frag()
by Eric Dumazet
· 12 years ago
0d6c4a2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
ec47ea8
skb: Add inline helper for getting the skb end offset from head
by Alexander Duyck
· 13 years ago
3a7c1ee4
skb: Add skb_head_is_locked helper function
by Alexander Duyck
· 13 years ago
d96194966
net: fix two typos in skbuff.h
by Eric Dumazet
· 13 years ago
18d0700
net: skb_peek()/skb_peek_tail() cleanups
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
38ba0a6
net: skb_can_coalesce returns a boolean
by Eric Dumazet
· 13 years ago
bf1ac5c
nf_bridge: remove holes in struct nf_bridge_info
by Eric Dumazet
· 13 years ago
ca8f4fb
skbuff: struct ubuf_info callback type safety
by Michael S. Tsirkin
· 13 years ago
a21d457
tcp: avoid order-1 allocations on wifi and tx path
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
de8856d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
50269e1
net: add a truesize parameter to skb_add_rx_frag()
by Eric Dumazet
· 13 years ago
ed2d265
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
3af7930
net: update the usage of CHECKSUM_UNNECESSARY
by Yi Zou
· 13 years ago
bdcc092
net: Use bool in skbuff.h helper functions.
by David S. Miller
· 13 years ago
187f188
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
by Paul Gortmaker
· 13 years ago
ff4783c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
3bdc0eb
net: Add framework to allow sending packets with customized CRC.
by Ben Greear
· 13 years ago
0360689
ipsec: be careful of non existing mac headers
by Eric Dumazet
· 13 years ago
da5ef6e
skb: Add skb_peek_next helper
by Pavel Emelyanov
· 13 years ago
3f518bf
datagram: Add offset argument to __skb_recv_datagram
by Pavel Emelyanov
· 13 years ago
4031ae6
skbuff: Move rxhash and vlan_tci to consolidate holes in sk_buff
by Alexander Duyck
· 13 years ago
9f42f12
net: pack skb_shared_info more efficiently
by Ian Campbell
· 13 years ago
9d4dde5
net: only use a single page of slop in MAX_SKB_FRAGS
by Ian Campbell
· 13 years ago
117632e
tcp: take care of misalignments
by Eric Dumazet
· 13 years ago
1f2149c
net: remove netdev_alloc_page and use __GFP_COLD
by Eric Dumazet
· 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
34324dc
net: remove NETIF_F_NO_CSUM feature bit
by Michał Mirosław
· 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
f83347d
include: linux: skbuf.h: Fix parameter documentation
by Marcos Paulo de Souza
· 13 years ago
1805b2f
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
da92b19
net: hold sock reference while processing tx timestamps
by Richard Cochran
· 13 years ago
a8605c6
net: add opaque struct around skb frag page
by Ian Campbell
· 13 years ago
05bdd2f
net: constify skbuff and Qdisc elements
by Eric Dumazet
· 13 years ago
a0bec1c
net: do not take an additional reference in skb_frag_set_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
131ea66
net: add APIs for manipulating skb page fragments.
by Ian Campbell
· 13 years ago
4ca2462
net: add the comment for skb->l4_rxhash
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
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
4915a0d
net: introduce __netdev_alloc_skb_ip_align
by Eric Dumazet
· 13 years ago
d84e0bd
skbuff: update struct sk_buff members comments
by Daniel Baluta
· 13 years ago
a6686f2
skbuff: skb supports zero-copy buffers
by Shirley Ma
· 13 years ago
9f6ec8d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
4ff75b7
net: correct comment on where to place transmit time stamp hook.
by Richard Cochran
· 13 years ago
0b5c9db
vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check
by Jiri Pirko
· 13 years ago
53ee756
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 13 years ago
a1e4891
Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h"
by Linus Torvalds
· 13 years ago
c4264f2
net: skb_trim explicitely check the linearity instead of data_len
by Emmanuel Grumbach
· 13 years ago
67f11f4
net: Remove linux/prefetch.h include from linux/skbuff.h
by David S. Miller
· 13 years ago
0fcbe74
net: Remove prefetches from SKB list handlers.
by David S. Miller
· 13 years ago
34ea646
net: add missing prefetch.h include
by Heiko Carstens
· 13 years ago
0a14842
net: filter: Just In Time compiler for x86-64
by Eric Dumazet
· 14 years ago
42933ba
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
by Linus Torvalds
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
eec0095
net: Fix warnings caused by MAX_SKB_FRAGS change.
by David S. Miller
· 14 years ago
a715dea
net: Always allocate at least 16 skb frags regardless of page size
by Anton Blanchard
· 14 years ago
8a4eb57
net: introduce rx_handler results and logic around that
by Jiri Pirko
· 14 years ago
04ed3e7
net: change netdev->features to u32
by Michał Mirosław
· 14 years ago
686a295
net: Add safe reverse SKB queue walkers.
by David S. Miller
· 14 years ago
2fc72c7
netfilter: fix compilation when conntrack is disabled but tproxy is enabled
by KOVACS Krisztian
· 14 years ago
04fb451
net: Introduce skb_checksum_start_offset()
by Michał Mirosław
· 14 years ago
a3d22a6
bnx2x: Take the distribution range definition out of skb_tx_hash()
by Vladislav Zolotarov
· 14 years ago
3853b58
xps: Improvements in TX queue selection
by Tom Herbert
· 14 years ago
27b75c9
net: avoid RCU for NOCACHE dst
by Eric Dumazet
· 14 years ago
564824b
net: allocate skbs on local node
by Eric Dumazet
· 14 years ago
cb4dfe5
net: skb_frag_t can be smaller on small arches
by Eric Dumazet
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
bc8acf2
drivers/net: avoid some skb->ip_summed initializations
by Eric Dumazet
· 14 years ago
21dc330
net: Rename skb_has_frags to skb_has_frag_list
by David S. Miller
· 14 years ago
2244d07
net: simplify flags for tx timestamping
by Oliver Hartkopp
· 14 years ago
bfb564e
core: Factor out flow calculation from get_rps_cpu
by Krishna Kumar
· 14 years ago
f9599ce
sk_buff: introduce pskb_network_may_pull()
by Changli Gao
· 14 years ago
cff0d6e
can-raw: Fix skb_orphan_try handling
by Oliver Hartkopp
· 14 years ago
fed6638
net: pskb_expand_head() optimization
by Eric Dumazet
· 14 years ago
c1f19b5
net: support time stamping in phy devices.
by Richard Cochran
· 14 years ago
4507a71
net: add driver hook for tx time stamping.
by Richard Cochran
· 14 years ago
5933dd2
net: NET_SKB_PAD should depend on L1_CACHE_BYTES
by Eric Dumazet
· 14 years ago
62522d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
597a264
net: deliver skbs on inactive slaves to exact matches
by John Fastabend
· 14 years ago
Next »