aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-13net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-0/+17
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
2013-11-03net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann1-3/+10
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet1-2/+4
2013-10-19ipip: add GSO/TSO supportEric Dumazet1-2/+4
2013-10-19ipv4: gso: make inet_gso_segment() stackableEric Dumazet1-2/+5
2013-10-18net: refactor sk_page_frag_refill()Eric Dumazet1-0/+2
2013-10-02include/linux/skbuff.h: move CONFIG_XFRM check inside the skb_sec_path()Denis Kirjanov1-5/+2
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-09-30skbuff: size of hole is wrong in a commentNicolas Dichtel1-1/+1
2013-09-30net: skb_is_gso_v6() requires skb_is_gso()Eric Dumazet1-0/+1
2013-09-26net.h/skbuff.h: Remove extern from function prototypesJoe Perches1-139/+111
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel1-1/+1
2013-09-03net: fix comment typo for __skb_alloc_pages()Florian Fainelli1-2/+2
2013-08-07net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang1-0/+4
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang1-1/+1
2013-08-01net: add a temporary sanity check in skb_orphan()Eric Dumazet1-0/+2
2013-07-31net: skb_orphan() changesEric Dumazet1-3/+4
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-06-27dev: introduce skb_scrub_packet()Nicolas Dichtel1-0/+1
2013-06-25gre: fix a possible skb leakEric Dumazet1-0/+1
2013-06-10net: remove last caller of skb_tail_offset() and itselfCong Wang1-8/+0
2013-06-10net: add low latency socket pollEliezer Tamir1-2/+6
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+15
2013-05-31udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar1-0/+15
2013-05-31net: clean up skb headers codeCong Wang1-2/+2
2013-05-28net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman1-0/+9
2013-05-27MPLS: Add limited GSO supportSimon Horman1-0/+4
2013-05-27net: Use 16bits for *_headers fields of struct skbuffSimon Horman1-113/+6