1. 6a66271 ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iif by Cong Wang · 10 years ago
  2. c58dd2d netfilter: Can't fail and free after table replacement by Thomas Graf · 10 years ago
  3. 2b7a79b netfilter: nf_nat_snmp_basic: fix duplicates in if/else branches by FX Le Bail · 10 years ago
  4. 05513e9 netfilter: nf_tables: add reject module for NFPROTO_INET by Patrick McHardy · 10 years ago
  5. cc4723c netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc parts by Patrick McHardy · 10 years ago
  6. 829d931 netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report() by Alexey Dobriyan · 10 years ago
  7. cf4dfa8 netfilter: nf_tables: fix error path in the init functions by Pablo Neira Ayuso · 10 years ago
  8. 3876d22 netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain() by Patrick McHardy · 10 years ago
  9. fa2c1de netfilter: nf_tables: minor nf_chain_type cleanups by Patrick McHardy · 10 years ago
  10. 2a37d75 netfilter: nf_tables: constify chain type definitions and pointers by Patrick McHardy · 10 years ago
  11. 88ce65a netfilter: nf_tables: add missing module references to chain types by Patrick McHardy · 10 years ago
  12. 1d49144 netfilter: nf_tables: add "inet" table for IPv4/IPv6 by Patrick McHardy · 11 years ago
  13. 115a60b netfilter: nf_tables: add support for multi family tables by Patrick McHardy · 11 years ago
  14. 3b088c4 netfilter: nf_tables: make chain types override the default AF functions by Patrick McHardy · 11 years ago
  15. 9aa28f2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 10 years ago
  16. 855404e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  17. dcd93ed netfilter: nf_conntrack: remove dead code by stephen hemminger · 11 years ago
  18. d497c63 netfilter: add help information to new nf_tables Kconfig options by Pablo Neira Ayuso · 11 years ago
  19. bee11dc netfilter: nft_reject: support for IPv6 and TCP reset by Eric Leblond · 11 years ago
  20. cc70d06 netfilter: REJECT: separate reusable code by Eric Leblond · 11 years ago
  21. 0c9a67d ipv4: fix checkpatch error "space prohibited" by Weilong Chen · 11 years ago
  22. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  23. a3adadf netfilter: nft_reject: fix endianness in dump function by Eric Leblond · 11 years ago
  24. f01b392 netfilter: SYNPROXY target: restrict to INPUT/FORWARD by Patrick McHardy · 11 years ago
  25. a99421d ipv4/ipv6: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  26. a6441b7 netfilter: synproxy: send mss option to backend by Martin Topholm · 11 years ago
  27. f8785c5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  28. 72c39a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  29. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  30. ca0e8bd netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.c by Wei Yongjun · 11 years ago
  31. b416c14 netfilter: x_tables: fix ordering of jumpstack allocation and table update by Will Deacon · 11 years ago
  32. d86946d netfilter: ipt_CLUSTERIP: use proper net namespace to operate CLUSTERIP by Gao feng · 11 years ago
  33. f58d786 netfilter: ipt_CLUSTERIP: create proc entry under proper ipt_CLUSTERIP directory by Gao feng · 11 years ago
  34. b5ef0f8 netfilter: ipt_CLUSTERIP: add parameter net in clusterip_config_find_get by Gao feng · 11 years ago
  35. f1e8077 netfilter: ipt_CLUSTERIP: make clusterip_lock per net namespace by Gao feng · 11 years ago
  36. 26a89e4 netfilter: ipt_CLUSTERIP: make clusterip_list per net namespace by Gao feng · 11 years ago
  37. ce4ff76 netfilter: ipt_CLUSTERIP: make proc directory per net namespace by Gao feng · 11 years ago
  38. ed683f1 netfilter: nf_tables: add ARP filtering support by Pablo Neira Ayuso · 11 years ago
  39. 99633ab netfilter: nf_tables: complete net namespace support by Pablo Neira Ayuso · 11 years ago
  40. eb31628 netfilter: nf_tables: Add support for IPv6 NAT by Tomasz Bursztyka · 11 years ago
  41. 0ca743a netfilter: nf_tables: add compatibility layer for x_tables by Pablo Neira Ayuso · 11 years ago
  42. 9370761 netfilter: nf_tables: convert built-in tables/chains to chain types by Pablo Neira Ayuso · 11 years ago
  43. ef1f7df netfilter: nf_tables: expression ops overloading by Patrick McHardy · 11 years ago
  44. 9651851 netfilter: add nftables by Patrick McHardy · 11 years ago
  45. 795aa6e netfilter: pass hook ops to hookfn by Patrick McHardy · 11 years ago
  46. 278f2b3 netfilter: ipt_ULOG: fix info leaks by Mathias Krause · 11 years ago
  47. f4a87e7 netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packets by Patrick McHardy · 11 years ago
  48. cc998ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  49. 7cc9eb6 netfilter: SYNPROXY: let unrelated packets continue by Jesper Dangaard Brouer · 11 years ago
  50. 775ada6 netfilter: more strict TCP flag matching in SYNPROXY by Jesper Dangaard Brouer · 11 years ago
  51. 48b1de4 netfilter: add SYNPROXY core/target by Patrick McHardy · 11 years ago
  52. 41d73ec netfilter: nf_conntrack: make sequence number adjustments usuable without NAT by Patrick McHardy · 11 years ago
  53. affe759 netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridged by Phil Oester · 11 years ago
  54. c655bc6 netfilter: nf_conntrack: don't send destroy events from iterator by Florian Westphal · 11 years ago
  55. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  56. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  57. c8fc51c netfilter: ipt_ULOG: fix incorrect setting of ulog timer by Gao feng · 11 years ago
  58. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  59. 143554a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  60. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  61. 75538c2 net: always pass struct netdev_notifier_info to netdevice notifiers by Cong Wang · 11 years ago
  62. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  63. 4f36ea6 netfilter: ipt_ULOG: fix non-null terminated string in the nf_log path by Chen Gang · 11 years ago
  64. de94c45 netfilter: {ipt,ebt}_ULOG: rise warning on deprecation by Pablo Neira Ayuso · 11 years ago
  65. 8cdb46d netfilter: log: netns NULL ptr bug when calling from conntrack by Hans Schillstrom · 11 years ago
  66. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  67. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  68. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  69. d37d696 netfilter: xt_rpfilter: depend on raw or mangle table by Florian Westphal · 11 years ago
  70. f83a7ea netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too by Florian Westphal · 11 years ago
  71. f229f6c netfilter: add my copyright statements by Patrick McHardy · 11 years ago
  72. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  73. aaa795a netfilter: nat: propagate errors from xfrm_me_harder() by Patrick McHardy · 11 years ago
  74. c9e1673 netfilter: ipv4: propagate routing errors from ip_route_me_harder() by Patrick McHardy · 11 years ago
  75. d166582 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  76. 3554306 netfilter: ipt_ULOG: add net namespace support for ipt_ULOG by Gao feng · 11 years ago
  77. 30e0c6a netfilter: nf_log: prepare net namespace support for loggers by Gao feng · 11 years ago
  78. f016588 netfilter: use IS_ENABLE to replace if defined in TRACE target by Gao feng · 11 years ago
  79. 573ce26 net-next: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 11 years ago
  80. da13482 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  81. 3dd6664 netfilter: remove unused "config IP_NF_QUEUE" by Paul Bolle · 11 years ago
  82. 015ba03 ipv4: netfilter: use PTR_RET instead of IS_ERR + PTR_ERR by Silviu-Mihai Popescu · 11 years ago
  83. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  84. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  85. 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
  86. 2ccba54 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  87. b20ab9cc netfilter: nf_ct_helper: better logging for dropped packets by Pablo Neira Ayuso · 11 years ago
  88. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  89. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  90. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 11 years ago
  91. b640bee Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  92. c296bb4 netfilter: nf_conntrack: refactor l4proto support for netns by Gao feng · 11 years ago
  93. 6330750 netfilter: nf_conntrack: refactor l3proto support for netns by Gao feng · 11 years ago
  94. 0cc8d8d netfilter: Use IS_ERR_OR_NULL(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  95. aec9a0e net/ipv4/netfilter: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  96. c65ef8d netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADE by Andrew Collins · 12 years ago
  97. c6f4089 netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP reset by Mukund Jampala · 12 years ago
  98. 4b5511e net: remove obsolete simple_strto<foo> by Abhijit Pawar · 12 years ago
  99. a0ecb85 netfilter: nf_nat: Handle routing changes in MASQUERADE target by Jozsef Kadlecsik · 12 years ago
  100. 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago