index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
skbuff.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: add and use skb_gso_transport_seglen()
Florian Westphal
2014-01-26
1
-0
/
+1
*
net: Add skb_get_hash_raw
Tom Herbert
2014-01-16
1
-0
/
+5
*
net: add skb_checksum_setup
Paul Durrant
2014-01-14
1
-0
/
+2
*
net: skbuff: const-ify casts in skb_queue_* functions
Daniel Borkmann
2014-01-07
1
-3
/
+3
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
2014-01-06
1
-0
/
+3
|
\
|
*
net: Export skb_zerocopy() to zerocopy from one skb to another
Thomas Graf
2014-01-06
1
-0
/
+3
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-06
1
-0
/
+9
|
\
\
|
*
|
net: Add some clarification to skb_tx_timestamp() comment.
David S. Miller
2013-12-27
1
-0
/
+4
|
*
|
ip_gre: fix msg_name parsing for recvfrom/recvmsg
Timo Teräs
2013-12-18
1
-0
/
+5
*
|
|
net: skbuff: improve comment on checksumming
Daniel Borkmann
2013-12-19
1
-56
/
+75
*
|
|
net: Add utility function to copy skb hash
Tom Herbert
2013-12-17
1
-0
/
+6
*
|
|
net: Add function to set the rxhash
Tom Herbert
2013-12-17
1
-0
/
+40
*
|
|
net: Add utility functions to clear rxhash
Tom Herbert
2013-12-17
1
-0
/
+12
*
|
|
net: Change skb_get_rxhash to skb_get_hash
Tom Herbert
2013-12-17
1
-3
/
+3
*
|
|
net: dev: move inline skb_needs_linearize helper to header
Daniel Borkmann
2013-12-09
1
-0
/
+18
|
/
/
*
|
Revert "net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum()."
David S. Miller
2013-12-02
1
-21
/
+18
|
/
*
net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum().
David S. Miller
2013-11-15
1
-18
/
+21
*
netfilter: push reasm skb through instead of original frag skbs
Jiri Pirko
2013-11-11
1
-32
/
+0
*
net: skbuff - kernel-doc fixes
Mathias Krause
2013-11-07
1
-1
/
+1
*
net: move pskb_put() to core code
Mathias Krause
2013-11-07
1
-0
/
+1
*
net: introduce skb_coalesce_rx_frag()
Jason Wang
2013-11-04
1
-0
/
+3
*
net: skb_checksum: allow custom update/combine for walking skb
Daniel Borkmann
2013-11-03
1
-3
/
+10
*
ipv6: sit: add GSO/TSO support
Eric Dumazet
2013-10-21
1
-2
/
+4
*
ipip: add GSO/TSO support
Eric Dumazet
2013-10-19
1
-2
/
+4
*
ipv4: gso: make inet_gso_segment() stackable
Eric Dumazet
2013-10-19
1
-2
/
+5
*
net: refactor sk_page_frag_refill()
Eric Dumazet
2013-10-18
1
-0
/
+2
*
include/linux/skbuff.h: move CONFIG_XFRM check inside the skb_sec_path()
Denis Kirjanov
2013-10-02
1
-5
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-10-01
1
-1
/
+1
|
\
|
*
skbuff: size of hole is wrong in a comment
Nicolas Dichtel
2013-09-30
1
-1
/
+1
*
|
net: skb_is_gso_v6() requires skb_is_gso()
Eric Dumazet
2013-09-30
1
-0
/
+1
*
|
net.h/skbuff.h: Remove extern from function prototypes
Joe Perches
2013-09-26
1
-139
/
+111
|
/
*
skb: allow skb_scrub_packet() to be used by tunnels
Nicolas Dichtel
2013-09-04
1
-1
/
+1
*
net: fix comment typo for __skb_alloc_pages()
Florian Fainelli
2013-09-03
1
-2
/
+2
*
net: move zerocopy_sg_from_iovec() to net/core/datagram.c
Jason Wang
2013-08-07
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-03
1
-1
/
+1
|
\
|
*
net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL
Cong Wang
2013-08-01
1
-1
/
+1
*
|
net: add a temporary sanity check in skb_orphan()
Eric Dumazet
2013-08-01
1
-0
/
+2
*
|
net: skb_orphan() changes
Eric Dumazet
2013-07-31
1
-3
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-07-03
1
-0
/
+1
|
\
|
*
gre: fix a possible skb leak
Eric Dumazet
2013-06-25
1
-0
/
+1
*
|
dev: introduce skb_scrub_packet()
Nicolas Dichtel
2013-06-27
1
-0
/
+1
*
|
net: remove last caller of skb_tail_offset() and itself
Cong Wang
2013-06-10
1
-8
/
+0
*
|
net: add low latency socket poll
Eliezer Tamir
2013-06-10
1
-2
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-05
1
-0
/
+15
|
\
\
|
|
/
|
*
udp6: Fix udp fragmentation for tunnel traffic.
Pravin B Shelar
2013-05-31
1
-0
/
+15
*
|
net: clean up skb headers code
Cong Wang
2013-05-31
1
-2
/
+2
*
|
net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tail
Simon Horman
2013-05-28
1
-0
/
+9
*
|
MPLS: Add limited GSO support
Simon Horman
2013-05-27
1
-0
/
+4
*
|
net: Use 16bits for *_headers fields of struct skbuff
Simon Horman
2013-05-27
1
-113
/
+6
|
/
*
net: add function to allocate sk_buff head without data area
Patrick McHardy
2013-04-19
1
-0
/
+6
[next]