1. f58e5aa netfilter: conntrack: Use flags in nf_ct_tmpl_alloc() by Joe Stringer · 9 years ago
  2. 1a727c6 netfilter: nf_conntrack: checking for IS_ERR() instead of NULL by Dan Carpenter · 9 years ago
  3. f0ad462 netfilter: nf_conntrack: silence warning on falling back to vmalloc() by Pablo Neira Ayuso · 9 years ago
  4. 4b31814 netfilter: nf_conntrack: Support expectations in different zones by Joe Stringer · 9 years ago
  5. b64f48d Merge tag 'ipvs-fixes-for-v4.2' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs by Pablo Neira Ayuso · 9 years ago
  6. 0838aa7 netfilter: fix netns dependencies with conntrack templates by Pablo Neira Ayuso · 9 years ago
  7. e3895c0 ipvs: call skb_sender_cpu_clear by Julian Anastasov · 9 years ago
  8. 5618485 ipvs: fix crash with sync protocol v0 and FTP by Julian Anastasov · 9 years ago
  9. 71563f3 ipvs: skb_orphan in case of forwarding by Alex Gartrell · 9 years ago
  10. 05f0050 ipvs: fix crash if scheduler is changed by Julian Anastasov · 9 years ago
  11. 4754957 ipvs: do not use random local source address for tunnels by Julian Anastasov · 9 years ago
  12. 326bf17 ipvs: fix ipv6 route unreach panic by Alex Gartrell · 9 years ago
  13. 484836e netfilter: IDLETIMER: fix lockdep warning by Dmitry Torokhov · 9 years ago
  14. 95dd865 netfilter: ctnetlink: put back references to master ct and expect objects by Pablo Neira Ayuso · 9 years ago
  15. 6742b9e netfilter: nfnetlink: keep going batch handling on missing modules by Pablo Neira Ayuso · 9 years ago
  16. f307170 netfilter: nf_queue: Don't recompute the hook_list head by Eric W. Biederman · 9 years ago
  17. 8405a8f netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook by Eric W. Biederman · 9 years ago
  18. fdab6a4 netfilter: nftables: Do not run chains in the wrong network namespace by Eric W. Biederman · 9 years ago
  19. 10c04a8 netfilter: use forward declaration instead of including linux/proc_fs.h by Pablo Neira Ayuso · 9 years ago
  20. 2fd1dc9 netfilter: Kill unused copies of RCV_SKB_FAIL by Eric W. Biederman · 9 years ago
  21. 01555e7 netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flag by Harout Hedeshian · 9 years ago
  22. ef493bd netfilter: nfnetlink_queue: add security context information by Roman Kubiak · 9 years ago
  23. 835b803 netfilter: nf_tables_netdev: unregister hooks on net_device removal by Pablo Neira Ayuso · 9 years ago
  24. d8ee8f7 netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basechain() by Pablo Neira Ayuso · 9 years ago
  25. 2cbce13 netfilter: nf_tables: attach net_device to basechain by Pablo Neira Ayuso · 9 years ago
  26. 711bdde netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference. by Eric Dumazet · 9 years ago
  27. 53b8762 Merge branch 'master' of git://blackhole.kfki.hu/nf-next by Pablo Neira Ayuso · 9 years ago
  28. f09becc netfilter: Kconfig: get rid of parens around depends on by Pablo Neira Ayuso · 9 years ago
  29. ca0f6a5 netfilter: ipset: Fix coding styles reported by checkpatch.pl by Jozsef Kadlecsik · 9 years ago
  30. 00590fd netfilter: ipset: Introduce RCU locking in list type by Jozsef Kadlecsik · 9 years ago
  31. 18f84d4 netfilter: ipset: Introduce RCU locking in hash:* types by Jozsef Kadlecsik · 9 years ago
  32. 96f5142 netfilter: ipset: Introduce RCU locking in bitmap:* types by Jozsef Kadlecsik · 9 years ago
  33. b57b2d1 netfilter: ipset: Prepare the ipset core to use RCU at set level by Jozsef Kadlecsik · 9 years ago
  34. bd55389 netfilter:ipset Remove rbtree from hash:net,iface by Jozsef Kadlecsik · 9 years ago
  35. 9c1ba5c netfilter: ipset: Make sure listing doesn't grab a set which is just being destroyed. by Jozsef Kadlecsik · 9 years ago
  36. c4c9978 netfilter: ipset: Fix parallel resizing and listing of the same set by Jozsef Kadlecsik · 9 years ago
  37. f690cba netfilter: ipset: Fix cidr handling for hash:*net* types by Jozsef Kadlecsik · 9 years ago
  38. aff2275 netfilter: ipset: Check CIDR value only when attribute is given by Sergey Popovich · 9 years ago
  39. a212e08 netfilter: ipset: Make sure we always return line number on batch by Sergey Popovich · 9 years ago
  40. 2c227f2 netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6 by Sergey Popovich · 9 years ago
  41. 7dd37bc netfilter: ipset: Check extensions attributes before getting extensions. by Sergey Popovich · 9 years ago
  42. edda079 netfilter: ipset: Use SET_WITH_*() helpers to test set extensions by Sergey Popovich · 9 years ago
  43. 482cfc3 netfilter: xtables: avoid percpu ruleset duplication by Florian Westphal · 9 years ago
  44. 7796684 netfilter: conntrack: warn the user if there is a better helper to use by Marcelo Ricardo Leitner · 9 years ago
  45. 583d3f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  46. ed6c413 netfilter: nf_tables: add netdev table to filter from ingress by Pablo Neira Ayuso · 9 years ago
  47. ebddf1a netfilter: nf_tables: allow to bind table to net_device by Pablo Neira Ayuso · 9 years ago
  48. 529985d netfilter: default CONFIG_NETFILTER_INGRESS to y by Pablo Neira Ayuso · 9 years ago
  49. 48e8aa6 ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flags by Martin KaFai Lau · 9 years ago
  50. b197df4 ipv6: Add rt6_get_cookie() function by Martin KaFai Lau · 9 years ago
  51. 2647a9b ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST by Martin KaFai Lau · 9 years ago
  52. fd0273d ipv6: Remove external dependency on rt6i_dst and rt6i_src by Martin KaFai Lau · 9 years ago
  53. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  54. 3bfe049 netfilter: nfnetlink_{log,queue}: Register pernet in first place by Francesco Ruggeri · 9 years ago
  55. 0bc4c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  56. 861fb10 netfilter: Use correct return for seq_show functions by Joe Perches · 9 years ago
  57. 960bd2c netfilter: nf_tables: fix bogus warning in nft_data_uninit() by Mirek Kratochvil · 9 years ago
  58. b3cad28 conntrack: RFC5961 challenge ACK confuse conntrack LAST-ACK transition by Jesper Dangaard Brouer · 9 years ago
  59. 595ca58 netfilter: avoid build error if TPROXY/SOCKET=y && NF_DEFRAG_IPV6=m by Florian Westphal · 9 years ago
  60. 55917a2 netfilter: x_tables: add context to know if extension runs from nft_compat by Pablo Neira Ayuso · 9 years ago
  61. 12b7ed2 netfilter: xt_MARK: Add ARP support by Zhang Chunyu · 9 years ago
  62. a3b1c1e netfilter: ipset: deinline ip_set_put_extensions() by Denys Vlasenko · 9 years ago
  63. e687ad6 netfilter: add netfilter ingress hook after handle_ing() under unique static key by Pablo Neira · 9 years ago
  64. f719148 netfilter: add hook list to nf_hook_state by Pablo Neira · 9 years ago
  65. a9756e6 netfilter: ipset: Use better include files in xt_set.c by Jozsef Kadlecsik · 9 years ago
  66. 1823fb7 netfilter: ipset: Improve preprocessor macros checks by Sergey Popovich · 9 years ago
  67. 58cc06d netfilter: ipset: Fix hashing for ipv6 sets by Sergey Popovich · 9 years ago
  68. 0372618 netfilter: ipset: Check for comment netlink attribute length by Sergey Popovich · 9 years ago
  69. 728a7e6 netfilter: ipset: Return bool values instead of int by Sergey Popovich · 9 years ago
  70. cabfd13 netfilter: ipset: Use HOST_MASK literal to represent host address CIDR len by Sergey Popovich · 9 years ago
  71. d25472e netfilter: ipset: Check IPSET_ATTR_PORT only once by Sergey Popovich · 9 years ago
  72. 8e55d2e netfilter: ipset: Return ipset error instead of bool by Sergey Popovich · 9 years ago
  73. 43ef29c netfilter: ipset: Preprocessor directices cleanup by Sergey Popovich · 9 years ago
  74. 2b67d6e netfilter: ipset: No need to make nomatch bitfield by Sergey Popovich · 9 years ago
  75. caed0ed netfilter: ipset: Properly calculate extensions offsets and total length by Sergey Popovich · 9 years ago
  76. 3e4e8d1 netfilter: ipset: make ip_set_get_ip*_port to use skb_network_offset by Alexander Drozdov · 9 years ago
  77. 22496f09 netfilter: ipset: Give a better name to a macro in ip_set_core.c by Jozsef Kadlecsik · 9 years ago
  78. 2006aa4 netfilter: ipset: Fix sparse warning by Jozsef Kadlecsik · 9 years ago
  79. 26abe14 net: Modify sk_alloc to not reference count the netns of kernel sockets. by Eric W. Biederman · 9 years ago
  80. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 9 years ago
  81. f30bf2a ipvs: fix memory leak in ip_vs_ctl.c by Tommi Rantala · 9 years ago
  82. 39376cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  83. 129d23a netfilter; Add some missing default cases to switch statements in nft_reject. by David S. Miller · 9 years ago
  84. 4c4ed07 netfilter: nf_tables: fix wrong length for jump/goto verdicts by Florian Westphal · 9 years ago
  85. bae97d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  86. 789f558 tcp/dccp: get rid of central timewait timer by Eric Dumazet · 9 years ago
  87. 20a1d16 netfilter: Fix format string of nfnetlink_log proc file by Richard Weinberger · 9 years ago
  88. 6b46f7b netfilter: Fix format string of nfnetlink_queue proc file by Richard Weinberger · 9 years ago
  89. cc6bc44 netfilter: Fix portid types by Richard Weinberger · 9 years ago
  90. 97bb43c netfilter: nf_tables: get rid of the expression example code by Pablo Neira Ayuso · 9 years ago
  91. 3e135cd netfilter: nft_dynset: dynamic stateful expression instantiation by Patrick McHardy · 9 years ago
  92. 7c6c6e9 netfilter: nf_tables: add flag to indicate set contains expressions by Patrick McHardy · 9 years ago
  93. 151d799 netfilter: nf_tables: mark stateful expressions by Patrick McHardy · 9 years ago
  94. f25ad2e netfilter: nf_tables: prepare for expressions associated to set elements by Patrick McHardy · 9 years ago
  95. 0b2d8a7 netfilter: nf_tables: add helper functions for expression handling by Patrick McHardy · 9 years ago
  96. 7d74026 netfilter: nf_tables: variable sized set element keys / data by Patrick McHardy · 9 years ago
  97. d0a11fc netfilter: nf_tables: support variable sized data in nft_data_init() by Patrick McHardy · 9 years ago
  98. 49499c3 netfilter: nf_tables: switch registers to 32 bit addressing by Patrick McHardy · 9 years ago
  99. b1c96ed netfilter: nf_tables: add register parsing/dumping helpers by Patrick McHardy · 9 years ago
  100. 8cd8937 netfilter: nf_tables: convert sets to u32 data pointers by Patrick McHardy · 9 years ago