1. 3ab1f68 nfnetlink: add support for memory mapped netlink by Patrick McHardy · 11 years ago
  2. ec464e5 netfilter: rename netlink related "pid" variables to "portid" by Patrick McHardy · 11 years ago
  3. 573ce26 net-next: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 11 years ago
  4. 9df9e783 netfilter: nfnetlink: silence warning if CONFIG_PROVE_RCU isn't set by Paul Bolle · 11 years ago
  5. c14b78e netfilter: nfnetlink: add mutex per subsystem by Pablo Neira Ayuso · 11 years ago
  6. df008c9 net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm by Eric W. Biederman · 12 years ago
  7. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  8. d3a5ea6 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  9. c90a9bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  10. 59560a3 netfilter: nfnetlink: check callbacks before using those in nfnetlink_rcv_msg by Tomasz Bursztyka · 12 years ago
  11. 0329274 netlink: add nlk->netlink_bind hook for module auto-loading by Pablo Neira Ayuso · 12 years ago
  12. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  13. 4009e18 netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msg by Tomasz Bursztyka · 12 years ago
  14. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  15. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  16. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  17. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  18. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 13 years ago
  19. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  20. 6b75e3e netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg() by Eric Dumazet · 13 years ago
  21. 654d0fb netfilter: cleanup printk messages by Stephen Hemminger · 14 years ago
  22. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  23. 37b7ef7 netfilter: ctnetlink: fix reliable event delivery if message building fails by Pablo Neira Ayuso · 14 years ago
  24. c01ae81 netfilter: remove unused headers in net/netfilter/nfnetlink.c by Zhitong Wang · 14 years ago
  25. cd8c20b netfilter: nfnetlink: netns support by Alexey Dobriyan · 14 years ago
  26. 3993832 netfilter: nfnetlink: constify message attributes and headers by Patrick McHardy · 15 years ago
  27. e34d5c1 netfilter: conntrack: replace notify chain by function pointer by Pablo Neira Ayuso · 15 years ago
  28. f49c857 netfilter: nfnetlink: cleanup for nfnetlink_rcv_msg() function by Pablo Neira Ayuso · 15 years ago
  29. a014273 netfilter: nfnetlink: return ENOMEM if we fail to create netlink socket by Pablo Neira Ayuso · 15 years ago
  30. dd5b6ce nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlink by Pablo Neira Ayuso · 15 years ago
  31. 95a5afc net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) by Johannes Berg · 16 years ago
  32. e6a7d3c netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf_nat by Pablo Neira Ayuso · 16 years ago
  33. b7c6ba6 [NETNS]: Consolidate kernel netlink socket destruction. by Denis V. Lunev · 16 years ago
  34. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  35. 3b71535 [NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2 by Denis V. Lunev · 17 years ago
  36. e373057 [NETFILTER]: nfnetlink: support attribute policies by Patrick McHardy · 17 years ago
  37. dd82185 [NETFILTER]: nfnetlink: use nlmsg_notify() by Patrick McHardy · 17 years ago
  38. df6fb86 [NETFILTER]: nfnetlink: convert to generic netlink attribute functions by Patrick McHardy · 17 years ago
  39. 7c8d4cb [NETFILTER]: nfnetlink: make subsystem and callbacks const by Patrick McHardy · 17 years ago
  40. 0cfad07 [NETLINK]: Avoid pointer in netlink_run_queue by Herbert Xu · 17 years ago
  41. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  42. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 17 years ago
  43. c7bf5f9 [NETFILTER] nfnetlink: netlink_run_queue() already checks for NLM_F_REQUEST by Thomas Graf · 17 years ago
  44. 1d00a4e [NETLINK]: Remove error pointer from netlink message handler by Thomas Graf · 17 years ago
  45. ac6d141 [NETFILTER]: nfnetlink: parse attributes with nfattr_parse in nfnetlink_check_attribute by Pablo Neira Ayuso · 17 years ago
  46. f4bc177 [NETFILTER]: nfnetlink: move EXPORT_SYMBOL declarations next to the exported symbol by Pablo Neira Ayuso · 17 years ago
  47. 8a2e895 [NETFILTER]: nfnetlink: remove unused includes in nfnetlink.c by Pablo Neira Ayuso · 17 years ago
  48. ac0f1d9 [NETFILTER]: nfnetlink: remove unrequired check in nfnetlink_get_subsys by Pablo Neira Ayuso · 17 years ago
  49. d9e6d02 [NETFILTER]: nfnetlink: remove duplicate checks in nfnetlink_check_attributes by Pablo Neira Ayuso · 17 years ago
  50. 67ca396 [NETFILTER]: nfnetlink: remove early debugging messages from nfnetlink by Pablo Neira Ayuso · 17 years ago
  51. 73c3618 [NETFILTER]: nfnetlink: use netlink_run_queue() by Patrick McHardy · 17 years ago
  52. a3c5029 [NETFILTER]: nfnetlink: use mutex instead of semaphore by Patrick McHardy · 17 years ago
  53. 4498121 [NET]: Handle disabled preemption in gfp_any() by Patrick McHardy · 17 years ago
  54. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  55. 601e68e [NETFILTER]: Fix whitespace errors by YOSHIFUJI Hideaki · 17 years ago
  56. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  57. c7bdb54 [NETLINK]: Encapsulate eff_cap usage within security framework. by Darrel Goeddel · 18 years ago
  58. a242769 [NETFILTER]: ctnetlink: avoid unneccessary event message generation by Patrick McHardy · 18 years ago
  59. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 18 years ago
  60. 3ebbe0c [NETFILTER]: nfnetlink: Fix calculation of minimum message length by Yasuyuki Kozakai · 19 years ago
  61. 37d2e7a [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMIN by Harald Welte · 19 years ago
  62. ed77de9 [NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is set by Harald Welte · 19 years ago
  63. a2506c0 [NETFILTER] nfnetlink: nfattr_parse() can never fail, make it void by Harald Welte · 19 years ago
  64. ebe0bbf [NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLV by Harald Welte · 19 years ago
  65. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  66. c6f4faf [NETFILTER]: fix sparse gfp nocast warnings by Randy Dunlap · 19 years ago
  67. 395dde2 [NETFILTER]: net/netfilter/nfnetlink*: make functions static by Adrian Bunk · 19 years ago
  68. 0662860 [NETLINK]: Add "groups" argument to netlink_kernel_create by Patrick McHardy · 19 years ago
  69. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  70. a42827b [NETFILTER]: cleanup nfnetlink_check_attributes() by Harald Welte · 19 years ago
  71. 927ccbc [NETFILTER]: attribute count is an attribute of message type, not subsytem by Harald Welte · 19 years ago
  72. 0ab43f8 [NETFILTER]: Core changes required by upcoming nfnetlink_queue code by Harald Welte · 19 years ago
  73. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  74. 080774a [NETFILTER]: Add ctnetlink subsystem by Harald Welte · 19 years ago
  75. f9e815b [NETFITLER]: Add nfnetlink layer. by Harald Welte · 19 years ago