aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-04net: skb_share_check() should use consume_skb()Eric Dumazet1-3/+6
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman1-0/+55
2012-07-31netvm: propagate page->pfmemalloc to skbMel Gorman1-0/+11
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman1-2/+12
2012-07-22skbuff: add an api to orphan fragsMichael S. Tsirkin1-0/+16
2012-06-15net: remove skb_orphan_try()Eric Dumazet1-5/+2
2012-05-29skb: avoid unnecessary reallocations in __skb_cowFelix Fietkau1-2/+0
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet1-0/+5
2012-05-18net: introduce netdev_alloc_frag()Eric Dumazet1-24/+18
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-1/+11
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck1-0/+14
2012-05-01net: fix two typos in skbuff.hEric Dumazet1-2/+2
2012-05-01net: skb_peek()/skb_peek_tail() cleanupsEric Dumazet1-8/+12
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet1-0/+1
2012-04-30net: allow skb->head to be a page fragmentEric Dumazet1-2/+3
2012-04-24net: skb_can_coalesce returns a booleanEric Dumazet1-3/+3
2012-04-19nf_bridge: remove holes in struct nf_bridge_infoEric Dumazet1-5/+5
2012-04-13skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin1-3/+4
2012-04-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet1-0/+13
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet1-1/+1
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-19net: update the usage of CHECKSUM_UNNECESSARYYi Zou1-0/+7
2012-03-09net: Use bool in skbuff.h helper functions.David S. Miller1-3/+3
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear1-1/+3
2012-02-23ipsec: be careful of non existing mac headersEric Dumazet1-0/+10
2012-02-21skb: Add skb_peek_next helperPavel Emelyanov1-0/+18
2012-02-21datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov1-1/+1
2012-02-10skbuff: Move rxhash and vlan_tci to consolidate holes in sk_buffAlexander Duyck1-4/+5
2012-01-05net: pack skb_shared_info more efficientlyIan Campbell1-3/+3
2011-12-23net: only use a single page of slop in MAX_SKB_FRAGSIan Campbell1-4/+8
2011-12-04tcp: take care of misalignmentsEric Dumazet1-2/+9
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet1-32/+0
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+17
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław1-1/+0
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+3
2011-11-14net: introduce build_skb()Eric Dumazet1-0/+1
2011-11-09net: add wireless TX status socket optionJohannes Berg1-2/+17
2011-11-01include: linux: skbuf.h: Fix parameter documentationMarcos Paulo de Souza1-2/+2
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2011-10-24net: hold sock reference while processing tx timestampsRichard Cochran1-1/+6
2011-10-21net: add opaque struct around skb frag pageIan Campbell1-4/+6
2011-10-20net: constify skbuff and Qdisc elementsEric Dumazet1-8/+9
2011-10-19net: do not take an additional reference in skb_frag_set_pageIan Campbell1-1/+0
2011-10-19net: Allow skb_recycle_check to be done in stagesAndy Fleming1-0/+21