1. bd76ed3 net: Include appropriate header file in netfilter/nft_lookup.c by Rashika Kheria · 10 years ago
  2. 6d8c00d netfilter: nf_tables: unininline nft_trace_packet() by Patrick McHardy · 10 years ago
  3. 62f9c8b netfilter: nf_tables: fix loop checking with end interval elements by Pablo Neira Ayuso · 10 years ago
  4. 2fb91dd netfilter: nft_rbtree: fix data handling of end interval elements by Pablo Neira Ayuso · 10 years ago
  5. bd7fc64 netfilter: nf_tables: do not allow NFT_SET_ELEM_INTERVAL_END flag and data by Pablo Neira Ayuso · 10 years ago
  6. 0165d93 netfilter: nf_tables: fix racy rule deletion by Pablo Neira Ayuso · 10 years ago
  7. b8ecbee netfilter: nf_tables: fix log/queue expressions for NFPROTO_INET by Patrick McHardy · 10 years ago
  8. 05513e9 netfilter: nf_tables: add reject module for NFPROTO_INET by Patrick McHardy · 10 years ago
  9. cc4723ca netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc parts by Patrick McHardy · 10 years ago
  10. 64d4680 netfilter: nf_tables: add AF specific expression support by Patrick McHardy · 10 years ago
  11. 51292c0 netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checks by Patrick McHardy · 10 years ago
  12. ec2c993 netfilter: nf_tables: fix potential oops when dumping sets by Patrick McHardy · 10 years ago
  13. 53b7028 netfilter: nf_tables: fix overrun in nf_tables_set_alloc_name() by Patrick McHardy · 10 years ago
  14. e53376b netfilter: nf_conntrack: don't release a conntrack with non-zero refcnt by Pablo Neira Ayuso · 10 years ago
  15. c6825c0 netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get by Andrey Vagin · 10 years ago
  16. 3dd7279 netfilter: nf_tables: fix oops when deleting a chain with references by Patrick McHardy · 10 years ago
  17. 2a53bfb netfilter: nft_ct: fix unconditional dump of 'dir' attr by Arturo Borrero · 10 years ago
  18. 2a97135 ipvs: fix AF assignment in ip_vs_conn_new() by Michal Kubecek · 10 years ago
  19. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  20. b182837 net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration instead of opencoding by Cody P Schafer · 10 years ago
  21. bb1281f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  22. 5ff1dd2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 10 years ago
  23. 847c8e2 netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not set by Kristian Evensen · 10 years ago
  24. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 10 years ago
  25. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  26. 419331d netfilter: Add dependency on IPV6 for NF_TABLES_INET by Paul Gortmaker · 10 years ago
  27. ef8570d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  28. 8f46df1 netfilter: nf_tables: fix missing byteorder conversion in policy by Pablo Neira Ayuso · 10 years ago
  29. 751fcac Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 10 years ago
  30. cf4dfa8 netfilter: nf_tables: fix error path in the init functions by Pablo Neira Ayuso · 10 years ago
  31. 74f77a6b netfilter: introduce l2tp match extension by James Chapman · 10 years ago
  32. 3876d22 netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain() by Patrick McHardy · 10 years ago
  33. 44a6f0d netfilter: nf_tables: prohibit deletion of a table with existing sets by Patrick McHardy · 10 years ago
  34. 7047f9d netfilter: nf_tables: take AF module reference when creating a table by Patrick McHardy · 10 years ago
  35. c5c1f97 netfilter: nf_tables: perform flags validation before table allocation by Patrick McHardy · 10 years ago
  36. fa2c1de netfilter: nf_tables: minor nf_chain_type cleanups by Patrick McHardy · 10 years ago
  37. 2a37d75 netfilter: nf_tables: constify chain type definitions and pointers by Patrick McHardy · 10 years ago
  38. 93b0806 netfilter: nf_tables: replay request after dropping locks to load chain type by Patrick McHardy · 10 years ago
  39. 88ce65a netfilter: nf_tables: add missing module references to chain types by Patrick McHardy · 10 years ago
  40. baae3e6 netfilter: nf_tables: fix chain type module reference handling by Patrick McHardy · 10 years ago
  41. 7582067 netfilter: nf_tables: fix check for table overflow by Patrick McHardy · 10 years ago
  42. 4401a86 netfilter: nf_tables: restore chain change atomicity by Patrick McHardy · 10 years ago
  43. 57de2a0 netfilter: nf_tables: split chain policy validation from actually setting it by Patrick McHardy · 10 years ago
  44. b38895c netfilter: nft_meta: fix lack of validation of the input register by Pablo Neira Ayuso · 10 years ago
  45. c4ede3d netfilter: nft_ct: Add support to set the connmark by Kristian Evensen · 10 years ago
  46. 54b553e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  47. 9638f33 netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INET by Patrick McHardy · 10 years ago
  48. 4566bf2 netfilter: nft_meta: add l4proto support by Patrick McHardy · 10 years ago
  49. 124edfa netfilter: nf_tables: add nfproto support to meta expression by Patrick McHardy · 10 years ago
  50. 1d49144 netfilter: nf_tables: add "inet" table for IPv4/IPv6 by Patrick McHardy · 10 years ago
  51. 115a60b1 netfilter: nf_tables: add support for multi family tables by Patrick McHardy · 10 years ago
  52. c948487 netfilter: nf_tables: add hook ops to struct nft_pktinfo by Patrick McHardy · 10 years ago
  53. 3b088c4 netfilter: nf_tables: make chain types override the default AF functions by Patrick McHardy · 10 years ago
  54. 688d186 netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabled by Pablo Neira Ayuso · 10 years ago
  55. 39b6b29 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 10 years ago
  56. af2806f net: Export skb_zerocopy() to zerocopy from one skb to another by Thomas Graf · 11 years ago
  57. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  58. 83111e7 netfilter: Fix build failure in nfnetlink_queue_core.c. by David S. Miller · 10 years ago
  59. 9aa28f2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 10 years ago
  60. b22f512 netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages by Daniel Borkmann · 10 years ago
  61. f2661ad netfilter: only warn once on wrong seqadj usage by Jesper Dangaard Brouer · 10 years ago
  62. 138aef7 netfilter: nf_conntrack_dccp: use %s format string for buffer by Daniel Borkmann · 10 years ago
  63. 2690d97 netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helper by Daniel Borkmann · 11 years ago
  64. 2a50d80 Revert "netfilter: avoid get_random_bytes calls" by Pablo Neira Ayuso · 10 years ago
  65. 855404e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  66. c9c8e48 netfilter: nf_tables: dump sets in all existing families by Pablo Neira Ayuso · 11 years ago
  67. 82a3713 netfilter: x_tables: lightweight process control group matching by Daniel Borkmann · 11 years ago
  68. 14abfa1 netfilter: xt_CT: fix error value in xt_ct_tg_check() by Eric Leblond · 11 years ago
  69. dcd93ed netfilter: nf_conntrack: remove dead code by stephen hemminger · 11 years ago
  70. 02eca9d netfilter: ipset: remove unused code by stephen hemminger · 11 years ago
  71. 34ce324 netfilter: nf_nat: add full port randomization support by Daniel Borkmann · 11 years ago
  72. 720e0df netfilter: nf_tables: remove unused variable in nf_tables_dump_set() by Michal Nazarewicz · 11 years ago
  73. 1466291 netfilter: nf_tables: fix type in parsing in nf_tables_set_alloc_name() by Daniel Borkmann · 11 years ago
  74. d497c63 netfilter: add help information to new nf_tables Kconfig options by Pablo Neira Ayuso · 11 years ago
  75. bee11dc netfilter: nft_reject: support for IPv6 and TCP reset by Eric Leblond · 11 years ago
  76. 5f291c2 netfilter: select NFNETLINK when enabling NF_TABLES by Eric Leblond · 11 years ago
  77. 2ee0d3c netfilter: nf_tables: fix wrong datatype in nft_validate_data_load() by Pablo Neira Ayuso · 11 years ago
  78. 9947375 netfilter: nf_tables: remove nft_meta_target by Pablo Neira Ayuso · 11 years ago
  79. e035b77 netfilter: nf_tables: nft_meta module get/set ops by Arturo Borrero Gonzalez · 11 years ago
  80. d201297 netfilter: nf_tables: fix oops when updating table with user chains by Pablo Neira Ayuso · 11 years ago
  81. e38195b netfilter: nf_tables: fix dumping with large number of sets by Pablo Neira Ayuso · 11 years ago
  82. b25adce ipvs: correct usage/allocation of seqadj ext in ipvs by Jesper Dangaard Brouer · 11 years ago
  83. db12cf2 netfilter: WARN about wrong usage of sequence number adjustments by Jesper Dangaard Brouer · 11 years ago
  84. 9dcbe1b ipvs: Remove unused variable ret from sync_thread_master() by Geert Uytterhoeven · 11 years ago
  85. 6a649f3 netfilter: add IPv4/6 IPComp extension match support by fan.du · 11 years ago
  86. 08c0cad netfilter: nfnetlink_queue: enable UID/GID socket info retrieval by Valentina Giusti · 11 years ago
  87. 443d20f netfilter: nf_ct_timestamp: Fix BUG_ON after netns deletion by Helmut Schaa · 11 years ago
  88. 540436c netfilter: nft_exthdr: call ipv6_find_hdr() with explicitly initialized offset by Daniel Borkmann · 11 years ago
  89. 534473c netfilter: ctnetlink: honor CTA_MARK_MASK when setting ctmark by Florian Westphal · 11 years ago
  90. a42b99a netfilter: avoid get_random_bytes calls by Florian Westphal · 11 years ago
  91. e23c34b Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  92. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  93. 45c2aff netfilter: nfnetlink_log: unset nf_loggers for netns when unloading module by Gao feng · 11 years ago
  94. d8bcc768 netfilter: nf_tables: Expose the table usage counter via netlink by Tomasz Bursztyka · 11 years ago
  95. 0aff078 netfilter: nft: add queue module by Eric Leblond · 11 years ago
  96. 97a2d41 netfilter: xt_NFQUEUE: separate reusable code by Eric Leblond · 11 years ago
  97. e569bda netfilter: nf_tables: fix issue with verdict support by Eric Leblond · 11 years ago
  98. cf9dc09 netfilter: nf_tables: fix missing rules flushing per table by Pablo Neira Ayuso · 11 years ago
  99. b4ef4ce netfilter: xt_hashlimit: fix proc entry leak in netns destroy path by Sergey Popovich · 11 years ago
  100. e664eab netfilter: Fix FSF address in file headers by Jeff Kirsher · 11 years ago