aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-15net-timestamp: document deprecated syststampWillem de Bruijn1-2/+4
2014-07-07net: Only do flow_dissector hash computation once per packetTom Herbert1-2/+7
2014-07-07net: Call skb_get_hash in get_xps_queue and __skb_tx_hashTom Herbert1-1/+1
2014-06-15net: add skb_pop_rcv_encapsulationTom Herbert1-0/+12
2014-06-15net: Fix GSO constants to match NETIF flagsTom Herbert1-5/+6
2014-06-11net: Save software checksum completeTom Herbert1-1/+2
2014-06-11net: Preserve CHECKSUM_COMPLETE at validationTom Herbert1-9/+14
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila1-1/+15
2014-06-04gre: Call gso_make_checksumTom Herbert1-0/+2
2014-06-04net: Add GSO support for UDP tunnels with checksumTom Herbert1-0/+2
2014-06-04net: Support for multiple checksums with gsoTom Herbert1-1/+25
2014-05-12net: rename local_df to ignore_dfWANG Cong1-2/+2
2014-05-05net: Generalize checksum_init functionsTom Herbert1-0/+93
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-18/+86
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-04-01net: Add a test to see if a skb is freeable in irq contextEric W. Biederman1-0/+13
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann1-2/+0
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss1-2/+2
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-14/+14
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2014-02-26net: add skb_mstamp infrastructureEric Dumazet1-2/+57
2014-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+2
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-62/+177
2014-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+4
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1
2014-02-17netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal1-1/+4
2014-02-13net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-0/+17
2014-02-12skbuff: Introduce skb_to_sgvec_nomark to map skb without mark new endFan Du1-0/+2
2014-01-26net: add and use skb_gso_transport_seglen()Florian Westphal1-0/+1
2014-01-16net: Add skb_get_hash_rawTom Herbert1-0/+5
2014-01-14net: add skb_checksum_setupPaul Durrant1-0/+2
2014-01-07net: skbuff: const-ify casts in skb_queue_* functionsDaniel Borkmann1-3/+3
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller1-0/+3
2014-01-06net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf1-0/+3
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+9
2013-12-27net: Add some clarification to skb_tx_timestamp() comment.David S. Miller1-0/+4
2013-12-19net: skbuff: improve comment on checksummingDaniel Borkmann1-56/+75
2013-12-18ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs1-0/+5
2013-12-17net: Add utility function to copy skb hashTom Herbert1-0/+6
2013-12-17net: Add function to set the rxhashTom Herbert1-0/+40
2013-12-17net: Add utility functions to clear rxhashTom Herbert1-0/+12
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert1-3/+3
2013-12-09net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann1-0/+18
2013-12-02Revert "net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum()."David S. Miller1-21/+18
2013-11-15net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum().David S. Miller1-18/+21
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko1-32/+0
2013-11-07net: skbuff - kernel-doc fixesMathias Krause1-1/+1
2013-11-07net: move pskb_put() to core codeMathias Krause1-0/+1
2013-11-04net: introduce skb_coalesce_rx_frag()Jason Wang1-0/+3