All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] iproute2: add GENL helpers
@ 2012-09-08  9:48 Julian Anastasov
  2012-09-08  9:48 ` [PATCH 1/2] iproute2: add libgenl files Julian Anastasov
  2012-09-08  9:48 ` [PATCH 2/2] iproute2: use libgenl in ipl2tp Julian Anastasov
  0 siblings, 2 replies; 7+ messages in thread
From: Julian Anastasov @ 2012-09-08  9:48 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

	Put common code for GENL users in new files.
I'll resend the tcp_metrics support for iproute2 when
the kernel part is in mainline.

Julian Anastasov (2):
  iproute2: add libgenl files
  iproute2: use libgenl in ipl2tp

 include/libgenl.h |   25 ++++++++++++++++++++
 ip/ipl2tp.c       |   65 ++--------------------------------------------------
 lib/Makefile      |    2 +-
 lib/libgenl.c     |   65 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 94 insertions(+), 63 deletions(-)
 create mode 100644 include/libgenl.h
 create mode 100644 lib/libgenl.c

-- 
1.7.3.4

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

end of thread, other threads:[~2012-09-10 22:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-08  9:48 [PATCH 0/2] iproute2: add GENL helpers Julian Anastasov
2012-09-08  9:48 ` [PATCH 1/2] iproute2: add libgenl files Julian Anastasov
2012-09-10 16:55   ` Stephen Hemminger
2012-09-10 21:54     ` Julian Anastasov
2012-09-10 22:42       ` Stephen Hemminger
2012-09-10 16:56   ` Stephen Hemminger
2012-09-08  9:48 ` [PATCH 2/2] iproute2: use libgenl in ipl2tp Julian Anastasov

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.