1. 3ec10d3 ipvs: update real-server binding of outgoing connections in SIP-pe by Marco Angaroni · 8 years ago
  2. 7b7eba0 netfilter: x_tables: don't reject valid target size on some architectures by Florian Westphal · 8 years ago
  3. fc14963 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  4. 893e093 netfilter: nf_ct_helper: bail out on duplicated helpers by Pablo Neira Ayuso · 8 years ago
  5. eaa2bcd netfilter: nf_tables: validate NFTA_SET_TABLE parameter by Phil Turnbull · 8 years ago
  6. b7a8daa netfilter: nf_ct_helper: Fix helper unregister count. by Taehee Yoo · 8 years ago
  7. dc3ee32 netfilter: nf_queue: Make the queue_handler pernet by Eric W. Biederman · 8 years ago
  8. 720b287 netfilter: conntrack: remove leftover binary sysctl define by Florian Westphal · 8 years ago
  9. 7e13318 net: define gso types for IPx over IPv4 and IPv6 by Tom Herbert · 8 years ago
  10. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  11. 31b0b38 nf_conntrack: avoid kernel pointer value leak in slab name by Linus Torvalds · 8 years ago
  12. a7f1884 netfilter: nfnetlink_queue: fix timestamp attribute by Florian Westphal · 8 years ago
  13. c047c3b netfilter: conntrack: remove uninitialized shadow variable by Arnd Bergmann · 8 years ago
  14. e8ed77d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  15. 0c5366b netfilter: conntrack: use single slab cache by Florian Westphal · 8 years ago
  16. a76ae1c netfilter: conntrack: use a single nat bysource table for all namespaces by Florian Westphal · 8 years ago
  17. 464c385 netfilter: conntrack: make netns address part of nat bysrc hash by Florian Westphal · 8 years ago
  18. bbe848e Merge tag 'ipvs2-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next by Pablo Neira Ayuso · 8 years ago
  19. 0a93aae netfilter: conntrack: use a single expectation table for all namespaces by Florian Westphal · 8 years ago
  20. a9a083c netfilter: conntrack: make netns address part of expect hash by Florian Westphal · 8 years ago
  21. 03d7dc5 netfilter: conntrack: check netns when walking expect hash by Florian Westphal · 8 years ago
  22. 698e2a8 ipvs: make drop_entry protection effective for SIP-pe by Marco Angaroni · 8 years ago
  23. eda3fc5 netfilter: nfnetlink_acct: validate NFACCT_QUOTA parameter by Phil Turnbull · 8 years ago
  24. cb39ad8 netfilter: nf_tables: allow set names up to 32 bytes by Pablo Neira Ayuso · 8 years ago
  25. 71d8c47 netfilter: conntrack: introduce clash resolution on insertion race by Pablo Neira Ayuso · 8 years ago
  26. ba76738 netfilter: conntrack: introduce nf_ct_acct_update() by Pablo Neira Ayuso · 8 years ago
  27. 4b4ceb9 netfilter: conntrack: __nf_ct_l4proto_find() always returns valid pointer by Pablo Neira Ayuso · 8 years ago
  28. 3e86638 netfilter: conntrack: consider ct netns in early_drop logic by Florian Westphal · 8 years ago
  29. 56d52d4 netfilter: conntrack: use a single hashtable for all namespaces by Florian Westphal · 8 years ago
  30. 1b8c8a9 netfilter: conntrack: make netns address part of hash by Florian Westphal · 8 years ago
  31. e0c7d47 netfilter: conntrack: check netns when comparing conntrack objects by Florian Westphal · 8 years ago
  32. 8680434 netfilter: conntrack: use nf_ct_key_equal() in more places by Florian Westphal · 8 years ago
  33. 88b68bc netfilter: conntrack: don't attempt to iterate over empty table by Florian Westphal · 8 years ago
  34. 5e3c61f netfilter: conntrack: fix lookup race during hash resize by Florian Westphal · 8 years ago
  35. 2cf1234 netfilter: conntrack: keep BH enabled during lookup by Florian Westphal · 8 years ago
  36. 1ad8f48 netfilter: nftables: add connlabel set support by Florian Westphal · 8 years ago
  37. cec5913 netfilter: IDLETIMER: fix race condition when destroy the target by Liping Zhang · 8 years ago
  38. 70d72b7 netfilter: conntrack: init all_locks to avoid debug warning by Florian Westphal · 8 years ago
  39. cbdeafd netfilter/ipvs: use nla_put_u64_64bit() by Nicolas Dichtel · 8 years ago
  40. 6cd54fc Merge tag 'ipvs-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next by Pablo Neira Ayuso · 8 years ago
  41. 3bb398d netfilter: nf_ct_helper: disable automatic helper assignment by Pablo Neira Ayuso · 8 years ago
  42. e701001 netfilter: nft_rbtree: allow adjacent intervals with dynamic updates by Pablo Neira Ayuso · 8 years ago
  43. ef1d20e netfilter: nft_rbtree: introduce nft_rbtree_interval_end() helper by Pablo Neira Ayuso · 8 years ago
  44. 3971ca1 netfilter: nf_tables: parse element flags from nft_del_setelem() by Pablo Neira Ayuso · 8 years ago
  45. 0e9091d netfilter: nf_tables: introduce nft_setelem_parse_flags() helper by Pablo Neira Ayuso · 8 years ago
  46. 141658f netfilter: conntrack: use get_random_once for conntrack hash seed by Florian Westphal · 8 years ago
  47. 7001c6d netfilter: conntrack: use get_random_once for nat and expectations by Florian Westphal · 8 years ago
  48. a3efd81 netfilter: conntrack: move generation seqcnt out of netns_ct by Florian Westphal · 8 years ago
  49. 11afbff Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  50. b46f6de libnl: nla_put_be64(): align on a 64-bit area by Nicolas Dichtel · 8 years ago
  51. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  52. 8fb04d9 ipvs: don't alter conntrack in OPS mode by Marco Angaroni · 8 years ago
  53. 013b042 ipvs: optimize release of connections in OPS mode by Marco Angaroni · 8 years ago
  54. 39b9722 ipvs: handle connections started by real-servers by Marco Angaroni · 8 years ago
  55. a163f2cb netfilter: conntrack: don't acquire lock during seq_printf by Florian Westphal · 8 years ago
  56. 4a96300 netfilter: ctnetlink: restore inlining for netlink message size calculation by Pablo Neira Ayuso · 8 years ago
  57. adff6c6 netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used' by Florian Westphal · 8 years ago
  58. 5a8145f netfilter: labels: don't emit ct event if labels were not changed by Florian Westphal · 8 years ago
  59. b4ef159 netfilter: connlabels: move helpers to xt_connlabel by Florian Westphal · 8 years ago
  60. aed069d ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb by Alexander Duyck · 8 years ago
  61. 4054ff4 netfilter: ctnetlink: remove unnecessary inlining by Pablo Neira Ayuso · 8 years ago
  62. d7591f0 netfilter: x_tables: introduce and use xt_copy_counters_from_user by Florian Westphal · 8 years ago
  63. 09d9686 netfilter: x_tables: do compat validation via translate_table by Florian Westphal · 8 years ago
  64. 0188346 netfilter: x_tables: xt_compat_match_from_user doesn't need a retval by Florian Westphal · 8 years ago
  65. 13631bf netfilter: x_tables: validate all offsets and sizes in a rule by Florian Westphal · 8 years ago
  66. ce683e5 netfilter: x_tables: check for bogus target offset by Florian Westphal · 8 years ago
  67. 7ed2abd netfilter: x_tables: check standard target size too by Florian Westphal · 8 years ago
  68. fc1221b netfilter: x_tables: add compat version of xt_check_entry_offsets by Florian Westphal · 8 years ago
  69. a08e4e1 netfilter: x_tables: assert minimum target size by Florian Westphal · 8 years ago
  70. 7d35812 netfilter: x_tables: add and use xt_check_entry_offsets by Florian Westphal · 8 years ago
  71. da0caad Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  72. ecdfb48 netfilter: conntrack: move expectation event helper to ecache.c by Florian Westphal · 8 years ago
  73. 3c435e2 netfilter: conntrack: de-inline nf_conntrack_eventmask_report by Florian Westphal · 8 years ago
  74. 1089ac6 Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  75. 644c7e4 netfilter: nf_conntrack_tcp: Fix stack out of bounds when parsing TCP options by Jozsef Kadlecsik · 8 years ago
  76. 8f6fd83 rhashtable: accept GFP flags in rhashtable_walk_init by Bob Copeland · 8 years ago
  77. 3b24d85 tcp/dccp: do not touch listener sk_refcnt under synflood by Eric Dumazet · 8 years ago
  78. 8d45ff2 netfilter: bridge: nf queue verdict to use NFQA_VLAN and NFQA_L2HDR by Stephane Bryant · 8 years ago
  79. 15824ab netfilter: bridge: pass L2 header and VLAN as netlink attributes in queues to userspace by Stephane Bryant · 8 years ago
  80. 9314011 netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast fails by Pablo Neira Ayuso · 8 years ago
  81. 596cf3f netfilter: ipset: fix race condition in ipset save, swap and delete by Vishwanath Pai · 8 years ago
  82. ccd63c2 netfilter: nf_conntrack: Uses pr_fmt() for logging. by Weongyo Jeong · 8 years ago
  83. e39365b netfilter: nf_conntrack: consolidate lock/unlock into unlock_wait by Nicholas Mc Guire · 8 years ago
  84. d157bd7 netfilter: x_tables: check for size overflow by Florian Westphal · 8 years ago
  85. f0716cd netfilter: nft_compat: check match/targetinfo attr size by Florian Westphal · 8 years ago
  86. d387eaf Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs by Pablo Neira Ayuso · 8 years ago
  87. 793882bf Merge branch 'master' of git://blackhole.kfki.hu/nf by Pablo Neira Ayuso · 8 years ago
  88. d8aacd8 netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute length by Jozsef Kadlecsik · 8 years ago
  89. 4c38cd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  90. 7617a24 ipvs: correct initial offset of Call-ID header search in SIP persistence engine by Marco Angaroni · 8 years ago
  91. f911b67 ipvs: allow rescheduling after RST by Julian Anastasov · 8 years ago
  92. f719e37 ipvs: drop first packet to redirect conntrack by Julian Anastasov · 8 years ago
  93. 3f20efb ipvs: handle ip_vs_fill_iph_skb_off failure by Arnd Bergmann · 8 years ago
  94. 8a6bf5d netfilter: nft_masq: support port range by Pablo Neira Ayuso · 8 years ago
  95. b9e69e1 netfilter: xtables: don't hook tables by default by Florian Westphal · 8 years ago
  96. a7ed31c Merge tag 'ipvs-for-v4.6' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next into HEAD by Pablo Neira Ayuso · 8 years ago
  97. 64d4e34 net: remove skb_sender_cpu_clear() by WANG Cong · 8 years ago
  98. 8ee225e netfilter: xt_osf: remove unused variable by Sudip Mukherjee · 8 years ago
  99. b07edbe netfilter: meta: add PRANDOM support by Florian Westphal · 8 years ago
  100. 017b1b6 netfilter: nfnetlink_acct: validate NFACCT_FILTER parameters by Phil Turnbull · 8 years ago