1. 05baf14 Merge tag 'v4.9.93' into android-4.9 by Greg Hackmann · 6 years ago
  2. c6ab7c6 netfilter: x_tables: add and use xt_check_proc_name by Florian Westphal · 6 years ago
  3. bb52bba Merge 4.9.88 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  4. db6a0cb netfilter: x_tables: pack percpu counter allocations by Florian Westphal · 8 years ago
  5. dac4448 netfilter: x_tables: pass xt_counters struct to counter allocator by Florian Westphal · 8 years ago
  6. 61346e2 netfilter: x_tables: pass xt_counters struct instead of packet counter by Florian Westphal · 8 years ago
  7. 875e526 ANDROID: Add untag hacks to inet_release function by Chenbo Feng · 7 years ago
  8. b702927 ANDROID: netfilter: adding the original quota2 from xtables-addons by JP Abgrall · 13 years ago
  9. baf0db4 ANDROID: netfilter: add xt_qtaguid matching module by JP Abgrall · 13 years ago
  10. 8e8118f netfilter: conntrack: remove packet hotpath stats by Florian Westphal · 8 years ago
  11. c579a9e netfilter: gre: Use consistent GRE and PTTP header structure instead of the ones defined by netfilter by Gao Feng · 8 years ago
  12. ecc6569 netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfilter. by Gao Feng · 8 years ago
  13. aca3001 netfilter: nfnetlink_acct: report overquota to the right netns by Liping Zhang · 8 years ago
  14. f4dc777 netfilter: x_tables: speed up jump target validation by Florian Westphal · 8 years ago
  15. c37a2df netfilter: Convert FWINV<[foo]> macros and uses to NF_INVF by Joe Perches · 8 years ago
  16. 92b4423 netfilter: fix IS_ERR_VALUE usage by Pablo Neira Ayuso · 8 years ago
  17. 11afbff Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  18. e9bbe89 libnl: nla_put_net64(): align on a 64-bit area by Nicolas Dichtel · 8 years ago
  19. d7591f0 netfilter: x_tables: introduce and use xt_copy_counters_from_user by Florian Westphal · 8 years ago
  20. 0188346 netfilter: x_tables: xt_compat_match_from_user doesn't need a retval by Florian Westphal · 8 years ago
  21. ce683e5 netfilter: x_tables: check for bogus target offset by Florian Westphal · 8 years ago
  22. fc1221b netfilter: x_tables: add compat version of xt_check_entry_offsets by Florian Westphal · 8 years ago
  23. 7d35812 netfilter: x_tables: add and use xt_check_entry_offsets by Florian Westphal · 8 years ago
  24. 596cf3f netfilter: ipset: fix race condition in ipset save, swap and delete by Vishwanath Pai · 8 years ago
  25. b9e69e1 netfilter: xtables: don't hook tables by default by Florian Westphal · 8 years ago
  26. 905f0a7 nfnetlink: remove nfnetlink_alloc_skb by Florian Westphal · 8 years ago
  27. 5913bea netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacks by Pablo Neira Ayuso · 9 years ago
  28. 7b8002a netfilter: nfnetlink: pass down netns pointer to call() and call_rcu() by Pablo Neira Ayuso · 9 years ago
  29. 59ce967 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  30. 633c9a8 netfilter: nfnetlink: avoid recurrent netns lookups in call_batch by Pablo Neira Ayuso · 9 years ago
  31. f7ccdb9 netfilter: nf_ct_sctp: move ip_ct_sctp away from UAPI by Marcelo Ricardo Leitner · 9 years ago
  32. 95ad1f4 netfilter: ipset: Fix extension alignment by Jozsef Kadlecsik · 9 years ago
  33. 875e082 net/nfnetlink: lockdep_nfnl_is_held can be boolean by Yaowei Bai · 9 years ago
  34. 156c196 netfilter: x_tables: Pass struct net in xt_action_param by Eric W. Biederman · 9 years ago
  35. 62da986 netfilter: nf_conntrack: make nf_ct_zone_dflt built-in by Daniel Borkmann · 9 years ago
  36. 3499abb netfilter: nfacct: per network namespace support by Andreas Schultz · 9 years ago
  37. dcebd31 netfilter: add and use jump label for xt_tee by Florian Westphal · 9 years ago
  38. 7814b6e netfilter: xtables: don't save/restore jumpstack offset by Florian Westphal · 9 years ago
  39. dcb8f5c netfilter: xtables: fix warnings on 32bit platforms by Florian Westphal · 9 years ago
  40. a1a56aa netfilter: x_tables: align per cpu xt_counter by Eric Dumazet · 9 years ago
  41. 711bdde netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference. by Eric Dumazet · 9 years ago
  42. ca0f6a5 netfilter: ipset: Fix coding styles reported by checkpatch.pl by Jozsef Kadlecsik · 9 years ago
  43. b57b2d1 netfilter: ipset: Prepare the ipset core to use RCU at set level by Jozsef Kadlecsik · 9 years ago
  44. c4c9978 netfilter: ipset: Fix parallel resizing and listing of the same set by Jozsef Kadlecsik · 9 years ago
  45. f690cba netfilter: ipset: Fix cidr handling for hash:*net* types by Jozsef Kadlecsik · 9 years ago
  46. aaeb6e2 netfilter: ipset: Use MSEC_PER_SEC consistently by Jozsef Kadlecsik · 9 years ago
  47. 482cfc3 netfilter: xtables: avoid percpu ruleset duplication by Florian Westphal · 9 years ago
  48. 71ae0df netfilter: xtables: use percpu rule counters by Florian Westphal · 9 years ago
  49. 55917a2 netfilter: x_tables: add context to know if extension runs from nft_compat by Pablo Neira Ayuso · 9 years ago
  50. a3b1c1e netfilter: ipset: deinline ip_set_put_extensions() by Denys Vlasenko · 9 years ago
  51. 275e2bc netfilter: ipset: Fix ext_*() macros by Sergey Popovich · 9 years ago
  52. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 9 years ago
  53. aef9619 netfilter: ipset: send nonzero skbinfo extensions only by Jozsef Kadlecsik · 10 years ago
  54. 0e9871e netfilter: ipset: Add skbinfo extension kernel support in the ipset core. by Anton Danilov · 10 years ago
  55. 1b05756 netfilter: ipset: Fix warn: integer overflows 'sizeof(*map) + size * set->dsize' by Jozsef Kadlecsik · 10 years ago
  56. 683399e netfilter: nfnetlink_acct: Adding quota support to accounting framework by Mathieu Poirier · 10 years ago
  57. 8142b22 netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helper by Andrey Vagin · 10 years ago
  58. 07cf8f5 netfilter: ipset: add forceadd kernel support for hash set types by Josh Hunt · 10 years ago
  59. af284ec netfilter: ipset: Prepare the kernel for create option flags when no extension is needed by Jozsef Kadlecsik · 10 years ago
  60. 3b02b56 netfilter: ipset: add hash:ip,mark data type to ipset by Vytas Dauksa · 11 years ago
  61. 0eb5db7 netfilter: nfnetlink: add rcu_dereference_protected() helpers by Patrick McHardy · 10 years ago
  62. 02eca9d netfilter: ipset: remove unused code by stephen hemminger · 10 years ago
  63. 72c39a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  64. 9330288 netfilter: ipset: Use netlink callback dump args only by Jozsef Kadlecsik · 11 years ago
  65. 0628b12 netfilter: nfnetlink: add batch support and use it from nf_tables by Pablo Neira Ayuso · 11 years ago
  66. d639fea Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  67. 180cf72 netfilter: nf_ct_sip: consolidate NAT hook functions by holger@eitzenberger.org · 11 years ago
  68. 1785e8f netfiler: ipset: Add net namespace for ipset by Vitaly Lavrov · 11 years ago
  69. 3fd986b netfilter: ipset: Use a common function at listing the extensions by Jozsef Kadlecsik · 11 years ago
  70. 68b63f0 netfilter: ipset: Support comments for ipset entries in the core. by Oliver Smith · 11 years ago
  71. 40cd63b netfilter: ipset: Support extensions which need a per data destroy function by Jozsef Kadlecsik · 11 years ago
  72. 03c8b23 netfilter: ipset: Generalize extensions support by Jozsef Kadlecsik · 11 years ago
  73. ca134ce netfilter: ipset: Move extension data to set structure by Jozsef Kadlecsik · 11 years ago
  74. f925f70 netfilter: ipset: Rename extension offset ids to extension ids by Jozsef Kadlecsik · 11 years ago
  75. a04d8b6 netfilter: ipset: Prepare ipset to support multiple networks for hash types by Jozsef Kadlecsik · 11 years ago
  76. b8cd978 netfilter: ipset: Use fix sized type for timeout in the extension part by Jozsef Kadlecsik · 11 years ago
  77. 35b8dcf netfilter: ipset: Rename simple macro names to avoid namespace issues. by Jozsef Kadlecsik · 11 years ago
  78. a0f4ecf netfilter: Remove extern from function prototypes by Joe Perches · 11 years ago
  79. 0f1799b netfilter: ipset: Consistent userspace testing with nomatch flag by Jozsef Kadlecsik · 11 years ago
  80. 38c6732 netfilter: export xt_HMARK.h to userland by Nicolas Dichtel · 11 years ago
  81. f0c0395 netfilter: export xt_rpfilter.h to userland by Nicolas Dichtel · 11 years ago
  82. 6e01781 netfilter: ipset: set match: add support to match the counters by Jozsef Kadlecsik · 11 years ago
  83. 34d666d netfilter: ipset: Introduce the counter extension in the core by Jozsef Kadlecsik · 11 years ago
  84. 1feab10 netfilter: ipset: Unified hash type generation by Jozsef Kadlecsik · 11 years ago
  85. 4d73de3 netfilter: ipset: Unified bitmap type generation by Jozsef Kadlecsik · 11 years ago
  86. 075e64c netfilter: ipset: Introduce extensions to elements in the core by Jozsef Kadlecsik · 11 years ago
  87. 8672d4d netfilter: ipset: Move often used IPv6 address masking function to header file by Jozsef Kadlecsik · 11 years ago
  88. 43c56e5 netfilter: ipset: Make possible to test elements marked with nomatch by Jozsef Kadlecsik · 11 years ago
  89. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  90. 3ab1f68 nfnetlink: add support for memory mapped netlink by Patrick McHardy · 11 years ago
  91. ec464e5 netfilter: rename netlink related "pid" variables to "portid" by Patrick McHardy · 11 years ago
  92. 6eb4c7e netfilter: ipset: hash:*net*: nomatch flag not excluded on set resize by Jozsef Kadlecsik · 11 years ago
  93. b86c761 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 11 years ago
  94. cf1c4a0 netfilter: ipset: timeout values corrupted on set resize by Josh Hunt · 11 years ago
  95. c14b78e netfilter: nfnetlink: add mutex per subsystem by Pablo Neira Ayuso · 11 years ago
  96. 7266507 netfilter: nf_ct_sip: support Cisco 7941/7945 IP phones by Kevin Cernekee · 12 years ago
  97. 64d7155 UAPI: Remove empty non-UAPI Kbuild files by David Howells · 12 years ago
  98. a820141 UAPI: (Scripted) Disintegrate include/linux/netfilter/ipset by David Howells · 12 years ago
  99. 94d0ec5 UAPI: (Scripted) Disintegrate include/linux/netfilter by David Howells · 12 years ago
  100. 9b2e077c Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago