1. f4a87e7 netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packets by Patrick McHardy · 11 years ago
  2. cc998ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  3. 7cc9eb6 netfilter: SYNPROXY: let unrelated packets continue by Jesper Dangaard Brouer · 11 years ago
  4. 775ada6 netfilter: more strict TCP flag matching in SYNPROXY by Jesper Dangaard Brouer · 11 years ago
  5. 48b1de4 netfilter: add SYNPROXY core/target by Patrick McHardy · 11 years ago
  6. 41d73ec netfilter: nf_conntrack: make sequence number adjustments usuable without NAT by Patrick McHardy · 11 years ago
  7. affe759 netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridged by Phil Oester · 11 years ago
  8. c655bc6 netfilter: nf_conntrack: don't send destroy events from iterator by Florian Westphal · 11 years ago
  9. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  10. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  11. c8fc51c netfilter: ipt_ULOG: fix incorrect setting of ulog timer by Gao feng · 11 years ago
  12. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  13. 143554a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  14. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  15. 75538c2 net: always pass struct netdev_notifier_info to netdevice notifiers by Cong Wang · 11 years ago
  16. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  17. 4f36ea6 netfilter: ipt_ULOG: fix non-null terminated string in the nf_log path by Chen Gang · 11 years ago
  18. de94c45 netfilter: {ipt,ebt}_ULOG: rise warning on deprecation by Pablo Neira Ayuso · 11 years ago
  19. 8cdb46d netfilter: log: netns NULL ptr bug when calling from conntrack by Hans Schillstrom · 11 years ago
  20. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  21. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  22. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  23. d37d696 netfilter: xt_rpfilter: depend on raw or mangle table by Florian Westphal · 11 years ago
  24. f83a7ea netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too by Florian Westphal · 11 years ago
  25. f229f6c netfilter: add my copyright statements by Patrick McHardy · 11 years ago
  26. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  27. aaa795a netfilter: nat: propagate errors from xfrm_me_harder() by Patrick McHardy · 11 years ago
  28. c9e1673 netfilter: ipv4: propagate routing errors from ip_route_me_harder() by Patrick McHardy · 11 years ago
  29. d166582 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  30. 3554306 netfilter: ipt_ULOG: add net namespace support for ipt_ULOG by Gao feng · 11 years ago
  31. 30e0c6a netfilter: nf_log: prepare net namespace support for loggers by Gao feng · 11 years ago
  32. f016588 netfilter: use IS_ENABLE to replace if defined in TRACE target by Gao feng · 11 years ago
  33. 573ce26 net-next: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 11 years ago
  34. da13482 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  35. 3dd6664 netfilter: remove unused "config IP_NF_QUEUE" by Paul Bolle · 11 years ago
  36. 015ba03 ipv4: netfilter: use PTR_RET instead of IS_ERR + PTR_ERR by Silviu-Mihai Popescu · 11 years ago
  37. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  38. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  39. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  40. 2ccba54 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  41. b20ab9cc netfilter: nf_ct_helper: better logging for dropped packets by Pablo Neira Ayuso · 11 years ago
  42. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  43. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  44. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 11 years ago
  45. b640bee Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  46. c296bb4 netfilter: nf_conntrack: refactor l4proto support for netns by Gao feng · 11 years ago
  47. 6330750 netfilter: nf_conntrack: refactor l3proto support for netns by Gao feng · 11 years ago
  48. 0cc8d8d netfilter: Use IS_ERR_OR_NULL(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  49. aec9a0e net/ipv4/netfilter: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  50. c65ef8d netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADE by Andrew Collins · 12 years ago
  51. c6f4089 netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP reset by Mukund Jampala · 12 years ago
  52. 4b5511e net: remove obsolete simple_strto<foo> by Abhijit Pawar · 12 years ago
  53. a0ecb85 netfilter: nf_nat: Handle routing changes in MASQUERADE target by Jozsef Kadlecsik · 12 years ago
  54. 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
  55. 545b290 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  56. 6229b75 netfilter: nf_nat: use PTR_RET by Wu Fengguang · 12 years ago
  57. 38fe36a netfilter: nf_nat: don't check for port change on ICMP tuples by Ulrich Weber · 12 years ago
  58. 2cbc78a netfilter: combine ipt_REDIRECT and ip6t_REDIRECT by Jan Engelhardt · 12 years ago
  59. b3d54b3 netfilter: combine ipt_NETMAP and ip6t_NETMAP by Jan Engelhardt · 12 years ago
  60. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  61. 320ff56 netfilter: nf_nat: support IPv6 in TFTP NAT helper by Pablo Neira Ayuso · 12 years ago
  62. 5901b6b netfilter: nf_nat: support IPv6 in IRC NAT helper by Pablo Neira Ayuso · 12 years ago
  63. 9a66482 netfilter: nf_nat: support IPv6 in SIP NAT helper by Patrick McHardy · 12 years ago
  64. ee6eb96 netfilter: nf_nat: support IPv6 in amanda NAT helper by Patrick McHardy · 12 years ago
  65. d33cbee netfilter: nf_nat: support IPv6 in FTP NAT helper by Patrick McHardy · 12 years ago
  66. b3f644f netfilter: ip6tables: add MASQUERADE target by Patrick McHardy · 12 years ago
  67. c7232c9 netfilter: add protocol independent NAT core by Patrick McHardy · 12 years ago
  68. 051966c netfilter: nf_nat: add protoff argument to packet mangling functions by Patrick McHardy · 12 years ago
  69. bf277b0 Merge git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  70. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  71. 90efbed netfilter: remove unnecessary goto statement for error recovery by Jean Sacren · 12 years ago
  72. 19e303d netfilter: PTR_RET can be used by Wu Fengguang · 12 years ago
  73. f22eb25 netfilter: nf_nat_sip: fix via header translation with multiple parameters by Patrick McHardy · 12 years ago
  74. 02b69cb netfilter: nf_ct_sip: fix IPv6 address parsing by Patrick McHardy · 12 years ago
  75. 1fb9489 net: Loopback ifindex is constant now by Pavel Emelyanov · 12 years ago
  76. f8126f1 ipv4: Adjust semantics of rt->rt_gateway. by David S. Miller · 12 years ago
  77. d3a5ea6 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  78. 0891147 netfilter: nf_conntrack: generalize nf_ct_l4proto_net by Pablo Neira Ayuso · 12 years ago
  79. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  80. a9082b4 netfilter: nf_ct_icmp: add icmp_kmemdup[_compat]_sysctl_table function by Gao feng · 12 years ago
  81. f1caad2 netfilter: nf_conntrack: prepare l4proto->init_net cleanup by Gao feng · 12 years ago
  82. c2bd4ba netfilter: ipt_ULOG: Move away from NLMSG_PUT(). by David S. Miller · 12 years ago
  83. d584a61 netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=y by Pablo Neira Ayuso · 12 years ago
  84. 12f7a50 netfilter: add user-space connection tracking helper infrastructure by Pablo Neira Ayuso · 12 years ago
  85. 8c88f87 netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled by Pablo Neira Ayuso · 12 years ago
  86. 1afc567 netfilter: nf_ct_helper: implement variable length helper private data by Pablo Neira Ayuso · 12 years ago
  87. 67da255 Merge branch 'master' of git://1984.lsi.us.es/net-next by David S. Miller · 12 years ago
  88. 89a48e3 netfilter: ipv4, defrag: switch hook PFs to nfproto by Alban Crequy · 12 years ago
  89. 8264deb netfilter: nf_conntrack: add namespace support for cttimeout by Gao feng · 12 years ago
  90. e76d0af netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]proto by Pablo Neira Ayuso · 12 years ago
  91. 3ea04dd netfilter: nf_ct_ipv4: add namespace support by Gao feng · 12 years ago
  92. 4b626b9 netfilter: nf_ct_icmp: add namespace support by Gao feng · 12 years ago
  93. 524a53e netfilter: nf_conntrack: prepare namespace support for l3 protocol trackers by Gao feng · 12 years ago
  94. 2c352f4 netfilter: nf_conntrack: prepare namespace support for l4 protocol trackers by Gao feng · 12 years ago
  95. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  96. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  97. d16cf20 netfilter: remove ip_queue support by Pablo Neira Ayuso · 12 years ago
  98. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  99. f99e8f7 net: Convert nf_conntrack_proto to use register_net_sysctl by Eric W. Biederman · 12 years ago
  100. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago