index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
2009-06-17
skbuff: skb_mac_header_was_set is always true on >32 bit
Stephen Hemminger
2009-06-16
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...
Linus Torvalds
2009-06-15
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-10
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-06-10
mac80211: do not pass PS frames out of mac80211 again
Johannes Berg
2009-06-09
net/core/skbuff.c: Use frag list abstraction interfaces.
David S. Miller
2009-06-08
net: Ensure partial checksum offset is inside the skb head
Herbert Xu
2009-06-03
net: skb->dst accessors
Eric Dumazet
2009-05-27
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-25
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-05-25
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-18
net: fix skb_seq_read returning wrong offset/length for page frag data
Thomas Chenault
2009-05-18
Merge commit 'v2.6.30-rc6' into tracing/core
Ingo Molnar
2009-05-07
Merge branch 'linus' into tracing/core
Ingo Molnar
2009-05-06
net: update skb_recycle_check() for hardware timestamping changes
Lennert Buytenhek
2009-04-30
net: Fix oops when splicing skbs from a frag_list.
Jarek Poplawski
2009-04-14
tracing/events: move trace point headers into include/trace/events
Steven Rostedt
2009-03-28
gso: Fix support for linear packets
Herbert Xu
2009-03-13
Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-...
Neil Horman
2009-02-26
core: remove some pointless conditionals before kfree_skb()
Wei Yongjun
2009-02-24
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
2009-02-17
net: Kill skb_truesize_check(), it only catches false-positives.
David S. Miller
2009-02-15
net: infrastructure for hardware time stamping
Patrick Ohly
2009-02-12
net: Fix page seeking for skb_splice_bits().
Jarek Poplawski
2009-02-10
net: Move skbuff symbol exports after each symbol's definition.
David S. Miller
2009-02-05
gro: Fix frag_list merging on imprecisely split packets
Herbert Xu
2009-02-01
net: Optimize memory usage when splicing from sockets.
Jarek Poplawski
2009-01-30
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-01-29
gro: Do not merge paged packets into frag_list
Herbert Xu
2009-01-29
gro: Avoid copying headers of unmerged packets
Herbert Xu
2009-01-29
net: Fix OOPS in skb_seq_read().
Shyam Iyer
2009-01-29
net: Fix frag_list handling in skb_seq_read
Herbert Xu
2009-01-20
gro: Fix merging of paged packets
Herbert Xu
2009-01-19
net: Fix data corruption when splicing from sockets.
Jarek Poplawski
2009-01-14
gro: Fix page ref count for skbs freed normally
Herbert Xu
2009-01-04
gro: Add page frag support
Herbert Xu
2009-01-04
gro: Use gso_size to store MSS
Herbert Xu
2008-12-15
net: Add skb_gro_receive
Herbert Xu
2008-12-15
net: Add frag_list support to skb_segment
Herbert Xu
2008-11-26
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-25
net: make skb_truesize_bug() call WARN()
Arjan van de Ven
2008-11-25
tcp: skb_shift cannot cache frag ptrs past pskb_expand_head
Ilpo Järvinen
2008-11-24
tcp: handle shift/merge of cloned skbs too
Ilpo Järvinen
2008-11-24
tcp: Try to restore large SKBs while SACK processing
Ilpo Järvinen
2008-11-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
[prev]
[next]