On Sunday 2020-10-25 14:15, Jeremy Sowden wrote: >Since pknlusr is now installed, here are some improvements. There's one >automake change related to the new man-page, a number of new patches >tidying up the source of pknlusr.c, before a new version of the patch to >remove the hard-coded group ID. The last four patches do a bit of >tiding of the pknock kernel module. So applied. I removed the periods from the summaries, and then some whitespace. >Jeremy Sowden (13): > pknock: pknlusr: ensure man-page is included by `make dist`. > pknock: pknlusr: remove dest_addr and rename src_addr. > pknock: pknlusr: tighten up variable scopes. > pknock: pknlusr: tidy up initialization of local address. > pknock: pknlusr: use NLMSG macros and proper types, rather than > arithmetic on char pointers. > pknock: pknlusr: use macro to define inet_ntop buffer size. > pknock: pknlusr: don't treat recv return value of zero as an error. > pknock: pknlusr: always close socket. > pknock: pknlusr: fix hard-coded netlink multicast group ID. > pknock: xt_pknock: use IS_ENABLED. > pknock: xt_pknock: use kzalloc. > pknock: xt_pknock: use pr_err. > pknock: xt_pknock: remove DEBUG definition.