index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: ip, ipv6: handle gso skbs in forwarding path
Florian Westphal
2014-02-13
1
-0
/
+17
*
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
|
/
[next]