aboutsummaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2010-07-22net: Fix skb_copy_expand() handling of ->csum_startDavid S. Miller
2010-07-22net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cAndrea Shepard
2010-06-13net: rxhash already set in __copy_skb_headerEric Dumazet
2010-06-13net: fix deliver_no_wcard regression on loopback deviceJohn Fastabend
2010-05-31net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet
2010-05-31Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-05-29net: fix sk_forward_alloc corruptionsEric Dumazet
2010-05-29skb: make skb_recycle_check() return a bool valueChangli Gao
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe
2010-05-20gro: Fix bogus gso_size on the first fraglist entryHerbert Xu
2010-05-17net: add a noref bit on skb dstEric Dumazet
2010-05-05net: __alloc_skb() speedupEric Dumazet
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller
2010-04-20net: Remove two unnecessary exports (skbuff).Rami Rosen
2010-03-16rps: Receive Packet SteeringTom Herbert
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-17gro: Fix illegal merging of trailer trashHerbert Xu
2009-11-11skbuff: Do not allow skb recycling with disabled IRQsAnton Vorontsov
2009-07-24net: remove unused skb->do_not_encryptJohannes Berg
2009-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-06-17skbuff: don't corrupt mac_header on skb expansionStephen Hemminger
2009-06-17skbuff: skb_mac_header_was_set is always true on >32 bitStephen Hemminger
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds
2009-06-15net: use kmemcheck bitfields API for skbuffVegard Nossum
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-10mac80211: do not pass PS frames out of mac80211 againJohannes Berg
2009-06-09net/core/skbuff.c: Use frag list abstraction interfaces.David S. Miller
2009-06-08net: Ensure partial checksum offset is inside the skb headHerbert Xu
2009-06-03net: skb->dst accessorsEric Dumazet
2009-05-27gro: Store shinfo in local variable in skb_gro_receiveHerbert Xu
2009-05-27gro: Nasty optimisations for page frags in skb_gro_receiveHerbert Xu
2009-05-27gro: Localise offset/headlen in skb_gro_offsetHerbert Xu
2009-05-27gro: Open-code frags copy in skb_gro_receiveHerbert Xu
2009-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-25skbuff: Copy csum instead of csum_start/csum_offsetHerbert Xu
2009-05-25skbuff: Move new code into __copy_skb_headerHerbert Xu
2009-05-18net: fix skb_seq_read returning wrong offset/length for page frag dataThomas Chenault
2009-05-18Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar
2009-05-06net: update skb_recycle_check() for hardware timestamping changesLennert Buytenhek
2009-04-30net: Fix oops when splicing skbs from a frag_list.Jarek Poplawski
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt
2009-03-28gso: Fix support for linear packetsHerbert Xu
2009-03-13Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-...Neil Horman
2009-02-26core: remove some pointless conditionals before kfree_skb()Wei Yongjun