1. 654d0fb netfilter: cleanup printk messages by Stephen Hemminger · 14 years ago
  2. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  3. 37b7ef7 netfilter: ctnetlink: fix reliable event delivery if message building fails by Pablo Neira Ayuso · 14 years ago
  4. c01ae81 netfilter: remove unused headers in net/netfilter/nfnetlink.c by Zhitong Wang · 14 years ago
  5. cd8c20b netfilter: nfnetlink: netns support by Alexey Dobriyan · 15 years ago
  6. 3993832 netfilter: nfnetlink: constify message attributes and headers by Patrick McHardy · 15 years ago
  7. e34d5c1 netfilter: conntrack: replace notify chain by function pointer by Pablo Neira Ayuso · 15 years ago
  8. f49c857 netfilter: nfnetlink: cleanup for nfnetlink_rcv_msg() function by Pablo Neira Ayuso · 15 years ago
  9. a014273 netfilter: nfnetlink: return ENOMEM if we fail to create netlink socket by Pablo Neira Ayuso · 15 years ago
  10. dd5b6ce nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlink by Pablo Neira Ayuso · 15 years ago
  11. 95a5afc net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) by Johannes Berg · 16 years ago
  12. e6a7d3c netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf_nat by Pablo Neira Ayuso · 16 years ago
  13. b7c6ba6 [NETNS]: Consolidate kernel netlink socket destruction. by Denis V. Lunev · 16 years ago
  14. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  15. 3b71535 [NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2 by Denis V. Lunev · 17 years ago
  16. e373057 [NETFILTER]: nfnetlink: support attribute policies by Patrick McHardy · 17 years ago
  17. dd82185 [NETFILTER]: nfnetlink: use nlmsg_notify() by Patrick McHardy · 17 years ago
  18. df6fb86 [NETFILTER]: nfnetlink: convert to generic netlink attribute functions by Patrick McHardy · 17 years ago
  19. 7c8d4cb [NETFILTER]: nfnetlink: make subsystem and callbacks const by Patrick McHardy · 17 years ago
  20. 0cfad07 [NETLINK]: Avoid pointer in netlink_run_queue by Herbert Xu · 17 years ago
  21. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  22. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 17 years ago
  23. c7bf5f9 [NETFILTER] nfnetlink: netlink_run_queue() already checks for NLM_F_REQUEST by Thomas Graf · 17 years ago
  24. 1d00a4e [NETLINK]: Remove error pointer from netlink message handler by Thomas Graf · 17 years ago
  25. ac6d141 [NETFILTER]: nfnetlink: parse attributes with nfattr_parse in nfnetlink_check_attribute by Pablo Neira Ayuso · 17 years ago
  26. f4bc177 [NETFILTER]: nfnetlink: move EXPORT_SYMBOL declarations next to the exported symbol by Pablo Neira Ayuso · 17 years ago
  27. 8a2e895 [NETFILTER]: nfnetlink: remove unused includes in nfnetlink.c by Pablo Neira Ayuso · 17 years ago
  28. ac0f1d9 [NETFILTER]: nfnetlink: remove unrequired check in nfnetlink_get_subsys by Pablo Neira Ayuso · 17 years ago
  29. d9e6d02 [NETFILTER]: nfnetlink: remove duplicate checks in nfnetlink_check_attributes by Pablo Neira Ayuso · 17 years ago
  30. 67ca396 [NETFILTER]: nfnetlink: remove early debugging messages from nfnetlink by Pablo Neira Ayuso · 17 years ago
  31. 73c3618 [NETFILTER]: nfnetlink: use netlink_run_queue() by Patrick McHardy · 17 years ago
  32. a3c5029 [NETFILTER]: nfnetlink: use mutex instead of semaphore by Patrick McHardy · 17 years ago
  33. 4498121 [NET]: Handle disabled preemption in gfp_any() by Patrick McHardy · 17 years ago
  34. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  35. 601e68e [NETFILTER]: Fix whitespace errors by YOSHIFUJI Hideaki · 17 years ago
  36. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  37. c7bdb54 [NETLINK]: Encapsulate eff_cap usage within security framework. by Darrel Goeddel · 18 years ago
  38. a242769 [NETFILTER]: ctnetlink: avoid unneccessary event message generation by Patrick McHardy · 18 years ago
  39. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  40. 3ebbe0c [NETFILTER]: nfnetlink: Fix calculation of minimum message length by Yasuyuki Kozakai · 19 years ago
  41. 37d2e7a [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMIN by Harald Welte · 19 years ago
  42. ed77de9 [NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is set by Harald Welte · 19 years ago
  43. a2506c0 [NETFILTER] nfnetlink: nfattr_parse() can never fail, make it void by Harald Welte · 19 years ago
  44. ebe0bbf [NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLV by Harald Welte · 19 years ago
  45. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  46. c6f4faf [NETFILTER]: fix sparse gfp nocast warnings by Randy Dunlap · 19 years ago
  47. 395dde2 [NETFILTER]: net/netfilter/nfnetlink*: make functions static by Adrian Bunk · 19 years ago
  48. 0662860 [NETLINK]: Add "groups" argument to netlink_kernel_create by Patrick McHardy · 19 years ago
  49. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  50. a42827b [NETFILTER]: cleanup nfnetlink_check_attributes() by Harald Welte · 19 years ago
  51. 927ccbc [NETFILTER]: attribute count is an attribute of message type, not subsytem by Harald Welte · 19 years ago
  52. 0ab43f8 [NETFILTER]: Core changes required by upcoming nfnetlink_queue code by Harald Welte · 19 years ago
  53. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  54. 080774a [NETFILTER]: Add ctnetlink subsystem by Harald Welte · 19 years ago
  55. f9e815b [NETFITLER]: Add nfnetlink layer. by Harald Welte · 19 years ago