aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+2
* merge opensource jb u5codeworkx2012-09-221-5/+5
* net: fix a race in sock_queue_err_skb()Eric Dumazet2012-04-271-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-0/+3
|\
| * net: add skb_dst_force() in sock_queue_err_skb()Eric Dumazet2011-05-181-0/+3
* | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net: introduce rx_handler results and logic around thatJiri Pirko2011-03-161-1/+0
* inet: Remove unused sk_sndmsg_* from UFOHerbert Xu2011-03-011-3/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-271-0/+1
|\
| * net: add kmemcheck annotation in __alloc_skb()Eric Dumazet2011-01-271-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-261-2/+6
|\ \ | |/
| * GRO: fix merging a paged skb after non-paged skbsMichal Schmidt2011-01-241-2/+6
* | net: change netdev->features to u32Michał Mirosław2011-01-241-2/+2
|/
* netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian2011-01-121-0/+2
* net: Use skb_checksum_start_offset()Michał Mirosław2010-12-161-1/+1
* net: don't reallocate skb->head unless the current one hasn't the needed extr...Changli Gao2010-12-031-11/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-60/+45
|\
| * 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
| |\
| * | 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 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-151-1/+5
|\ \ \ | | |/ | |/|
| * | gro: Re-fix different skb headroomsJarek Poplawski2010-09-081-1/+1
| * | gro: fix different skb headroomsEric Dumazet2010-09-011-2/+6
| |/
* | skb: Add tracepoints to freeing skbKoki Sanagi2010-09-071-0/+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