index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
skbuff.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NET]: fix net-core kernel-doc
Randy Dunlap
2006-06-23
1
-0
/
+2
*
[NET]: Add software TSOv4
Herbert Xu
2006-06-23
1
-0
/
+1
*
[NET]: Merge TSO/UFO fields in sk_buff
Herbert Xu
2006-06-23
1
-3
/
+9
*
[NET]: Avoid allocating skb in skb_pad
Herbert Xu
2006-06-23
1
-6
/
+5
*
Merge git://git.infradead.org/hdrcleanup-2.6
Linus Torvalds
2006-06-20
1
-1
/
+0
|
\
|
*
Don't include linux/config.h from anywhere else in include/
David Woodhouse
2006-04-26
1
-1
/
+0
*
|
[NET]: Warn in __skb_trim if skb is paged
Herbert Xu
2006-06-17
1
-12
/
+12
*
|
[NET]: Clean up skb_linearize
Herbert Xu
2006-06-17
1
-4
/
+20
*
|
[SECMARK]: Add secmark support to core networking.
James Morris
2006-06-17
1
-0
/
+22
*
|
[I/OAT]: Structure changes for TCP recv offload to I/OAT
Chris Leech
2006-06-17
1
-0
/
+4
|
/
*
[NET]: Add skb->truesize assertion checking.
David S. Miller
2006-04-20
1
-0
/
+7
*
[NET]: Allow skb headroom to be overridden
Anton Blanchard
2006-03-31
1
-4
/
+25
*
[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum
Herbert Xu
2006-03-20
1
-1
/
+3
*
[NET]: Uninline kfree_skb and allow NULL argument
Jörn Engel
2006-03-20
1
-16
/
+1
*
[NETFILTER]: Fix skb->nf_bridge lifetime issues
Patrick McHardy
2006-03-20
1
-10
/
+14
*
[NET]: Reduce size of struct sk_buff on 64 bit architectures
Patrick McHardy
2006-03-20
1
-1
/
+1
*
[NET]: Make second arg to skb_reserved() signed.
David S. Miller
2006-01-17
1
-1
/
+1
*
[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder
Patrick McHardy
2006-01-07
1
-1
/
+1
*
[NET]: Speed up __alloc_skb()
Benjamin LaHaise
2006-01-03
1
-1
/
+1
*
[NET]: Small cleanup to socket initialization
Andi Kleen
2006-01-03
1
-1
/
+0
*
[IP]: Simplify and consolidate MSG_PEEK error handling
Herbert Xu
2006-01-03
1
-0
/
+2
*
[NET]: kernel-doc fixes
Randy Dunlap
2005-11-20
1
-0
/
+1
*
[NET]: Use unused bit for ipvs_property field in struct sk_buff
Patrick McHardy
2005-11-20
1
-4
/
+2
*
[NET]: Detect hardware rx checksum faults correctly
Herbert Xu
2005-11-10
1
-2
/
+25
*
[NETFILTER]: Add nf_conntrack subsystem.
Yasuyuki Kozakai
2005-11-09
1
-0
/
+19
*
[NETEM]: Support time based reordering
Stephen Hemminger
2005-11-05
1
-8
/
+30
*
[IPv4/IPv6]: UFO Scatter-gather approach
Ananda Raju
2005-10-28
1
-0
/
+7
*
[SK_BUFF] kernel-doc: fix skbuff warnings
Randy Dunlap
2005-10-26
1
-1
/
+2
*
[PATCH] gfp flags annotations - part 1
Al Viro
2005-10-08
1
-14
/
+14
*
[NET]: Fix packet timestamping.
Herbert Xu
2005-10-03
1
-9
/
+3
*
[NET]: Optimize pskb_trim_rcsum()
Stephen Hemminger
2005-09-08
1
-1
/
+1
*
[NET]: skb_get/set_timestamp use const
Stephen Hemminger
2005-09-06
1
-2
/
+2
*
[NET]: Implement SKB fast cloning.
David S. Miller
2005-08-29
1
-3
/
+23
*
[NET]: Fix sparse warnings
Arnaldo Carvalho de Melo
2005-08-29
1
-0
/
+2
*
[NET]: Store skb->timestamp as offset to a base timestamp
Patrick McHardy
2005-08-29
1
-2
/
+45
*
[NET]: Kill skb->real_dev
David S. Miller
2005-08-29
1
-2
/
+0
*
[NET]: Reduce tc_index/tc_verd to u16
Patrick McHardy
2005-08-29
1
-2
/
+2
*
[NET]: Remove HIPPI private from skbuff.h
Stephen Hemminger
2005-08-29
1
-6
/
+0
*
[NET]: Kill skb->tc_classid
Patrick McHardy
2005-08-29
1
-3
/
+0
*
[NET]: Kill skb->list
David S. Miller
2005-08-29
1
-11
/
+5
*
[NETFILTER]: reduce netfilter sk_buff enlargement
Harald Welte
2005-08-29
1
-5
/
+5
*
[NETFILTER]: convert nfmark and conntrack mark to 32bit
Harald Welte
2005-08-29
1
-1
/
+1
*
[NET]: Make skb->protocol __be16
Alexey Dobriyan
2005-08-11
1
-1
/
+1
*
[NET]: Fix "nocast type" warnings in skbuff.h
Victor Fusco
2005-07-18
1
-1
/
+2
*
[NET]: Fix sparse warnings
Victor Fusco
2005-07-08
1
-11
/
+18
*
[NET]: Reduce size of sk_buff by 4 bytes
Thomas Graf
2005-07-05
1
-7
/
+8
*
[NET]: Remove unused security member in sk_buff
Thomas Graf
2005-07-05
1
-3
/
+1
*
[NET]: Fix signedness issues in net/core/filter.c
Patrick McHardy
2005-07-05
1
-1
/
+1
*
[NET]: skb_find_text() - Find a text pattern in skb data
Thomas Graf
2005-06-23
1
-0
/
+5
*
[NET]: Zerocopy sequential reading of skb data
Thomas Graf
2005-06-23
1
-0
/
+18
[next]