1. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  2. b182837 net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration instead of opencoding by Cody P Schafer · 10 years ago
  3. bb1281f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  4. 5ff1dd2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 10 years ago
  5. 847c8e2 netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not set by Kristian Evensen · 11 years ago
  6. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  7. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  8. 419331d netfilter: Add dependency on IPV6 for NF_TABLES_INET by Paul Gortmaker · 10 years ago
  9. ef8570d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  10. 8f46df1 netfilter: nf_tables: fix missing byteorder conversion in policy by Pablo Neira Ayuso · 11 years ago
  11. 751fcac Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  12. cf4dfa8 netfilter: nf_tables: fix error path in the init functions by Pablo Neira Ayuso · 11 years ago
  13. 74f77a6 netfilter: introduce l2tp match extension by James Chapman · 11 years ago
  14. 3876d22 netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain() by Patrick McHardy · 11 years ago
  15. 44a6f0d netfilter: nf_tables: prohibit deletion of a table with existing sets by Patrick McHardy · 11 years ago
  16. 7047f9d netfilter: nf_tables: take AF module reference when creating a table by Patrick McHardy · 11 years ago
  17. c5c1f97 netfilter: nf_tables: perform flags validation before table allocation by Patrick McHardy · 11 years ago
  18. fa2c1de netfilter: nf_tables: minor nf_chain_type cleanups by Patrick McHardy · 11 years ago
  19. 2a37d75 netfilter: nf_tables: constify chain type definitions and pointers by Patrick McHardy · 11 years ago
  20. 93b0806 netfilter: nf_tables: replay request after dropping locks to load chain type by Patrick McHardy · 11 years ago
  21. 88ce65a netfilter: nf_tables: add missing module references to chain types by Patrick McHardy · 11 years ago
  22. baae3e6 netfilter: nf_tables: fix chain type module reference handling by Patrick McHardy · 11 years ago
  23. 7582067 netfilter: nf_tables: fix check for table overflow by Patrick McHardy · 11 years ago
  24. 4401a86 netfilter: nf_tables: restore chain change atomicity by Patrick McHardy · 11 years ago
  25. 57de2a0 netfilter: nf_tables: split chain policy validation from actually setting it by Patrick McHardy · 11 years ago
  26. b38895c netfilter: nft_meta: fix lack of validation of the input register by Pablo Neira Ayuso · 11 years ago
  27. c4ede3d netfilter: nft_ct: Add support to set the connmark by Kristian Evensen · 11 years ago
  28. 54b553e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  29. 9638f33 netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INET by Patrick McHardy · 11 years ago
  30. 4566bf2 netfilter: nft_meta: add l4proto support by Patrick McHardy · 11 years ago
  31. 124edfa netfilter: nf_tables: add nfproto support to meta expression by Patrick McHardy · 11 years ago
  32. 1d49144 netfilter: nf_tables: add "inet" table for IPv4/IPv6 by Patrick McHardy · 11 years ago
  33. 115a60b netfilter: nf_tables: add support for multi family tables by Patrick McHardy · 11 years ago
  34. c948487 netfilter: nf_tables: add hook ops to struct nft_pktinfo by Patrick McHardy · 11 years ago
  35. 3b088c4 netfilter: nf_tables: make chain types override the default AF functions by Patrick McHardy · 11 years ago
  36. 688d186 netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabled by Pablo Neira Ayuso · 11 years ago
  37. 39b6b29 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  38. af2806f net: Export skb_zerocopy() to zerocopy from one skb to another by Thomas Graf · 11 years ago
  39. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  40. 83111e7 netfilter: Fix build failure in nfnetlink_queue_core.c. by David S. Miller · 11 years ago
  41. 9aa28f2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  42. b22f512 netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages by Daniel Borkmann · 11 years ago
  43. f2661ad netfilter: only warn once on wrong seqadj usage by Jesper Dangaard Brouer · 11 years ago
  44. 138aef7 netfilter: nf_conntrack_dccp: use %s format string for buffer by Daniel Borkmann · 11 years ago
  45. 2690d97 netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helper by Daniel Borkmann · 11 years ago
  46. 2a50d80 Revert "netfilter: avoid get_random_bytes calls" by Pablo Neira Ayuso · 11 years ago
  47. 855404e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  48. c9c8e48 netfilter: nf_tables: dump sets in all existing families by Pablo Neira Ayuso · 11 years ago
  49. 82a3713 netfilter: x_tables: lightweight process control group matching by Daniel Borkmann · 11 years ago
  50. 14abfa1 netfilter: xt_CT: fix error value in xt_ct_tg_check() by Eric Leblond · 11 years ago
  51. dcd93ed netfilter: nf_conntrack: remove dead code by stephen hemminger · 11 years ago
  52. 02eca9d netfilter: ipset: remove unused code by stephen hemminger · 11 years ago
  53. 34ce324 netfilter: nf_nat: add full port randomization support by Daniel Borkmann · 11 years ago
  54. 720e0df netfilter: nf_tables: remove unused variable in nf_tables_dump_set() by Michal Nazarewicz · 11 years ago
  55. 1466291 netfilter: nf_tables: fix type in parsing in nf_tables_set_alloc_name() by Daniel Borkmann · 11 years ago
  56. d497c63 netfilter: add help information to new nf_tables Kconfig options by Pablo Neira Ayuso · 11 years ago
  57. bee11dc netfilter: nft_reject: support for IPv6 and TCP reset by Eric Leblond · 11 years ago
  58. 5f291c2 netfilter: select NFNETLINK when enabling NF_TABLES by Eric Leblond · 11 years ago
  59. 2ee0d3c netfilter: nf_tables: fix wrong datatype in nft_validate_data_load() by Pablo Neira Ayuso · 11 years ago
  60. 9947375 netfilter: nf_tables: remove nft_meta_target by Pablo Neira Ayuso · 11 years ago
  61. e035b77 netfilter: nf_tables: nft_meta module get/set ops by Arturo Borrero Gonzalez · 11 years ago
  62. d201297 netfilter: nf_tables: fix oops when updating table with user chains by Pablo Neira Ayuso · 11 years ago
  63. e38195b netfilter: nf_tables: fix dumping with large number of sets by Pablo Neira Ayuso · 11 years ago
  64. b25adce ipvs: correct usage/allocation of seqadj ext in ipvs by Jesper Dangaard Brouer · 11 years ago
  65. db12cf2 netfilter: WARN about wrong usage of sequence number adjustments by Jesper Dangaard Brouer · 11 years ago
  66. 9dcbe1b ipvs: Remove unused variable ret from sync_thread_master() by Geert Uytterhoeven · 11 years ago
  67. 6a649f3 netfilter: add IPv4/6 IPComp extension match support by fan.du · 11 years ago
  68. 08c0cad netfilter: nfnetlink_queue: enable UID/GID socket info retrieval by Valentina Giusti · 11 years ago
  69. 443d20f netfilter: nf_ct_timestamp: Fix BUG_ON after netns deletion by Helmut Schaa · 11 years ago
  70. 540436c netfilter: nft_exthdr: call ipv6_find_hdr() with explicitly initialized offset by Daniel Borkmann · 11 years ago
  71. 534473c netfilter: ctnetlink: honor CTA_MARK_MASK when setting ctmark by Florian Westphal · 11 years ago
  72. a42b99a netfilter: avoid get_random_bytes calls by Florian Westphal · 11 years ago
  73. e23c34b Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  74. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  75. 45c2aff netfilter: nfnetlink_log: unset nf_loggers for netns when unloading module by Gao feng · 11 years ago
  76. d8bcc768 netfilter: nf_tables: Expose the table usage counter via netlink by Tomasz Bursztyka · 11 years ago
  77. 0aff078 netfilter: nft: add queue module by Eric Leblond · 11 years ago
  78. 97a2d41 netfilter: xt_NFQUEUE: separate reusable code by Eric Leblond · 11 years ago
  79. e569bda netfilter: nf_tables: fix issue with verdict support by Eric Leblond · 11 years ago
  80. cf9dc09 netfilter: nf_tables: fix missing rules flushing per table by Pablo Neira Ayuso · 11 years ago
  81. b4ef4ce netfilter: xt_hashlimit: fix proc entry leak in netns destroy path by Sergey Popovich · 11 years ago
  82. e664eab netfilter: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  83. 5065a70 treewide: Fix typo in Kconfig by Masanari Iida · 11 years ago
  84. b49faea netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal() by Dave Jones · 11 years ago
  85. cd2cc01 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  86. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  87. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  88. 0c3c6c0 netfilter: nf_conntrack: decrement global counter after object release by Pablo Neira Ayuso · 11 years ago
  89. 8691a9a netfilter: nft_compat: fix error path in nft_parse_compat() by Pablo Neira Ayuso · 11 years ago
  90. 23dfe13 netfilter: fix wrong byte order in nf_ct_seqadj_set internal information by Phil Oester · 11 years ago
  91. c1898c4 netfilter: synproxy: correct wscale option passing by Martin Topholm · 11 years ago
  92. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  93. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  94. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  95. 4819224 netfilter: fix connlimit Kconfig prompt string by Randy Dunlap · 11 years ago
  96. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  97. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  98. 6aafeef netfilter: push reasm skb through instead of original frag skbs by Jiri Pirko · 11 years ago
  99. cdbe7c2 nfnetlink: do not ack malformed messages by Jiri Benc · 11 years ago
  100. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago