aboutsummaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2012-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-08net/core: fix kernel-doc warningsRandy Dunlap
2012-06-07net: Update kernel-doc for __alloc_skb()Ben Hutchings
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet
2012-05-18net: introduce netdev_alloc_frag()Eric Dumazet
2012-05-17net: netdev_alloc_skb() use build_skb()Eric Dumazet
2012-05-17net: core: Use pr_<level>Joe Perches
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck
2012-05-06skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_headAlexander Duyck
2012-05-06skb: Drop bad code from pskb_expand_headAlexander Duyck
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck
2012-05-03net: Fix truesize accounting in skb_gro_receive()Eric Dumazet
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck
2012-04-30net: makes skb_splice_bits() aware of skb->head_fragEric Dumazet
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet
2012-04-30net: allow skb->head to be a page fragmentEric Dumazet
2012-04-23net: make spd_fill_page() linear argument a boolEric Dumazet
2012-04-23net: Use bool and remove inline in skb_splice_bits() code.David S. Miller
2012-04-23net: speedup skb_splice_bits()Eric Dumazet
2012-04-21net: allow better page reuse in splice(sock -> pipe)Eric Dumazet
2012-04-19net: dont drop packet but consume itEric Dumazet
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-11net: allow pskb_expand_head() to get maximum tailroomEric Dumazet
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-06net: fix a race in sock_queue_err_skb()Eric Dumazet
2012-04-05net: remove k{un}map_skb_frag()Eric Dumazet
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear
2012-02-13gro: fix truesize underestimationEric Dumazet
2011-12-16net:core: use IS_ENABLEDIgor Maravić
2011-12-04tcp: take care of misalignmentsEric Dumazet
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-22net: correct comments of skb_shiftFeng King
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-14net: introduce build_skb()Eric Dumazet
2011-11-09net: add wireless TX status socket optionJohannes Berg
2011-11-03net: Add back alignment for size for __alloc_skbTony Lindgren
2011-10-21net: add opaque struct around skb frag pageIan Campbell
2011-10-19net: Allow skb_recycle_check to be done in stagesAndy Fleming
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-13net: more accurate skb truesizeEric Dumazet
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller