aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* net: allocate skbs on local nodeEric Dumazet2010-10-161-12/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-091-1/+5
|\
| * gro: Re-fix different skb headroomsJarek Poplawski2010-09-081-1/+1
| * gro: fix different skb headroomsEric Dumazet2010-09-011-2/+6
* | net: pskb_expand_head() optimizationEric Dumazet2010-09-061-5/+20
* | net: remove two kmemcheck annotationsEric Dumazet2010-09-031-2/+0
* | net: skbuff.c cleanupEric Dumazet2010-09-011-32/+15
* | net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2010-08-231-9/+9
* | net: simplify flags for tx timestampingOliver Hartkopp2010-08-191-1/+1
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-271-2/+5
|\
| * net: Fix skb_copy_expand() handling of ->csum_startDavid S. Miller2010-07-221-1/+2
| * net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cAndrea Shepard2010-07-221-1/+3
* | net: pskb_expand_head() optimizationEric Dumazet2010-07-241-1/+1
* | net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-1/+0
|/
* net: rxhash already set in __copy_skb_headerEric Dumazet2010-06-131-1/+0
* net: fix deliver_no_wcard regression on loopback deviceJohn Fastabend2010-06-131-0/+1
* net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet2010-05-311-2/+28
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-311-17/+21
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-251-0/+1
| |\
| * \ Merge branch 'master' into for-2.6.35Jens Axboe2010-05-211-22/+11
| |\ \
| * | | pipe: add support for shrinking and growing pipesJens Axboe2010-05-211-17/+21
* | | | net: fix sk_forward_alloc corruptionsEric Dumazet2010-05-291-0/+4
* | | | skb: make skb_recycle_check() return a bool valueChangli Gao2010-05-291-6/+6
| |_|/ |/| |
* | | gro: Fix bogus gso_size on the first fraglist entryHerbert Xu2010-05-201-0/+1
| |/ |/|
* | net: add a noref bit on skb dstEric Dumazet2010-05-171-1/+1
* | net: __alloc_skb() speedupEric Dumazet2010-05-051-16/+5
* | net: Inline skb_pull() in eth_type_trans().David S. Miller2010-05-021-1/+1
* | net: Remove two unnecessary exports (skbuff).Rami Rosen2010-04-201-4/+2
* | rps: Receive Packet SteeringTom Herbert2010-03-161-0/+2
|/
* const: constify remaining pipe_buf_operationsAlexey Dobriyan2009-12-161-1/+1
* net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-201-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-1/+2
|\
| * gro: Fix illegal merging of trailer trashHerbert Xu2009-11-171-1/+2
* | skbuff: Do not allow skb recycling with disabled IRQsAnton Vorontsov2009-11-111-0/+3
|/
* net: remove unused skb->do_not_encryptJohannes Berg2009-07-241-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-181-3/+10
|\
| * skbuff: don't corrupt mac_header on skb expansionStephen Hemminger2009-06-171-3/+6
| * skbuff: skb_mac_header_was_set is always true on >32 bitStephen Hemminger2009-06-171-0/+4
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2009-06-161-0/+8
|\ \ | |/ |/|
| * net: use kmemcheck bitfields API for skbuffVegard Nossum2009-06-151-0/+8
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-1/+1
|\ \ | |/
| * Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-1/+1
| |\
| | * Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar2009-05-181-0/+2
| | |\
| | * \ Merge branch 'linus' into tracing/coreIngo Molnar2009-05-071-13/+14
| | |\ \
| | * | | tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-141-1/+1
* | | | | mac80211: do not pass PS frames out of mac80211 againJohannes Berg2009-06-101-1/+0
* | | | | net/core/skbuff.c: Use frag list abstraction interfaces.David S. Miller2009-06-091-124/+106
* | | | | net: Ensure partial checksum offset is inside the skb headHerbert Xu2009-06-081-3/+3
* | | | | net: skb->dst accessorsEric Dumazet2009-06-031-2/+2
* | | | | gro: Store shinfo in local variable in skb_gro_receiveHerbert Xu2009-05-271-10/+12