summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2014-01-28net: Fix warning on make htmldocs caused by skbuff.cMasanari Iida
2014-01-26net: add and use skb_gso_transport_seglen()Florian Westphal
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi
2014-01-14net: add skb_checksum_setupPaul Durrant
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2014-01-06net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf
2013-12-21net: use kfree_skb_list() helperEric Dumazet
2013-12-17net: Add utility function to copy skb hashTom Herbert
2013-12-05net: clear local_df when passing skb between namespacesHannes Frederic Sowa
2013-11-21gso: handle new frag_list of frags GRO packetsHerbert Xu
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko
2013-11-07net: skbuff - kernel-doc fixesMathias Krause
2013-11-07net: move pskb_put() to core codeMathias Krause
2013-11-04net: introduce skb_coalesce_rx_frag()Jason Wang
2013-11-04net: checksum: fix warning in skb_checksumDaniel Borkmann
2013-11-03net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann
2013-10-19net: generalize skb_segment()Eric Dumazet
2013-10-10net: gro: allow to build full sized skbEric Dumazet
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang
2013-07-24net: fix comment above build_skb()Florian Fainelli
2013-07-12net: access page->private by using page_privateSunghan Suh
2013-07-03core: Copy inner_protocol in copy_skb_header()Joe Stringer
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-27dev: introduce skb_scrub_packet()Nicolas Dichtel
2013-06-25gre: fix a possible skb leakEric Dumazet
2013-06-24net: Unmap fragment page once iterator is doneWedson Almeida Filho
2013-06-11net: pass correct parameter to skb_headers_offset_update()Peter Pan(潘卫平)
2013-06-10net: add low latency socket pollEliezer Tamir
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-04net: fix sk_buff head without data areaPablo Neira
2013-05-31net: clean up skb headers codeCong Wang
2013-05-28net: Fix build warnings after mac_header and transport_header became __u16.David S. Miller
2013-05-22net: Loosen constraints for recalculating checksum in skb_segment()Simon Horman
2013-04-25packet: tx timestamping on tpacket ringWillem de Bruijn
2013-04-19net: add function to allocate sk_buff head without data areaPatrick McHardy
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-03-27net: core: let skb_partial_csum_set() set transport headerJason Wang
2013-03-09tunneling: Capture inner mac header during encapsulation.Pravin B Shelar
2013-03-09net: Add skb_headers_offset_update helper function.Pravin B Shelar
2013-03-09net: Kill link between CSUM and SG features.Pravin B Shelar
2013-02-20net: fix a wrong assignment in skb_split()Amerigo Wang
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar
2013-02-13net: skbuff: fix compile error in skb_panic()James Hogan
2013-02-11skbuff: create skb_panic() function and its wrappersJean Sacren
2013-02-08skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-03net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar