index
:
litmus-rt-odroidx.git
odroidx
odroidx-color
wip-mc
LITMUS^RT and MC^2 V0 support for the ODROID-X dev board
Christopher Joseph Kenna
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Commit message (
Expand
)
Author
Age
*
net: Fix skb_copy_expand() handling of ->csum_start
David S. Miller
2010-07-22
*
net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.c
Andrea Shepard
2010-07-22
*
net: rxhash already set in __copy_skb_header
Eric Dumazet
2010-06-13
*
net: fix deliver_no_wcard regression on loopback device
John Fastabend
2010-06-13
*
net: sock_queue_err_skb() dont mess with sk_forward_alloc
Eric Dumazet
2010-06-01
*
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
2010-05-31
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-05-25
|
|
\
|
*
\
Merge branch 'master' into for-2.6.35
Jens Axboe
2010-05-21
|
|
\
\
|
*
|
|
pipe: add support for shrinking and growing pipes
Jens Axboe
2010-05-21
*
|
|
|
net: fix sk_forward_alloc corruptions
Eric Dumazet
2010-05-29
*
|
|
|
skb: make skb_recycle_check() return a bool value
Changli Gao
2010-05-29
|
|
_
|
/
|
/
|
|
*
|
|
gro: Fix bogus gso_size on the first fraglist entry
Herbert Xu
2010-05-21
|
|
/
|
/
|
*
|
net: add a noref bit on skb dst
Eric Dumazet
2010-05-17
*
|
net: __alloc_skb() speedup
Eric Dumazet
2010-05-05
*
|
net: Inline skb_pull() in eth_type_trans().
David S. Miller
2010-05-02
*
|
net: Remove two unnecessary exports (skbuff).
Rami Rosen
2010-04-21
*
|
rps: Receive Packet Steering
Tom Herbert
2010-03-17
|
/
*
const: constify remaining pipe_buf_operations
Alexey Dobriyan
2009-12-16
*
net: rename skb->iif to skb->skb_iif
Eric Dumazet
2009-11-20
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-11-19
|
\
|
*
gro: Fix illegal merging of trailer trash
Herbert Xu
2009-11-17
*
|
skbuff: Do not allow skb recycling with disabled IRQs
Anton Vorontsov
2009-11-11
|
/
*
net: remove unused skb->do_not_encrypt
Johannes Berg
2009-07-24
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2009-06-18
|
\
|
*
skbuff: don't corrupt mac_header on skb expansion
Stephen Hemminger
2009-06-17
|
*
skbuff: skb_mac_header_was_set is always true on >32 bit
Stephen Hemminger
2009-06-17
*
|
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...
Linus Torvalds
2009-06-16
|
\
\
|
|
/
|
/
|
|
*
net: use kmemcheck bitfields API for skbuff
Vegard Nossum
2009-06-15
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2009-06-15
|
\
|
|
*
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-06-10
|
|
\
|
|
*
Merge commit 'v2.6.30-rc6' into tracing/core
Ingo Molnar
2009-05-18
|
|
|
\
|
|
*
\
Merge branch 'linus' into tracing/core
Ingo Molnar
2009-05-07
|
|
|
\
\
|
|
*
|
|
tracing/events: move trace point headers into include/trace/events
Steven Rostedt
2009-04-14
*
|
|
|
|
mac80211: do not pass PS frames out of mac80211 again
Johannes Berg
2009-06-10
*
|
|
|
|
net/core/skbuff.c: Use frag list abstraction interfaces.
David S. Miller
2009-06-09
*
|
|
|
|
net: Ensure partial checksum offset is inside the skb head
Herbert Xu
2009-06-08
*
|
|
|
|
net: skb->dst accessors
Eric Dumazet
2009-06-03
*
|
|
|
|
gro: Store shinfo in local variable in skb_gro_receive
Herbert Xu
2009-05-27
*
|
|
|
|
gro: Nasty optimisations for page frags in skb_gro_receive
Herbert Xu
2009-05-27
*
|
|
|
|
gro: Localise offset/headlen in skb_gro_offset
Herbert Xu
2009-05-27
*
|
|
|
|
gro: Open-code frags copy in skb_gro_receive
Herbert Xu
2009-05-27
*
|
|
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-05-25
|
\
|
|
|
|
|
*
|
|
|
net: fix skb_seq_read returning wrong offset/length for page frag data
Thomas Chenault
2009-05-19
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
skbuff: Copy csum instead of csum_start/csum_offset
Herbert Xu
2009-05-25
*
|
|
|
skbuff: Move new code into __copy_skb_header
Herbert Xu
2009-05-25
|
/
/
/
*
|
/
net: update skb_recycle_check() for hardware timestamping changes
Lennert Buytenhek
2009-05-06
|
|
/
|
/
|
*
|
net: Fix oops when splicing skbs from a frag_list.
Jarek Poplawski
2009-04-30
|
/
*
gso: Fix support for linear packets
Herbert Xu
2009-03-29
*
Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-...
Neil Horman
2009-03-13
*
core: remove some pointless conditionals before kfree_skb()
Wei Yongjun
2009-02-27
[next]