Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e0da41b2cf10ae95592cb2496f8f81aa4b4bf16c
/
include
/
linux
/
skbuff.h
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
1164f52
net: Add skb_queue_walk_from() and skb_queue_walk_from_safe().
by David S. Miller
· 16 years ago
249c8b4
net: Add skb_queue_next().
by David S. Miller
· 16 years ago
fc7ebb2
net: Add skb_queue_is_last().
by David S. Miller
· 16 years ago
1d4a31d
net: Fix bus in SKB queue splicing interfaces.
by David S. Miller
· 16 years ago
67fed45
net: Add new interfaces for SKB list light-weight init and splicing.
by David S. Miller
· 16 years ago
a40c24a
net: Add SKB DMA mapping helper functions.
by David S. Miller
· 16 years ago
271bff7
net: Add DMA mapping tokens to skb_shared_info.
by David S. Miller
· 16 years ago
db543c1
net: skb_copy_datagram_from_iovec()
by Rusty Russell
· 16 years ago
987c402
skbuff: Code readability NiT
by Gerrit Renker
· 16 years ago
4a7b61d
skbuff: add missing kernel-doc for do_not_encrypt
by Randy Dunlap
· 16 years ago
d0f0980
mac80211: partially fix skb->cb use
by Johannes Berg
· 16 years ago
6aa895b0
vlan: Don't store VLAN tag in cb
by Patrick McHardy
· 16 years ago
b19fa1f
net: Delete NETDEVICES_MULTIQUEUE kconfig option.
by David S. Miller
· 16 years ago
4497b07
net: Discard and warn about LRO'd skbs received for forwarding
by Ben Hutchings
· 16 years ago
553a567
skbuff: fix missing kernel-doc notation
by Randy Dunlap
· 17 years ago
f557285
[SKB]: __skb_queue_tail = __skb_insert before
by Gerrit Renker
· 17 years ago
7de6c03
[SKB]: __skb_append = __skb_queue_after
by Gerrit Renker
· 17 years ago
bf29927
[SKB]: __skb_queue_after(prev) = __skb_insert(prev, prev->next)
by Gerrit Renker
· 17 years ago
f525c06
[SKB]: __skb_dequeue = skb_peek + __skb_unlink
by Gerrit Renker
· 17 years ago
de357cc
[IPV6] NDISC: Don't rely on node-type hint from L2 unless required.
by YOSHIFUJI Hideaki
· 17 years ago
fadf6bf
[IPV6] SIT: Add PRL management for ISATAP.
by Templin, Fred L
· 17 years ago
419ae74
[NET]: uninline skb_trim, de-bloats
by Ilpo Järvinen
· 17 years ago
c2aa270
[NET]: uninline skb_push, de-bloats a lot
by Ilpo Järvinen
· 17 years ago
f58518e
[NET]: uninline dev_alloc_skb, de-bloats a lot
by Ilpo Järvinen
· 17 years ago
6be8ac2
[NET]: uninline skb_pull, de-bloats a lot
by Ilpo Järvinen
· 17 years ago
0dde3e1
[NET]: uninline skb_put, de-bloats a lot
by Ilpo Järvinen
· 17 years ago
ee6b967
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
by Eric Dumazet
· 17 years ago
3172936
net: fix kernel-doc warnings in header files
by Randy Dunlap
· 17 years ago
f35d9d8
virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets.
by Rusty Russell
· 17 years ago
2fd8e52
[NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev member
by Patrick McHardy
· 17 years ago
a59322b
[UDP]: Only increment counter on first peek/recv
by Herbert Xu
· 17 years ago
27ab256
[UDP]: Avoid repeated counting of checksum errors due to peeking
by Herbert Xu
· 17 years ago
9c55e01
[TCP]: Splice receive support.
by Jens Axboe
· 17 years ago
2d4baff
[SKBUFF]: Free old skb properly in skb_morph
by Herbert Xu
· 17 years ago
78608ba
[NET]: Fix skb_truesize_check() assertion
by Chuck Lever
· 17 years ago
c2636b4
[NET]: Treat the sign of the result of skb_headroom() consistently
by Chuck Lever
· 17 years ago
e3fa259
[NET]: Cut off the queue_mapping field from sk_buff
by Pavel Emelyanov
· 17 years ago
4e3ab47
[NET]: Make and use skb_get_queue_mapping
by Pavel Emelyanov
· 17 years ago
deea84b
[NET]: Fix SKB_WITH_OVERHEAD calculation
by Herbert Xu
· 17 years ago
a52cefc
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
e0053ec
[SKBUFF]: Add skb_morph
by Herbert Xu
· 17 years ago
eabd7e3
Add skb_is_gso_v6
by Brice Goglin
· 17 years ago
d9cc204
[NET] skbuff: Add skb_cow_head
by Herbert Xu
· 17 years ago
a309bb0
[NET]: Page offsets and lengths need to be __u32.
by David S. Miller
· 17 years ago
4381ca3
fix return type of skb_checksum_complete()
by Al Viro
· 17 years ago
c6c6e3e
[NET]: Update comments for skb checksums
by Herbert Xu
· 17 years ago
ba9dda3
[NETFILTER]: x_tables: add TRACE target
by Jozsef Kadlecsik
· 17 years ago
f25f4e4
[CORE] Stack changes to add multiqueue hardware support API
by Peter P Waskiewicz Jr
· 17 years ago
334a813
[SKBUFF]: Keep track of writable header len of headerless clones
by Patrick McHardy
· 17 years ago
b9ce204
[TCP]: Congestion control API RTT sampling fix
by Ilpo Järvinen
· 17 years ago
be52178b
[NET] skbuff: fix kernel-doc
by Randy Dunlap
· 18 years ago
46f8914
[SKB]: Introduce skb_queue_walk_safe()
by James Chapman
· 18 years ago
164891a
[TCP]: Congestion control API update.
by Stephen Hemminger
· 18 years ago
0c6fcc8
[NET] skbuff: skb_store_bits const is backwards
by Stephen Hemminger
· 18 years ago
6047637
[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
by Herbert Xu
· 18 years ago
663ead3
[NET]: Use csum_start offset instead of skb_transport_header
by Herbert Xu
· 18 years ago
716ea3a
[NET]: Move generic skbuff stuff from XFRM code to generic code
by David Howells
· 18 years ago
27d7ff4
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
d626f62
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
35fc92a
[NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETE
by Herbert Xu
· 18 years ago
de6e05c
[NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet
by Yasuyuki Kozakai
· 18 years ago
Next »