1. 58a317f netfilter: ipv6: add IPv6 NAT support by Patrick McHardy · 12 years ago
  2. c7232c9 netfilter: add protocol independent NAT core by Patrick McHardy · 12 years ago
  3. 051966c netfilter: nf_nat: add protoff argument to packet mangling functions by Patrick McHardy · 12 years ago
  4. 811927c netfilter: nf_conntrack: restrict NAT helper invocation to IPv4 by Patrick McHardy · 12 years ago
  5. 4cdd3408 netfilter: nf_conntrack_ipv6: improve fragmentation handling by Patrick McHardy · 12 years ago
  6. 590e3f7 ipvs: IPv6 MTU checking cleanup and bugfix by Jesper Dangaard Brouer · 12 years ago
  7. bf277b0 Merge git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  8. 6705e86 netfilter: replace list_for_each_continue_rcu with new interface by Michael Wang · 12 years ago
  9. 2834a63 netfilter: nf_conntrack: remove unnecessary RTNL locking by Patrick McHardy · 12 years ago
  10. fe31d1a netfilter: sparse endian fixes by Patrick McHardy · 12 years ago
  11. 6c71bec Merge git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  12. 2614f86 netfilter: nf_ct_expect: fix possible access to uninitialized timer by Pablo Neira Ayuso · 12 years ago
  13. 2d8a041 ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT) by Mathias Krause · 12 years ago
  14. 68e035c netfilter: ctnetlink: fix missing locking while changing conntrack from nfqueue by Pablo Neira Ayuso · 12 years ago
  15. 02b69cb netfilter: nf_ct_sip: fix IPv6 address parsing by Patrick McHardy · 12 years ago
  16. e9324b2 netfilter: nf_ct_sip: fix helper name by Patrick McHardy · 12 years ago
  17. 3654e61 ipvs: add pmtu_disc option to disable IP DF for TUN packets by Julian Anastasov · 12 years ago
  18. f2edb9f ipvs: implement passive PMTUD for IPIP packets by Julian Anastasov · 12 years ago
  19. 2b2d280 ipvs: fixed sparse warning by Claudiu Ghioc · 12 years ago
  20. be97fdb ipvs: generalize app registration in netns by Julian Anastasov · 12 years ago
  21. aaea4ed ipvs: ip_vs_ftp depends on nf_conntrack_ftp helper by Julian Anastasov · 12 years ago
  22. abaa72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  23. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  24. 283283c ipvs: fix oops in ip_vs_dst_event on rmmod by Julian Anastasov · 12 years ago
  25. 04c9f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  26. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  27. a73f89a netfilter: ipset: timeout fixing bug broke SET target special timeout value by Jozsef Kadlecsik · 12 years ago
  28. d3a5ea6 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  29. c90a9bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  30. 46ba5a2 netfilter: nfnetlink_queue: do not allow to set unsupported flag bits by Krishna Kumar · 12 years ago
  31. 59560a3 netfilter: nfnetlink: check callbacks before using those in nfnetlink_rcv_msg by Tomasz Bursztyka · 12 years ago
  32. be0593c netfilter: nf_ct_tcp: missing per-net support for cttimeout by Pablo Neira Ayuso · 12 years ago
  33. 0891147 netfilter: nf_conntrack: generalize nf_ct_l4proto_net by Pablo Neira Ayuso · 12 years ago
  34. 0329274 netlink: add nlk->netlink_bind hook for module auto-loading by Pablo Neira Ayuso · 12 years ago
  35. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  36. 4009e18 netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msg by Tomasz Bursztyka · 12 years ago
  37. d31f4d4 netfilter: ipset: fix crash if IPSET_CMD_NONE command is sent by Tomasz Bursztyka · 12 years ago
  38. 54b8873 netfilter: nf_ct_dccp: add dccp_kmemdup_sysctl_table function by Gao feng · 12 years ago
  39. 22ac037 netfilter: nf_ct_generic: add generic_kmemdup_sysctl_table function by Gao feng · 12 years ago
  40. f42c418 netfilter: nf_ct_sctp: merge sctpv[4,6]_net_init into sctp_net_init by Gao feng · 12 years ago
  41. 51b4c82 netfilter: nf_ct_udplite: add udplite_kmemdup_sysctl_table function by Gao feng · 12 years ago
  42. dee7364 netfilter: nf_ct_udp: merge udpv[4,6]_net_init into udp_net_init by Gao feng · 12 years ago
  43. efa758f netfilter: nf_ct_tcp: merge tcpv[4,6]_net_init into tcp_net_init by Gao feng · 12 years ago
  44. 12c26df netfilter: nf_conntrack: fix memory leak if sysctl registration fails by Gao feng · 12 years ago
  45. fa34fff netfilter: nf_conntrack: use l4proto->users as refcount for per-net data by Gao feng · 12 years ago
  46. f28997e netfilter: nf_conntrack: add nf_ct_kfree_compat_sysctl_table by Gao feng · 12 years ago
  47. f1caad2 netfilter: nf_conntrack: prepare l4proto->init_net cleanup by Gao feng · 12 years ago
  48. fa0f61f netfilter: nf_conntrack: fix nf_conntrack_l3proto_register by Gao feng · 12 years ago
  49. 392025f netfilter: ctnetlink: add new messages to obtain statistics by Pablo Neira Ayuso · 12 years ago
  50. 3da07c0 netfilter: nfnetlink_queue_core: Move away from NLMSG_PUT(). by David S. Miller · 12 years ago
  51. d550d09 netfilter: nfnetlink_log: Move away from NLMSG_PUT(). by David S. Miller · 12 years ago
  52. c24584c netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6 by Eric Dumazet · 12 years ago
  53. ef5b6e1 netfilter: ipset: fix interface comparision in hash-netiface sets by Florian Westphal · 12 years ago
  54. 8e36c4b netfilter: ctnetlink: fix compilation with NF_CONNTRACK_EVENTS=n by Pablo Neira Ayuso · 12 years ago
  55. ab5e8b7 netfilter: nfnetlink_queue: fix sparse warning due to missing include by Pablo Neira Ayuso · 12 years ago
  56. d584a61 netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=y by Pablo Neira Ayuso · 12 years ago
  57. 5a05fae netfilter: nfq_ct_hook needs __rcu and __read_mostly by Pablo Neira Ayuso · 12 years ago
  58. 7c62234 netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabled by Pablo Neira Ayuso · 12 years ago
  59. 6e9c2db netfilter: fix compilation of the nfnl_cthelper if NF_CONNTRACK is unset by Pablo Neira Ayuso · 12 years ago
  60. 32f5376 netfilter: nf_ct_helper: disable automatic helper re-assignment of different type by Pablo Neira Ayuso · 12 years ago
  61. fd7462d netfilter: ctnetlink: fix NULL dereference while trying to change helper by Pablo Neira Ayuso · 12 years ago
  62. 82f437b Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  63. 12f7a50 netfilter: add user-space connection tracking helper infrastructure by Pablo Neira Ayuso · 12 years ago
  64. ae243be netfilter: ctnetlink: add CTA_HELP_INFO attribute by Pablo Neira Ayuso · 12 years ago
  65. 8c88f87 netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled by Pablo Neira Ayuso · 12 years ago
  66. 9cb0176 netfilter: add glue code to integrate nfnetlink_queue and ctnetlink by Pablo Neira Ayuso · 12 years ago
  67. 1afc567 netfilter: nf_ct_helper: implement variable length helper private data by Pablo Neira Ayuso · 12 years ago
  68. 3cf4c7e netfilter: nf_ct_ext: support variable length extensions by Pablo Neira Ayuso · 12 years ago
  69. 3a8fc53 netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy names by Pablo Neira Ayuso · 12 years ago
  70. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  71. 352e04b netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabled by Pablo Neira Ayuso · 12 years ago
  72. 67da255 Merge branch 'master' of git://1984.lsi.us.es/net-next by David S. Miller · 12 years ago
  73. 4c809d6 netfilter: ipvs: switch hook PFs to nfproto by Alban Crequy · 12 years ago
  74. efdedd5 netfilter: xt_recent: add address masking option by Denys Fedoryshchenko · 12 years ago
  75. 1da6dd0 netfilter: NFQUEUE: don't xor src/dst ip address for load distribution by Florian Westphal · 12 years ago
  76. 8264deb netfilter: nf_conntrack: add namespace support for cttimeout by Gao feng · 12 years ago
  77. e76d0af netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]proto by Pablo Neira Ayuso · 12 years ago
  78. 4f71d80 netfilter: nf_ct_gre: use new namespace support by Gao feng · 12 years ago
  79. 84c3945 netfilter: nf_ct_dccp: use new namespace support by Gao feng · 12 years ago
  80. a8021fe netfilter: nf_ct_udplite: add namespace support by Gao feng · 12 years ago
  81. 49d485a3 netfilter: nf_ct_sctp: add namespace support by Gao feng · 12 years ago
  82. 7080ba0 netfilter: nf_ct_icmp: add namespace support by Gao feng · 12 years ago
  83. 4b626b9 netfilter: nf_ct_icmp: add namespace support by Gao feng · 12 years ago
  84. 0ce490a netfilter: nf_ct_udp: add namespace support by Gao feng · 12 years ago
  85. d2ba1fd netfilter: nf_ct_tcp: add namespace support by Gao feng · 12 years ago
  86. 15f585b netfilter: nf_ct_generic: add namespace support by Gao feng · 12 years ago
  87. 524a53e netfilter: nf_conntrack: prepare namespace support for l3 protocol trackers by Gao feng · 12 years ago
  88. 2c352f4 netfilter: nf_conntrack: prepare namespace support for l4 protocol trackers by Gao feng · 12 years ago
  89. fdb694a netfilter: Add fail-open support by Krishna Kumar · 12 years ago
  90. 68c07cb netfilter: xt_connlimit: remove revision 0 by Cong Wang · 12 years ago
  91. d109e9a netfilter: nf_ct_h323: fix bug in rtcp natting by Pablo Neira Ayuso · 12 years ago
  92. d1992b1 netfilter: xt_HMARK: fix endianness and provide consistent hashing by Hans Schillstrom · 12 years ago
  93. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  94. 5d0ba55 net: use consume_skb() in place of kfree_skb() by Eric Dumazet · 12 years ago
  95. f5c1018 Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 12 years ago
  96. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  97. be3eed2 netfilter: nf_ct_h323: fix usage of MODULE_ALIAS_NFCT_HELPER by Pablo Neira Ayuso · 12 years ago
  98. 1a52099 netfilter: xt_CT: remove redundant header include by Eldad Zack · 12 years ago
  99. 127f559 netfilter: ipset: fix timeout value overflow bug by Jozsef Kadlecsik · 12 years ago
  100. 1a4ac98 netfilter: nf_ct_tcp: extend log message for invalid ignored packets by Pablo Neira Ayuso · 12 years ago