All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/1] wireguard column reformatting for end of cycle
@ 2020-06-01  6:29 Jason A. Donenfeld
  2020-06-01  6:29 ` [PATCH net-next 1/1] wireguard: reformat to 100 column lines Jason A. Donenfeld
  2020-06-01 18:00 ` [PATCH net-next 0/1] wireguard column reformatting for end of cycle David Miller
  0 siblings, 2 replies; 13+ messages in thread
From: Jason A. Donenfeld @ 2020-06-01  6:29 UTC (permalink / raw)
  To: netdev, davem; +Cc: Jason A. Donenfeld

Hey Dave,

This is a series of 1, and the sole patch inside of it has justification
regarding that patch itself. But I thought I'd mention in the cover
letter that this is being sent right at the tail end of the net-next
cycle, before you close it tomorrow afternoon, so that when net-next
subsequently opens up, this patch has already made it to net, and we
don't have any hassles with merges. I realize that in general this isn't
the type of patch anyone really likes because of the merge hassle, but I
think the timing is right for it, and WireGuard is still young enough
that this should be still pretty easily possible.

Thanks,
Jason

Jason A. Donenfeld (1):
  wireguard: reformat to 100 column lines

 drivers/net/wireguard/allowedips.c           |  98 +++---
 drivers/net/wireguard/allowedips.h           |  22 +-
 drivers/net/wireguard/cookie.c               |  90 ++----
 drivers/net/wireguard/cookie.h               |  15 +-
 drivers/net/wireguard/device.c               |  69 ++--
 drivers/net/wireguard/messages.h             |  10 +-
 drivers/net/wireguard/netlink.c              | 143 +++------
 drivers/net/wireguard/noise.c                | 321 ++++++++-----------
 drivers/net/wireguard/noise.h                |  20 +-
 drivers/net/wireguard/peer.c                 |  92 +++---
 drivers/net/wireguard/peer.h                 |   3 +-
 drivers/net/wireguard/peerlookup.c           |  96 +++---
 drivers/net/wireguard/peerlookup.h           |  27 +-
 drivers/net/wireguard/queueing.c             |  14 +-
 drivers/net/wireguard/queueing.h             |  66 ++--
 drivers/net/wireguard/ratelimiter.c          |  39 +--
 drivers/net/wireguard/receive.c              | 162 ++++------
 drivers/net/wireguard/selftest/allowedips.c  | 164 ++++------
 drivers/net/wireguard/selftest/counter.c     |  13 +-
 drivers/net/wireguard/selftest/ratelimiter.c |  35 +-
 drivers/net/wireguard/send.c                 | 163 ++++------
 drivers/net/wireguard/socket.c               |  75 ++---
 drivers/net/wireguard/socket.h               |  30 +-
 drivers/net/wireguard/timers.c               | 110 +++----
 drivers/net/wireguard/timers.h               |   3 +-
 include/uapi/linux/wireguard.h               |  89 +++--
 26 files changed, 753 insertions(+), 1216 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-06-01 22:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01  6:29 [PATCH net-next 0/1] wireguard column reformatting for end of cycle Jason A. Donenfeld
2020-06-01  6:29 ` [PATCH net-next 1/1] wireguard: reformat to 100 column lines Jason A. Donenfeld
2020-06-01 11:12   ` Joe Perches
2020-06-01 11:18     ` Jason A. Donenfeld
2020-06-01 18:00 ` [PATCH net-next 0/1] wireguard column reformatting for end of cycle David Miller
2020-06-01 19:33   ` Jason A. Donenfeld
2020-06-01 19:50     ` Joe Perches
2020-06-01 20:56     ` David Miller
2020-06-01 21:12       ` Jason A. Donenfeld
2020-06-01 21:13     ` Michal Kubecek
2020-06-01 21:14       ` Jason A. Donenfeld
2020-06-01 21:40       ` David Miller
2020-06-01 22:27         ` Jason A. Donenfeld

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.