1. dd11131 netfilter: xt_quota2: make quota2_log work well by Liping Zhang · 8 years ago
  2. cc8cf1d xt_qtaguid: Fix panic caused by processing non-full socket. by John Stultz · 8 years ago
  3. f0518f4 xt_qtaguid: Fix panic caused by synack processing by John Stultz · 8 years ago
  4. f797cf9 netfilter: xt_qtaguid: seq_printf fixes by Amit Pundir · 9 years ago
  5. 35dab0a xt_qtaguid: fix a race condition in if_tag_stat_update by liping.zhang · 9 years ago
  6. 27e2b5d netfilter: xt_qtaguid/socket: build fixes for 4.4 by Amit Pundir · 9 years ago
  7. 75144d2a netfilter: xt_qtaguid: xt_socket: build fixes by Amit Pundir · 9 years ago
  8. 80ce2e0 net: xt_qtaguid/xt_socket: fix refcount underflow and crash by Dmitry Torokhov · 9 years ago
  9. df0d47d xt_qtaguid: use sock_gen_put() instead of xt_socket_put_sk() by Amit Pundir · 10 years ago
  10. e8e32e5 xt_qtaguid: Use sk_callback_lock read locks before reading sk->sk_socket by Mohamad Ayyash · 10 years ago
  11. 8568f01 xt_qtaguid: fix broken uid/gid range check by Amit Pundir · 10 years ago
  12. 994ee75 netfilter: Build fixups - kuid/kguid changes & xt_socket_get/put_sk by John Stultz · 10 years ago
  13. 30fb629 nf: IDLETIMER: Fix broken uid field in the msg by Amit Pundir · 9 years ago
  14. b6333bb nf: IDLETIMER: Adds the uid field in the msg by Ruchi Kandoi · 9 years ago
  15. 02f3b30 netfilter: fix seq_printf type mismatch warning by Sherman Yin · 10 years ago
  16. 0201acc nf: Remove compilation error caused by e8430cbed3ef15fdb1ac26cfd020e010aa5f1c35 by Ruchi Kandoi · 10 years ago
  17. eac5109 nf: IDLETIMER: time-stamp and suspend/resume handling. by Ruchi Kandoi · 10 years ago
  18. 7e12672 xt_qtaguid: Fix boot panic by Jon Medhurst (Tixy) · 10 years ago
  19. bc1bb86 net: kuid/kguid build fixes by John Stultz · 10 years ago
  20. 81667c5 netfilter: xt_qtaguid: 64-bit warning fixes by Greg Hackmann · 11 years ago
  21. cca7ecc netfilter: xt_qtaguid: fix memory leak in seq_file handlers by Greg Hackmann · 11 years ago
  22. 11293cb netfilter: xt_qtaguid: fix bad tcp_time_wait sock handling by JP Abgrall · 12 years ago
  23. f494004 netfilter: xt_qtaguid: 3.10 fixes by Arve Hjønnevåg · 11 years ago
  24. f1075f7 netfilter: xt_quota2: 3.10 fixes. by Arve Hjønnevåg · 11 years ago
  25. 59fe3fb netfilter: qtaguid: rate limit some of the printks by JP Abgrall · 11 years ago
  26. b103bde netfilter: xt_qtaguid: Allow tracking loopback by JP Abgrall · 12 years ago
  27. 134001a netfilter: xt_qtaguid: extend iface stat to report protocols by JP Abgrall · 12 years ago
  28. dd1b878 netfilter: xt_qtaguid: remove AID_* dependency for access control by JP Abgrall · 12 years ago
  29. 5c7513a netfilter: qtaguid: Don't BUG_ON if create_if_tag_stat fails by Pontus Fuchs · 12 years ago
  30. 7a4314d netfilter: xt_qtaguid: fix error exit that would keep a spinlock. by JP Abgrall · 12 years ago
  31. 1005fde netfilter: xt_qtaguid: report only uid tags to non-privileged processes by JP Abgrall · 12 years ago
  32. c7ad724 netfilter: xt_qtaguid: start tracking iface rx/tx at low level by JP Abgrall · 12 years ago
  33. 77fe91c netfilter: xt_IDLETIMER: Add new netlink msg type by JP Abgrall · 12 years ago
  34. 6599827 netfilter: xt_qtaguid: fix ipv6 protocol lookup by JP Abgrall · 12 years ago
  35. c42ce87 netfilter: qtaguid: initialize a local var to keep compiler happy. by JP Abgrall · 12 years ago
  36. 3fd8238 netfilter: fixup the quota2, and enable. by JP Abgrall · 13 years ago
  37. dc5ce6e netfilter: adding the original quota2 from xtables-addons by JP Abgrall · 13 years ago
  38. 8598366 netfilter: add xt_qtaguid matching module by JP Abgrall · 13 years ago
  39. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  40. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  41. c42d712 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  42. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  43. 4b512e1 netfilter: nft_compat: fix crash when related match/target module is removed by Liping Zhang · 8 years ago
  44. 2bf4fad netfilter: nft_compat: put back match/target module if init fail by Liping Zhang · 8 years ago
  45. 96d1327 netfilter: h323: Use mod_timer instead of set_expect_timeout by Gao Feng · 8 years ago
  46. 857ed31 netfilter: connlabels: move set helper to xt_connlabel by Florian Westphal · 8 years ago
  47. 2301401 netfilter: conntrack: support a fixed size of 128 distinct labels by Florian Westphal · 8 years ago
  48. 6e1f760 netfilter: nf_tables: allow to filter out rules by table and chain by Pablo Neira Ayuso · 8 years ago
  49. cc37c1a netfilter: nft_log: fix snaplen does not truncate packets by Liping Zhang · 8 years ago
  50. 1bc4e01 netfilter: nft_log: check the validity of log level by Liping Zhang · 8 years ago
  51. c2d9a42 netfilter: nft_log: fix possible memory leak if log expr init fail by Liping Zhang · 8 years ago
  52. 82de0be netfilter: Add helper array register/unregister functions by Gao Feng · 8 years ago
  53. 590025a netfilter: nft_ct: fix unpaired nf_connlabels_get/put call by Liping Zhang · 8 years ago
  54. f4dc777 netfilter: x_tables: speed up jump target validation by Florian Westphal · 8 years ago
  55. 590b52e netfilter: conntrack: skip clash resolution if nat is in place by Pablo Neira Ayuso · 8 years ago
  56. 3101e0f netfilter: conntrack: protect early_drop by rcu read lock by Liping Zhang · 8 years ago
  57. c2b9b4f netfilter: nf_conntrack_h323: fix off-by-one in DecodeQ931 by Toby DiPasquale · 8 years ago
  58. c080b46 Merge tag 'ipvs-for-v4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next by Pablo Neira Ayuso · 8 years ago
  59. 42a5576 netfilter: nf_tables: get rid of possible_net_t from set and basechain by Pablo Neira Ayuso · 8 years ago
  60. 3f8b61b netfilter: nft_ct: make byte/packet expr more friendly by Liping Zhang · 8 years ago
  61. 47c7445 netfilter: physdev: physdev-is-out should not work with OUTPUT chain by Hangbin Liu · 8 years ago
  62. 870190a netfilter: nat: convert nat bysrc hash to rhashtable by Florian Westphal · 8 years ago
  63. 4edfa9d Merge tag 'ipvs-fixes2-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs by Pablo Neira Ayuso · 8 years ago
  64. 7c96643 netfilter: move nat hlist_head to nf_conn by Florian Westphal · 8 years ago
  65. 242922a netfilter: conntrack: simplify early_drop by Florian Westphal · 8 years ago
  66. 8786a97 netfilter: nf_ct_helper: unlink helper again when hash resize happen by Liping Zhang · 8 years ago
  67. 474803d netfilter: cttimeout: unlink timeout obj again when hash resize happen by Liping Zhang · 8 years ago
  68. 64b8763 netfilter: conntrack: fix race between nf_conntrack proc read and hash resize by Liping Zhang · 8 years ago
  69. c8607e0 netfilter: nft_ct: fix expiration getter by Florian Westphal · 8 years ago
  70. be2cef4 ipvs: count pre-established TCP states as active by Michal Kubecek · 8 years ago
  71. 3777ed6 ipvs: fix bind to link-local mcast IPv6 address in backup by Quentin Armitage · 8 years ago
  72. ae3e456 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  73. c6ac37d netfilter: nf_log: fix error on write NONE to logger choice sysctl by Pavel Tikhomirov · 8 years ago
  74. 8b10cab net: simplify and make pkt_type_ok() available for other users by Jamal Hadi Salim · 8 years ago
  75. c37a2df netfilter: Convert FWINV<[foo]> macros and uses to NF_INVF by Joe Perches · 8 years ago
  76. f150430 netfilter: Remove references to obsolete CONFIG_IP_ROUTE_FWMARK by Moritz Sichert · 8 years ago
  77. 9cc1c73 netfilter: conntrack: avoid integer overflow when resizing by Florian Westphal · 8 years ago
  78. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  79. 0071e18 netfilter: nf_tables: add support for inverted logic in nft_lookup by Arturo Borrero · 8 years ago
  80. 82bec71 netfilter: nf_tables: get rid of NFT_BASECHAIN_DISABLED by Pablo Neira Ayuso · 8 years ago
  81. 3183ab8 netfilter: conntrack: allow increasing bucket size via sysctl too by Florian Westphal · 8 years ago
  82. 8eee54b netfilter: nft_hash: support deletion of inactive elements by Pablo Neira Ayuso · 8 years ago
  83. 4e50016 netfilter: nft_rbtree: check for next generation when deactivating elements by Pablo Neira Ayuso · 8 years ago
  84. 37a9cc5 netfilter: nf_tables: add generation mask to sets by Pablo Neira Ayuso · 8 years ago
  85. 664b0f8 netfilter: nf_tables: add generation mask to chains by Pablo Neira Ayuso · 8 years ago
  86. f2a6d76 netfilter: nf_tables: add generation mask to tables by Pablo Neira Ayuso · 8 years ago
  87. 889f7ee netfilter: nf_tables: add generic macros to check for generation mask by Pablo Neira Ayuso · 8 years ago
  88. 7643507 netfilter: xt_NFLOG: nflog-range does not truncate packets by Vishwanath Pai · 8 years ago
  89. 62131e5 netfilter: nft_meta: set skb->nf_trace appropriately by Liping Zhang · 8 years ago
  90. 6cafaf4 netfilter: nf_tables: fix memory leak if expr init fails by Liping Zhang · 8 years ago
  91. 9847371 netfilter: Allow xt_owner in any user namespace by Eric W. Biederman · 8 years ago
  92. 6c8dee9 netfilter: move zone info into struct nf_conn by Florian Westphal · 8 years ago
  93. 7e53e7f netfilter: nf_log: Remove NULL check by Shivani Bhardwaj · 8 years ago
  94. 5a75cde netfilter: conntrack: align nf_conn on cacheline boundary by Florian Westphal · 8 years ago
  95. 36f959c netfilter: xt_TRACE: add explicitly nf_logger_find_get call by Liping Zhang · 8 years ago
  96. f3bb533 netfilter: nf_log: handle NFPROTO_INET properly in nf_logger_[find_get|put] by Liping Zhang · 8 years ago
  97. a6d0bae netfilter: x_tables: fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 8 years ago
  98. 8fff172 netfilter: nf_tables: fix a wrong check to skip the inactive rules by Liping Zhang · 8 years ago
  99. a02f424 netfilter: nf_tables: fix wrong destroy anonymous sets if binding fails by Liping Zhang · 8 years ago
  100. 8588ac0 netfilter: nf_tables: reject loops from set element jump to chain by Pablo Neira Ayuso · 8 years ago