index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
skbuff.h
Age
Commit message (
Expand
)
Author
2007-04-25
[SK_BUFF]: Introduce skb_set_transport_header
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce skb_transport_offset()
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce skb_set_network_header
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce skb_network_offset()
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce skb_mac_header()
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce skb_set_mac_header()
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
2007-04-25
[UDP]: Clean up UDP-Lite receive checksum
Herbert Xu
2007-04-25
[NETLINK]: Limit NLMSG_GOODSIZE to 8K.
David S. Miller
2007-04-25
[NET]: convert network timestamps to ktime_t
Eric Dumazet
2007-04-17
[NET]: Set a separate lockdep class for neighbour table's proxy_queue
Pavel Emelianov
2007-04-17
[NET]: Get rid of alloc_skb_from_cache
Herbert Xu
2007-03-29
[IFB]: Fix crash on input device removal
Patrick McHardy
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
[PATCH] node-aware skb allocation
Christoph Hellwig
2006-12-04
[PATCH] fix fallout from header dependency trimming
Al Viro
2006-12-04
[PATCH] severing skbuff.h -> mm.h
Al Viro
2006-12-04
[PATCH] severing skbuff.h -> poll.h
Al Viro
2006-12-04
[PATCH] severing skbuff.h -> highmem.h
Al Viro
2006-12-02
[NET]: Split skb->csum
Al Viro
2006-12-02
[NET]: Preliminaty annotation of skb->csum.
Al Viro
2006-12-02
[NET]: Annotate __skb_checksum_complete() and friends.
Al Viro
2006-12-02
[NET]: Annotate skb_copy_and_csum_bits() and callers.
Al Viro
2006-12-02
[NET]: Annotate skb_checksum() and callers.
Al Viro
2006-12-02
[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...
Al Viro
2006-12-02
[NET]: Turn nfmark into generic mark
Thomas Graf
2006-12-02
[IPV6]: ip6_output annotations
Al Viro
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
2006-08-13
[INET]: Use pskb_trim_unique when trimming paged unique skbs
Herbert Xu
2006-08-07
[NET]: Fix alloc_skb comment typo
Christoph Hellwig
2006-08-02
[NET]: skb_queue_lock_key() is no longer used.
Adrian Bunk
2006-08-02
[NET]: Remove lockdep_set_class() call from skb_queue_head_init().
Arjan van de Ven
2006-08-02
[NET]: Add netdev_alloc_skb().
Christoph Hellwig
2006-07-24
[NET]: Correct dev_alloc_skb kerneldoc
Christoph Hellwig
2006-07-24
[NET]: Remove CONFIG_HAVE_ARCH_DEV_ALLOC_SKB
Christoph Hellwig
2006-07-08
[NET] gso: Add skb_is_gso
Herbert Xu
2006-07-03
[PATCH] lockdep: annotate skb_queue_head_init
Ingo Molnar
2006-06-30
[IPV6]: Added GSO support for TCPv6
Herbert Xu
2006-06-29
[NET]: make skb_release_data() static
Adrian Bunk
2006-06-29
[NET]: Add ECN support for TSO
Michael Chan
2006-06-29
[NET]: Added GSO header verification
Herbert Xu
2006-06-23
[NET]: fix net-core kernel-doc
Randy Dunlap
2006-06-23
[NET]: Add software TSOv4
Herbert Xu
2006-06-23
[NET]: Merge TSO/UFO fields in sk_buff
Herbert Xu
[prev]
[next]