Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3c5e5f6afd242ea5944197a9b54033c1461b793c
/
include
/
linux
/
skbuff.h
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
b78462e
skbuff: add check for non-linear to warn_if_lro and needs_linearize
by Alexander Duyck
· 14 years ago
5b0daa3
skb: make skb_recycle_check() return a bool value
by Changli Gao
· 14 years ago
7fee226
net: add a noref bit on skb dst
by Eric Dumazet
· 14 years ago
18e8c13
net: Increase NET_SKB_PAD to 64 bytes
by Eric Dumazet
· 15 years ago
ec7d2f2
net: __alloc_skb() speedup
by Eric Dumazet
· 15 years ago
47d2964
net: Inline skb_pull() in eth_type_trans().
by David S. Miller
· 15 years ago
ccb7c77
net: Remove two unnecessary exports (skbuff).
by Rami Rosen
· 15 years ago
cd58950
skbuff: remove unused dev_consume_skb macro definition
by Alexander Duyck
· 15 years ago
4a35ecf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
03e6d81
skbuff: remove unused dma_head & dma_maps fields
by Alexander Duyck
· 15 years ago
0a9627f
rps: Receive Packet Steering
by Tom Herbert
· 15 years ago
4ab408d
net: fix protocol sk_buff field
by Eric Dumazet
· 15 years ago
da3f5cf
skbuff: align sk_buff::cb to 64 bit and close some potential holes
by Felix Fietkau
· 15 years ago
1a5778a
net: Fix first line of kernel-doc for a few functions
by Ben Hutchings
· 15 years ago
c81c2d9
skbuff: remove skb_dma_map/unmap
by Alexander Duyck
· 15 years ago
8964be4
net: rename skb->iif to skb->skb_iif
by Eric Dumazet
· 15 years ago
230f9bb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
d94d9fe
net: cleanup include/linux
by Eric Dumazet
· 15 years ago
9d410c7
net: fix sk_forward_alloc corruption
by Eric Dumazet
· 15 years ago
14d18a8
net: fix kmemcheck annotations
by Eric Dumazet
· 15 years ago
61321bb
net: Add netdev_alloc_skb_ip_align() helper
by Eric Dumazet
· 15 years ago
3b88578
net: Generalize socket rx gap / receive queue overflow cmsg
by Neil Horman
· 15 years ago
72bce62
net: remove unused skb->do_not_encrypt
by Johannes Berg
· 15 years ago
8660c12
skbuff.h: Fix comment for NET_IP_ALIGN
by Tobias Klauser
· 15 years ago
d2aa455
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
a42fc8f
skbuff.h: fix skb_dst kernel-doc
by Randy Dunlap
· 15 years ago
b3fec0f
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck
by Linus Torvalds
· 15 years ago
fe55f6d
net: use kmemcheck bitfields API for skbuff
by Vegard Nossum
· 16 years ago
8f77f38
mac80211: do not pass PS frames out of mac80211 again
by Johannes Berg
· 15 years ago
ee03987
skbuff: Add frag list abstraction interfaces.
by David S. Miller
· 15 years ago
042a53a
net: skb_shared_info optimization
by Eric Dumazet
· 15 years ago
eae3f29
net: num_dma_maps is not used
by Eric Dumazet
· 15 years ago
e5b9215
net: skb cleanup
by Eric Dumazet
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
511c3f9
net: skb->rtable accessor
by Eric Dumazet
· 15 years ago
dfbf97f
net: add _skb_dst opaque field
by Eric Dumazet
· 15 years ago
69e3c75
net: TX_RING and packet mmap
by Johann Baudy
· 15 years ago
6f26c9a
tun: fix tun_chr_aio_write so that aio works
by Michael S. Tsirkin
· 16 years ago
0a1ec07
net: skb_copy_datagram_const_iovec()
by Michael S. Tsirkin
· 16 years ago
13223cb
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
4b21cd4
skbuff.h: fix missing kernel-doc
by Randy Dunlap
· 16 years ago
d54b353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 16 years ago
9247744
skb: expose and constify hash primitives
by Stephen Hemminger
· 16 years ago
01d5b2f
[SCSI] net: define feature flags for FCoE offloads
by Chris Leech
· 16 years ago
ead2ceb
Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs
by Neil Horman
· 16 years ago
d3a21be
skbuff.h: fix timestamps kernel-doc
by Randy Dunlap
· 16 years ago
e70049b
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
92a0acc
net: Kill skb_truesize_check(), it only catches false-positives.
by David S. Miller
· 16 years ago
ac45f60
net: infrastructure for hardware time stamping
by Patrick Ohly
· 16 years ago
d54e6d87
net: Kill skbuff macros from the stone ages.
by David S. Miller
· 16 years ago
d6301d3
net: Increase default NET_SKB_PAD to 32.
by David S. Miller
· 16 years ago
8691173
gro: Avoid copying headers of unmerged packets
by Herbert Xu
· 16 years ago
d5a9e24
net: Allow RX queue selection to seed TX queue hashing.
by David S. Miller
· 16 years ago
71d93b3
net: Add skb_gro_receive
by Herbert Xu
· 16 years ago
832d11c
tcp: Try to restore large SKBs while SACK processing
by Ilpo Järvinen
· 16 years ago
8b30b1f
mac80211: Re-enable aggregation
by Sujith
· 16 years ago
def8b4f
net: reduce structures when XFRM=n
by Alexey Dobriyan
· 16 years ago
654bed1
net: packet split receive api
by Peter Zijlstra
· 16 years ago
04a4bb5
net: add skb_recycle_check() to enable netdriver skb recycling
by Lennert Buytenhek
· 16 years ago
Next »