index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
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: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb
Alexander Duyck
2014-12-10
1
-0
/
+9
*
net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag
Alexander Duyck
2014-12-10
1
-0
/
+2
*
skb_copy_datagram_iovec() can die
Al Viro
2014-12-09
1
-2
/
+0
*
switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives
Al Viro
2014-12-09
1
-12
/
+4
*
put iov_iter into msghdr
Al Viro
2014-12-09
1
-6
/
+10
*
dst: no need to take reference on DST_NOCACHE dsts
Hannes Frederic Sowa
2014-12-09
1
-21
/
+2
*
net: avoid two atomic operations in fast clones
Eric Dumazet
2014-12-09
1
-2
/
+1
*
net: Add functions for handling padding frame and adding to length
Alexander Duyck
2014-12-08
1
-1
/
+23
*
switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()
Al Viro
2014-11-24
1
-3
/
+0
*
kill zerocopy_sg_from_iovec()
Al Viro
2014-11-24
1
-2
/
+0
*
new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()
Al Viro
2014-11-24
1
-0
/
+3
*
new helper: memcpy_to_msg()
Al Viro
2014-11-24
1
-0
/
+5
*
new helper: memcpy_from_msg()
Al Viro
2014-11-24
1
-0
/
+5
*
new helper: skb_copy_and_csum_datagram_msg()
Al Viro
2014-11-24
1
-0
/
+5
*
net: move vlan pop/push functions into common code
Jiri Pirko
2014-11-21
1
-0
/
+2
*
net: move make_writable helper into common code
Jiri Pirko
2014-11-21
1
-0
/
+1
*
net: Remove __skb_alloc_page and __skb_alloc_pages
Alexander Duyck
2014-11-12
1
-43
/
+0
*
net: Add device Rx page allocation function
Alexander Duyck
2014-11-12
1
-0
/
+48
*
net: Kill skb_copy_datagram_const_iovec
Herbert Xu
2014-11-07
1
-3
/
+0
*
inet: Add skb_copy_datagram_iter
Herbert Xu
2014-11-07
1
-0
/
+3
*
net: Remove MPLS GSO feature.
Pravin B Shelar
2014-11-05
1
-3
/
+1
*
net: Add and use skb_copy_datagram_msg() helper.
David S. Miller
2014-11-05
1
-0
/
+6
*
udp: Changes to udp_offload to support remote checksum offload
Tom Herbert
2014-11-05
1
-1
/
+3
*
net: add rbnode to struct sk_buff
Eric Dumazet
2014-11-03
1
-7
/
+13
*
net: skb_fclone_busy() needs to detect orphaned skb
Eric Dumazet
2014-10-30
1
-2
/
+6
*
skbuff.h: fix kernel-doc warning for headers_end
Randy Dunlap
2014-10-28
1
-0
/
+4
*
skbuff: fix ftrace handling in skb_unshare
Alexander Aring
2014-10-14
1
-1
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-10-08
1
-87
/
+256
|
\
|
*
net: description of dma_cookie cause make xmldocs warning
Masanari Iida
2014-10-08
1
-2
/
+0
|
*
net: Cleanup skb cloning by adding SKB_FCLONE_FREE
Vijay Subramanian
2014-10-04
1
-3
/
+4
|
*
udp: Generalize skb_udp_segment
Tom Herbert
2014-10-01
1
-2
/
+24
|
*
net: cleanup and document skb fclone layout
Eric Dumazet
2014-10-01
1
-0
/
+25
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2014-09-29
1
-8
/
+6
|
|
\
|
|
*
netfilter: bridge: move br_netfilter out of the core
Pablo Neira Ayuso
2014-09-26
1
-6
/
+6
|
*
|
net: reorganize sk_buff for faster __copy_skb_header()
Eric Dumazet
2014-09-29
1
-61
/
+72
|
*
|
net: introduce __skb_header_release()
Eric Dumazet
2014-09-26
1
-0
/
+15
|
*
|
net: add alloc_skb_with_frags() helper
Eric Dumazet
2014-09-19
1
-0
/
+6
|
*
|
net: filter: constify detection of pkt_type_offset
Hannes Frederic Sowa
2014-09-13
1
-0
/
+10
|
|
/
|
*
net: Add function for parsing the header length out of linear ethernet frames
Alexander Duyck
2014-09-05
1
-1
/
+3
|
*
net-timestamp: Make the clone operation stand-alone from phy timestamping
Alexander Duyck
2014-09-05
1
-0
/
+2
|
*
net: Infrastructure for checksum unnecessary conversions
Tom Herbert
2014-09-01
1
-0
/
+20
|
*
net: Support for csum_bad in skbuff
Tom Herbert
2014-09-01
1
-1
/
+20
|
*
net: Clarification of CHECKSUM_UNNECESSARY
Tom Herbert
2014-08-29
1
-23
/
+51
|
*
net: Allocate a new 16 bits for flags in skbuff
Tom Herbert
2014-08-29
1
-0
/
+4
|
*
net: Update sk_buff flag bit availability comment.
David S. Miller
2014-08-27
1
-1
/
+1
|
*
net: Remove ndo_xmit_flush netdev operation, use signalling instead.
David S. Miller
2014-08-25
1
-0
/
+2
|
*
net: Allow raw buffers to be passed into the flow dissector.
David S. Miller
2014-08-23
1
-6
/
+12
*
|
Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2014-10-07
1
-6
/
+2
|
\
\
|
|
/
|
/
|
|
*
net_dma: simple removal
Dan Williams
2014-09-28
1
-6
/
+2
*
|
net: Always untag vlan-tagged traffic on input.
Vlad Yasevich
2014-08-11
1
-0
/
+1
[next]