summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2015-05-06net: fix crash in build_skb()Eric Dumazet
2014-10-15net: Always untag vlan-tagged traffic on input.Vlad Yasevich
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss
2014-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-02-17netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal
2014-02-13net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal
2014-01-26net: add and use skb_gso_transport_seglen()Florian Westphal
2014-01-16net: Add skb_get_hash_rawTom Herbert
2014-01-14net: add skb_checksum_setupPaul Durrant
2014-01-07net: skbuff: const-ify casts in skb_queue_* functionsDaniel Borkmann
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
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-27net: Add some clarification to skb_tx_timestamp() comment.David S. Miller
2013-12-19net: skbuff: improve comment on checksummingDaniel Borkmann
2013-12-18ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs
2013-12-17net: Add utility function to copy skb hashTom Herbert
2013-12-17net: Add function to set the rxhashTom Herbert
2013-12-17net: Add utility functions to clear rxhashTom Herbert
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert
2013-12-09net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann
2013-12-02Revert "net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum()."David S. Miller
2013-11-15net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum().David S. Miller
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-03net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet
2013-10-19ipip: add GSO/TSO supportEric Dumazet
2013-10-19ipv4: gso: make inet_gso_segment() stackableEric Dumazet
2013-10-18net: refactor sk_page_frag_refill()Eric Dumazet
2013-10-02include/linux/skbuff.h: move CONFIG_XFRM check inside the skb_sec_path()Denis Kirjanov
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-30skbuff: size of hole is wrong in a commentNicolas Dichtel
2013-09-30net: skb_is_gso_v6() requires skb_is_gso()Eric Dumazet
2013-09-26net.h/skbuff.h: Remove extern from function prototypesJoe Perches
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel
2013-09-03net: fix comment typo for __skb_alloc_pages()Florian Fainelli
2013-08-07net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang
2013-08-01net: add a temporary sanity check in skb_orphan()Eric Dumazet
2013-07-31net: skb_orphan() changesEric Dumazet
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-10net: remove last caller of skb_tail_offset() and itselfCong Wang
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