All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libnetfilter_queue v3 0/5] Speed-up
@ 2022-01-09  3:16 Duncan Roe
  2022-01-09  3:16 ` [PATCH libnetfilter_queue v3 1/5] src: eliminate packet copy when constructing struct pkt_buff Duncan Roe
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Duncan Roe @ 2022-01-09  3:16 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

This is a re-issue of the patch I submitted  18th May 2021, with some extras.

Patch #1 is the original patch, rebased
Patch #2 is a new patch to get rid of a compiler warning
Patch #3 is a new patch to rename 'struct qwerty' to something meaningful
Patch #4 is a new patch to get rid of doxygen warnings
Patch #5 is a new patch to expose 'struct pktbuff' (to simplify code,
         since there is never a buffer tacked on the end of one any more)

Duncan Roe (5):
  Eliminate packet copy when constructing struct pkt_buff
  src: Avoid compiler warning
  src: Use more meaningful name in callback.c
  build: doc: Eliminate doxygen warnings
  src: struct pktbuff is no longer opaque

-- 
2.17.5


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-02-22  1:39 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-09  3:16 [PATCH libnetfilter_queue v3 0/5] Speed-up Duncan Roe
2022-01-09  3:16 ` [PATCH libnetfilter_queue v3 1/5] src: eliminate packet copy when constructing struct pkt_buff Duncan Roe
2022-01-09  3:16 ` [PATCH libnetfilter_queue v3 2/5] src: Avoid compiler warning Duncan Roe
2022-01-09  3:16 ` [PATCH libnetfilter_queue v3 3/5] src: Use more meaningful name in callback.c Duncan Roe
2022-01-09  3:16 ` [PATCH libnetfilter_queue v3 4/5] build: doc: Eliminate doxygen warnings Duncan Roe
2022-01-09  3:16 ` [PATCH libnetfilter_queue v3 5/5] src: struct pktbuff is no longer opaque Duncan Roe
2022-01-17 23:58   ` [PATCH libnetfilter_queue v3 1-5/5] src: Speed-up Duncan Roe
2022-01-18  1:11     ` Pablo Neira Ayuso
2022-01-20  3:56       ` Duncan Roe
2022-01-20  6:27         ` Florian Westphal
2022-01-21  2:36           ` Duncan Roe
2022-01-23  2:03             ` Duncan Roe
2022-01-20 12:04         ` Florian Westphal
2022-01-20 12:40           ` Pablo Neira Ayuso
2022-02-22  1:39             ` Duncan Roe
2022-02-07  0:24           ` Duncan Roe
2022-02-07 10:44             ` Florian Westphal
2022-01-21  3:19       ` Duncan Roe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.