index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
skbuff.h
Commit message (
Expand
)
Author
Age
*
Revert "netfilter: bridge: query conntrack about skb dnat"
Florian Westphal
2015-05-20
*
net: fix crash in build_skb()
Eric Dumazet
2015-04-25
*
net: add skb_checksum_complete_unset
Tom Herbert
2015-04-20
*
netfilter: bridge: make BRNF_PKT_TYPE flag a bool
Florian Westphal
2015-04-08
*
netfilter: bridge: start splitting mask into public/private chunks
Florian Westphal
2015-04-08
*
netfilter: bridge: don't use nf_bridge_info data to store mac header
Florian Westphal
2015-04-08
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-20
|
\
|
*
xps: must clear sender_cpu before forwarding
Eric Dumazet
2015-03-11
*
|
net: move skb->dropcount to skb->cb[]
Eyal Birger
2015-03-02
*
|
net: Remove state argument from skb_find_text()
Bojan Prtvar
2015-02-22
|
/
*
net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload
Tom Herbert
2015-02-11
*
net: Clarify meaning of CHECKSUM_PARTIAL for receive path
Tom Herbert
2015-02-11
*
net: fix a typo in skb_checksum_validate_zero_check
Sabrina Dubroca
2015-02-08
*
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
2015-02-04
|
\
|
*
net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()
Al Viro
2015-02-04
|
*
rxrpc: switch rxrpc_send_data() to iov_iter primitives
Al Viro
2015-02-04
*
|
net: add skb functions to process remote checksum offload
Tom Herbert
2015-02-04
*
|
xps: fix xps for stacked devices
Eric Dumazet
2015-02-04
|
/
*
net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb
Alexander Duyck
2014-12-10
*
net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag
Alexander Duyck
2014-12-10
*
skb_copy_datagram_iovec() can die
Al Viro
2014-12-09
*
switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives
Al Viro
2014-12-09
*
put iov_iter into msghdr
Al Viro
2014-12-09
*
dst: no need to take reference on DST_NOCACHE dsts
Hannes Frederic Sowa
2014-12-09
*
net: avoid two atomic operations in fast clones
Eric Dumazet
2014-12-09
*
net: Add functions for handling padding frame and adding to length
Alexander Duyck
2014-12-08
*
switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()
Al Viro
2014-11-24
*
kill zerocopy_sg_from_iovec()
Al Viro
2014-11-24
*
new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()
Al Viro
2014-11-24
*
new helper: memcpy_to_msg()
Al Viro
2014-11-24
*
new helper: memcpy_from_msg()
Al Viro
2014-11-24
*
new helper: skb_copy_and_csum_datagram_msg()
Al Viro
2014-11-24
*
net: move vlan pop/push functions into common code
Jiri Pirko
2014-11-21
*
net: move make_writable helper into common code
Jiri Pirko
2014-11-21
*
net: Remove __skb_alloc_page and __skb_alloc_pages
Alexander Duyck
2014-11-12
*
net: Add device Rx page allocation function
Alexander Duyck
2014-11-12
*
net: Kill skb_copy_datagram_const_iovec
Herbert Xu
2014-11-07
*
inet: Add skb_copy_datagram_iter
Herbert Xu
2014-11-07
*
net: Remove MPLS GSO feature.
Pravin B Shelar
2014-11-06
*
net: Add and use skb_copy_datagram_msg() helper.
David S. Miller
2014-11-05
*
udp: Changes to udp_offload to support remote checksum offload
Tom Herbert
2014-11-05
*
net: add rbnode to struct sk_buff
Eric Dumazet
2014-11-03
*
net: skb_fclone_busy() needs to detect orphaned skb
Eric Dumazet
2014-10-30
*
skbuff.h: fix kernel-doc warning for headers_end
Randy Dunlap
2014-10-28
*
skbuff: fix ftrace handling in skb_unshare
Alexander Aring
2014-10-14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-10-08
|
\
|
*
net: description of dma_cookie cause make xmldocs warning
Masanari Iida
2014-10-08
|
*
net: Cleanup skb cloning by adding SKB_FCLONE_FREE
Vijay Subramanian
2014-10-04
|
*
udp: Generalize skb_udp_segment
Tom Herbert
2014-10-01
|
*
net: cleanup and document skb fclone layout
Eric Dumazet
2014-10-01
[next]