1. 9a19bc4 netlink: fix nla_put_{u8,u16,u32} for KASAN by Arnd Bergmann · 7 years ago
  2. 5022524 netlink: kill nla_put_u64() by Nicolas Dichtel · 8 years ago
  3. 7352078 libnl: add nla_put_u64_64bit() helper by Nicolas Dichtel · 8 years ago
  4. 2175d87 libnl: nla_put_msecs(): align on a 64-bit area by Nicolas Dichtel · 8 years ago
  5. 756a2f5 libnl: nla_put_s64(): align on a 64-bit area by Nicolas Dichtel · 8 years ago
  6. e9bbe89 libnl: nla_put_net64(): align on a 64-bit area by Nicolas Dichtel · 8 years ago
  7. b46f6de libnl: nla_put_be64(): align on a 64-bit area by Nicolas Dichtel · 8 years ago
  8. e7479122 libnl: nla_put_le64(): align on a 64-bit area by Nicolas Dichtel · 8 years ago
  9. 089bf1a libnl: add more helpers to align attributes on 64-bit by Nicolas Dichtel · 8 years ago
  10. e6f268e net: nla_align_64bit() needs to test the right pointer. by David S. Miller · 8 years ago
  11. cca1d81 net: fix HAVE_EFFICIENT_UNALIGNED_ACCESS typos by Eric Dumazet · 8 years ago
  12. 35c5845 net: Add helpers for 64-bit aligning netlink attributes. by David S. Miller · 8 years ago
  13. c648a01 netlink: add nla_get for le32 and le64 by Alexander Aring · 9 years ago
  14. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 9 years ago
  15. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 9 years ago
  16. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  17. 149118d netlink: Warn on unordered or illegal nla_nest_cancel() or nlmsg_cancel() by Thomas Graf · 9 years ago
  18. 941d8eb datapath: Rename last_action() as nla_is_last() and move to netlink.h by Simon Horman · 10 years ago
  19. 2c6ba4b netlink: fix description of portid by Nicolas Dichtel · 10 years ago
  20. d87de1f netlink: Fix shadow warning on jiffies by Mark Rustad · 10 years ago
  21. 4f69053 netevent/netlink.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  22. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  23. 4778e0b netlink: add signed types by Jiri Pirko · 12 years ago
  24. b3fe91c netlink: Delete all NLA_PUT*() macros. by David S. Miller · 12 years ago
  25. 24c410d netlink: Add nla_put_le{16,32,64}() helpers. by David S. Miller · 12 years ago
  26. 6c1dd3b netlink: Add nla_put_net{16,32,64}() helpers. by David S. Miller · 12 years ago
  27. 569a8fc netlink: Add nla_put_be{16,32,64}() helpers. by David S. Miller · 12 years ago
  28. a46621a net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig. by Denys Vlasenko · 12 years ago
  29. 4b6cc72 netlink: clarify attribute length check documentation by Johannes Berg · 13 years ago
  30. 670dc28 netlink: advertise incomplete dumps by Johannes Berg · 13 years ago
  31. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  32. f703651 netfilter: NFNL_SUBSYS_IPSET id and NLA_PUT_NET* macros by Jozsef Kadlecsik · 13 years ago
  33. 3654654 netlink: let nlmsg and nla functions take pointer-to-const args by Jan Engelhardt · 14 years ago
  34. 6b8c92b netlink: Make nlmsg_find_attr take a const nlmsghdr*. by Nelson Elhage · 14 years ago
  35. 1dc8d8c net: Fix a typo in netlink.h by Justin P. Mattock · 14 years ago
  36. f5d410f netlink: fix unaligned access in nla_get_be64() by Pablo Neira Ayuso · 14 years ago
  37. b54452b const: struct nla_policy by Alexey Dobriyan · 14 years ago
  38. 3a6c2b4 netlink: constify nlmsghdr arguments by Patrick McHardy · 15 years ago
  39. a17c859 netfilter: conntrack: add support for DCCP handshake sequence to ctnetlink by Pablo Neira Ayuso · 15 years ago
  40. e487eb9 netlink: add nla_policy_len() by Holger Eitzenberger · 15 years ago
  41. 619e803 netlink: fix (theoretical) overrun in message iteration by Vegard Nossum · 16 years ago
  42. b057efd netlink: constify struct nlattr * arg to parsing functions by Patrick McHardy · 16 years ago
  43. b262e60 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  44. 1045b03 netlink: fix overrun in attribute iteration by Vegard Nossum · 16 years ago
  45. 2c10b32 netlink: Remove compat API for nested attributes by Thomas Graf · 16 years ago
  46. 07a7c10 netlink: add NLA_PUT_BE64 macro by Krzysztof Piotr Oledzki · 16 years ago
  47. bc3ed28 netlink: Improve returned error codes by Thomas Graf · 16 years ago
  48. b9a2f2e netlink: Fix nla_parse_nested_compat() to call nla_parse() directly by Thomas Graf · 16 years ago
  49. 01480e1 [NETLINK]: Add nla_append() by Patrick McHardy · 16 years ago
  50. 4d1169c [NETNS]: Add netns to nl_info structure. by Denis V. Lunev · 16 years ago
  51. 838965b [NETLINK]: Add NLA_PUT_BE16/nla_get_be16() by Patrick McHardy · 17 years ago
  52. f4d900a [NETLINK]: Mark attribute construction exception unlikely by Patrick McHardy · 17 years ago
  53. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  54. d1ec3b7 [NETLINK]: Fix typos in comments in netlink.h by Pierre Ynard · 17 years ago
  55. 0cfad07 [NETLINK]: Avoid pointer in netlink_run_queue by Herbert Xu · 17 years ago
  56. 8f4c1f9 [NETLINK]: Introduce nested and byteorder flag to netlink attribute by Thomas Graf · 17 years ago
  57. 1092cb2 [NETLINK]: attr: add nested compat attribute type by Patrick McHardy · 17 years ago
  58. ef7c79e [NETLINK]: Mark netlink policies const by Patrick McHardy · 17 years ago
  59. 42bad1d [NETLINK]: Possible cleanups. by Adrian Bunk · 17 years ago
  60. d30045a [NETLINK]: introduce NLA_BINARY type by Johannes Berg · 17 years ago
  61. 1d00a4e [NETLINK]: Remove error pointer from netlink message handler by Thomas Graf · 17 years ago
  62. dc5fc57 [NETLINK]: Use nlmsg_trim() where appropriate by Arnaldo Carvalho de Melo · 17 years ago
  63. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  64. d7fe0f2 [PATCH] severing skbuff.h -> mm.h by Al Viro · 18 years ago
  65. 4a89c25 [DECNET] address: Convert to new netlink interface by Thomas Graf · 18 years ago
  66. 339bf98 [NETLINK]: Do precise netlink message allocations where possible by Thomas Graf · 18 years ago
  67. 00012e5 [IPV4]: introduce nla_get_be32()/NLA_PUT_BE32() by Al Viro · 18 years ago
  68. 4fe5d5c [Netlink]: add nla_validate_nested() by Paul Moore · 18 years ago
  69. 22acb19 [NETLINK]: add nla_for_each_nested() to the interface list by Paul Moore · 18 years ago
  70. a5531a5 [NETLINK]: Improve string attribute validation by Thomas Graf · 18 years ago
  71. ff5dfe7 [NETLINK]: remove third bogus argument from NLA_PUT_FLAG by Johannes Berg · 18 years ago
  72. 4e902c5 [IPv4]: FIB configuration using struct fib_config by Thomas Graf · 18 years ago
  73. 97676b6 [RTNETLINK]: Add rtnetlink notification interface by Thomas Graf · 18 years ago
  74. d387f6a [NETLINK]: Add notification message sending interface by Thomas Graf · 18 years ago
  75. fe4944e [NETLINK]: Extend netlink messaging interface by Thomas Graf · 18 years ago
  76. 82ace47 [NETLINK]: Generic netlink receive queue processor by Thomas Graf · 19 years ago
  77. bfa83a9 [NETLINK]: Type-safe netlink messages/attributes interface by Thomas Graf · 19 years ago