index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-02
[NET]: Split skb->csum
Al Viro
1
-1
/
+1
2006-12-02
[NET]: Annotate skb_copy_and_csum_bits() and callers.
Al Viro
1
-3
/
+3
2006-12-02
[NET]: Annotate skb_checksum() and callers.
Al Viro
1
-2
/
+2
2006-12-02
[NET]: Annotate callers of the reset of checksum.h stuff.
Al Viro
1
-1
/
+1
2006-12-02
[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...
Al Viro
1
-1
/
+1
2006-12-02
[NET]: Annotate csum_partial() callers in net/*
Al Viro
1
-1
/
+1
2006-12-02
[NET]: Annotate callers of csum_fold() in net/*
Al Viro
1
-2
/
+2
2006-12-02
[NET]: Turn nfmark into generic mark
Thomas Graf
1
-2
/
+2
2006-11-07
[NET]: Set truesize in pskb_copy
Herbert Xu
1
-0
/
+1
2006-10-30
[NET]: Fix segmentation of linear packets
Herbert Xu
1
-5
/
+4
2006-10-04
[PATCH] slab: clean up leak tracking ifdefs a little bit
Christoph Hellwig
1
-1
/
+2
2006-09-22
[NET]: Use SLAB_PANIC
Alexey Dobriyan
1
-7
/
+2
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-7
/
+7
2006-08-07
[NET]: Assign skb->dev in netdev_alloc_skb
Christoph Hellwig
1
-1
/
+3
2006-08-02
[NET]: skb_queue_lock_key() is no longer used.
Adrian Bunk
1
-7
/
+0
2006-08-02
[NET]: Add netdev_alloc_skb().
Christoph Hellwig
1
-0
/
+24
2006-08-02
[NET]: Fix ___pskb_trim when entire frag_list needs dropping
Herbert Xu
1
-4
/
+10
2006-07-13
[NET]: Update frag_list in pskb_trim
Herbert Xu
1
-26
/
+65
2006-07-03
[PATCH] lockdep: annotate skb_queue_head_init
Ingo Molnar
1
-0
/
+7
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-29
[NET]: make skb_release_data() static
Adrian Bunk
1
-1
/
+1
2006-06-29
[NET]: Added GSO header verification
Herbert Xu
1
-2
/
+3
2006-06-26
[NET]: skb_find_text ignores to argument
Phil Oester
1
-1
/
+4
2006-06-23
[NET]: Add software TSOv4
Herbert Xu
1
-0
/
+126
2006-06-23
[NET]: Merge TSO/UFO fields in sk_buff
Herbert Xu
1
-7
/
+9
2006-06-23
[NET]: Avoid allocating skb in skb_pad
Herbert Xu
1
-10
/
+26
2006-06-17
[NET]: Warn in __skb_trim if skb is paged
Herbert Xu
1
-5
/
+2
2006-06-17
[SECMARK]: Add secmark support to core networking.
James Morris
1
-1
/
+2
2006-04-20
[NET]: Add skb->truesize assertion checking.
David S. Miller
1
-0
/
+8
2006-03-25
[PATCH] slab: implement /proc/slab_allocators
Al Viro
1
-1
/
+1
2006-03-20
[SK_BUFF]: export skb_pull_rcsum
Arnaldo Carvalho de Melo
1
-0
/
+2
2006-03-20
[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum
Herbert Xu
1
-0
/
+21
2006-03-20
[NET]: Uninline kfree_skb and allow NULL argument
Jörn Engel
1
-0
/
+19
2006-02-19
[NET]: NETFILTER: remove duplicated lines and fix order in skb_clone().
YOSHIFUJI Hideaki
1
-7
/
+3
2006-01-23
[NET]: Fix skb fclone error path handling.
Herbert Xu
1
-3
/
+5
2006-01-09
[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
Kris Katterjohn
1
-10
/
+5
2006-01-03
[NET]: Speed up __alloc_skb()
Benjamin LaHaise
1
-14
/
+13
2005-12-05
[NET]: make function pointer argument parseable by kernel-doc
Martin Waitz
1
-1
/
+1
2005-11-09
[NETFILTER]: Add nf_conntrack subsystem.
Yasuyuki Kozakai
1
-0
/
+15
2005-10-28
[IPv4/IPv6]: UFO Scatter-gather approach
Ananda Raju
1
-0
/
+75
2005-10-26
[SK_BUFF] kernel-doc: fix skbuff warnings
Randy Dunlap
1
-0
/
+2
2005-10-22
[SK_BUFF]: ipvs_property field must be copied
Julian Anastasov
1
-0
/
+6
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
1
-7
/
+7
2005-10-03
[NET]: Fix packet timestamping.
Herbert Xu
1
-5
/
+0
2005-08-29
[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
Eric Dumazet
1
-2
/
+2
2005-08-29
[NET]: Implement SKB fast cloning.
David S. Miller
1
-10
/
+72
2005-08-29
[NET]: Store skb->timestamp as offset to a base timestamp
Patrick McHardy
1
-2
/
+6
2005-08-29
[NET]: Kill skb->real_dev
David S. Miller
1
-2
/
+0
2005-08-29
[NET]: Remove HIPPI private from skbuff.h
Stephen Hemminger
1
-3
/
+0
2005-08-29
[NET]: Kill skb->tc_classid
Patrick McHardy
1
-2
/
+0
[next]