aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAge
* net: add skb_pop_rcv_encapsulationTom Herbert2014-06-15
* net: Fix GSO constants to match NETIF flagsTom Herbert2014-06-15
* net: Save software checksum completeTom Herbert2014-06-11
* net: Preserve CHECKSUM_COMPLETE at validationTom Herbert2014-06-11
* net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-11
* gre: Call gso_make_checksumTom Herbert2014-06-05
* net: Add GSO support for UDP tunnels with checksumTom Herbert2014-06-05
* net: Support for multiple checksums with gsoTom Herbert2014-06-05
* net: rename local_df to ignore_dfWANG Cong2014-05-12
* net: Generalize checksum_init functionsTom Herbert2014-05-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-02
|\
| * net: Add a test to see if a skb is freeable in irq contextEric W. Biederman2014-04-01
| * net: ptp: move PTP classifier in its own fileDaniel Borkmann2014-04-01
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-29
| |\
| * | net: Rename skb->rxhash to skb->hashTom Herbert2014-03-26
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-05
| |\ \
| * | | net: add skb_mstamp infrastructureEric Dumazet2014-02-26
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-24
| |\ \ \
| | * | | skbuff: Introduce skb_to_sgvec_nomark to map skb without mark new endFan Du2014-02-12
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-02
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'master' into for-nextJiri Kosina2014-02-20
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-19
* | | | | core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-03-27
| |_|_|/ |/| | |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-02-19
|\ \ \ \ | |_|_|/ |/| | |
| * | | netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal2014-02-17
| | |/ | |/|
* / | net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal2014-02-13
|/ /
* | net: add and use skb_gso_transport_seglen()Florian Westphal2014-01-27
* | net: Add skb_get_hash_rawTom Herbert2014-01-16
* | net: add skb_checksum_setupPaul Durrant2014-01-14
* | net: skbuff: const-ify casts in skb_queue_* functionsDaniel Borkmann2014-01-07
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2014-01-06
|\ \
| * | net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf2014-01-06
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-06
|\ \ \
| * | | net: Add some clarification to skb_tx_timestamp() comment.David S. Miller2013-12-27
| * | | ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs2013-12-18
| | |/ | |/|
* | | net: skbuff: improve comment on checksummingDaniel Borkmann2013-12-19
* | | net: Add utility function to copy skb hashTom Herbert2013-12-17
* | | net: Add function to set the rxhashTom Herbert2013-12-17
* | | net: Add utility functions to clear rxhashTom Herbert2013-12-17
* | | net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-17
* | | net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann2013-12-09
|/ /
* / Revert "net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum()."David S. Miller2013-12-02
|/
* net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum().David S. Miller2013-11-15
* netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-11
* net: skbuff - kernel-doc fixesMathias Krause2013-11-07
* net: move pskb_put() to core codeMathias Krause2013-11-07
* net: introduce skb_coalesce_rx_frag()Jason Wang2013-11-04
* net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann2013-11-03
* ipv6: sit: add GSO/TSO supportEric Dumazet2013-10-21
* ipip: add GSO/TSO supportEric Dumazet2013-10-19