1. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  2. 75e8d06 netfilter: nf_tables: validate hooks in NAT expressions by Pablo Neira Ayuso · 9 years ago
  3. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 9 years ago
  4. 1b63d4b netfilter: nf_tables_bridge: set the pktinfo for IPv4/IPv6 traffic by Alvaro Neira · 10 years ago
  5. 68b0faa netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functions by Alvaro Neira · 10 years ago
  6. c1207c0 netfilter: nft_reject_bridge: Fix powerpc build error by Guenter Roeck · 10 years ago
  7. 127917c netfilter: nft_reject_bridge: restrict reject to prerouting and input by Pablo Neira Ayuso · 10 years ago
  8. 523b929 netfilter: nft_reject_bridge: don't use IP stack to reject traffic by Pablo Neira Ayuso · 10 years ago
  9. 4d87716 netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routing by Pablo Neira Ayuso · 10 years ago
  10. 36d2af5 netfilter: nf_tables: allow to filter from prerouting and postrouting by Pablo Neira Ayuso · 10 years ago
  11. 51b0a5d netfilter: nft_reject: introduce icmp code abstraction for inet and bridge by Pablo Neira Ayuso · 10 years ago
  12. c55fbbb netfilter: ebtables: create audit records for replaces by Nicolas Dichtel · 10 years ago
  13. 7926dbf netfilter: don't use mutex_lock_interruptible() by Pablo Neira Ayuso · 10 years ago
  14. d4da843 netfilter: kill remnants of ulog targets by Paul Bolle · 10 years ago
  15. 85f5b30 netfilter: bridge: add reject support by Pablo Neira Ayuso · 10 years ago
  16. 960649d netfilter: bridge: add generic packet logger by Pablo Neira Ayuso · 10 years ago
  17. 5962815 netfilter: nf_log: use an array of loggers instead of list by Pablo Neira Ayuso · 10 years ago
  18. 7200135 netfilter: kill ulog targets by Pablo Neira Ayuso · 10 years ago
  19. 1708803 netfilter: bridge: fix Kconfig unmet dependencies by Pablo Neira · 10 years ago
  20. 8af750d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 10 years ago
  21. f5efc69 netfilter: nf_tables: Add meta expression key for bridge interface name by Tomasz Bursztyka · 10 years ago
  22. c58dd2d netfilter: Can't fail and free after table replacement by Thomas Graf · 10 years ago
  23. 0409114 bridge: netfilter: Use ether_addr_copy by Joe Perches · 10 years ago
  24. 3876d22 netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain() by Patrick McHardy · 10 years ago
  25. fa2c1de netfilter: nf_tables: minor nf_chain_type cleanups by Patrick McHardy · 10 years ago
  26. 2a37d75 netfilter: nf_tables: constify chain type definitions and pointers by Patrick McHardy · 10 years ago
  27. 88ce65a netfilter: nf_tables: add missing module references to chain types by Patrick McHardy · 10 years ago
  28. 115a60b netfilter: nf_tables: add support for multi family tables by Patrick McHardy · 10 years ago
  29. 3b088c4 netfilter: nf_tables: make chain types override the default AF functions by Patrick McHardy · 10 years ago
  30. 97ad8b5 bridge: change the position of '{' to the pre line by tanxiaojun · 11 years ago
  31. 31a5b83 bridge: add space before '(/{', after ',', etc. by tanxiaojun · 11 years ago
  32. a97bfc1 bridge: remove unnecessary parentheses by tanxiaojun · 11 years ago
  33. e664eab netfilter: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  34. acab78b netfilter: ebt_ip6: fix source and destination matching by Luís Fernando Cornachioni Estrozi · 11 years ago
  35. f8785c5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  36. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  37. 4641382 netfilter: bridge: nf_tables: add filter chain type by Pablo Neira Ayuso · 11 years ago
  38. 6e078bc netfilter: bridge: fix nf_tables bridge dependencies with main core by Pablo Neira Ayuso · 11 years ago
  39. 99633ab netfilter: nf_tables: complete net namespace support by Pablo Neira Ayuso · 11 years ago
  40. 9651851 netfilter: add nftables by Patrick McHardy · 11 years ago
  41. 795aa6e netfilter: pass hook ops to hookfn by Patrick McHardy · 11 years ago
  42. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  43. ca0a106 netfilter: ebt_ulog: fix info leaks by Mathias Krause · 11 years ago
  44. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  45. 143554a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  46. de94c45 netfilter: {ipt,ebt}_ULOG: rise warning on deprecation by Pablo Neira Ayuso · 11 years ago
  47. 8bc14d2 bridge: netfilter: using strlcpy() instead of strncpy() by Chen Gang · 11 years ago
  48. 8cdb46d netfilter: log: netns NULL ptr bug when calling from conntrack by Hans Schillstrom · 11 years ago
  49. d166582 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  50. 5b175b7 netfilter: ebt_ulog: add net namespace support for ebt_ulog by Gao feng · 11 years ago
  51. 7d27892 netfilter: ebt_log: add net namespace support for ebt_log by Gao feng · 11 years ago
  52. 30e0c6a netfilter: nf_log: prepare net namespace support for loggers by Gao feng · 11 years ago
  53. 573ce26 net-next: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 11 years ago
  54. e5c5d22 net: add ETH_P_802_3_MIN by Simon Horman · 11 years ago
  55. fa900b9 netfilter: ebt_ulog: remove unnecessary spin lock protection by Gao feng · 11 years ago
  56. 5eb358d bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERR by Silviu-Mihai Popescu · 11 years ago
  57. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 11 years ago
  58. bb12b8b netns: ebtable: allow unprivileged users to operate ebtables by Gao feng · 11 years ago
  59. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  60. 16af511 netfilter: log: Fix log-level processing by Joe Perches · 12 years ago
  61. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  62. 19e303d netfilter: PTR_RET can be used by Wu Fengguang · 12 years ago
  63. f7eadaf netfilter: use kfree_skb() not kfree() by Dan Carpenter · 12 years ago
  64. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  65. 62566ca netfilter: ebt_ulog: Move away from NLMSG_PUT(). by David S. Miller · 12 years ago
  66. 171fe5ef bridge: netfilter: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  67. a157b9d netfilter: bridge: fix wrong pointer dereference by Pablo Neira Ayuso · 12 years ago
  68. 848edc6 netfilter: ebtables: fix wrong name length while copying to user-space by Santosh Nayak · 12 years ago
  69. e899b11 netfilter: bridge: fix module autoload in compat case by Florian Westphal · 12 years ago
  70. e6373c4 net:bridge: use IS_ENABLED by Igor Maravić · 13 years ago
  71. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 13 years ago
  72. 0a9ee81 netfilter: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  73. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  74. 7858241 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 13 years ago
  75. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  76. 5189054 net/bridge/netfilter/ebtables.c: use available error handling code by Julia Lawall · 13 years ago
  77. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  78. 9823d9f netfilter: ebtables: fix ebtables build dependency by Bart De Schuymer · 13 years ago
  79. f0da7ee net, netfilter: Remove redundant goto in ebt_ulog_packet by Jesper Juhl · 13 years ago
  80. 97242c8 netfilter: Fix several warnings in compat_mtw_from_user(). by David Miller · 13 years ago
  81. 103a977 netfilter: ebtables: only call xt_compat_add_offset once per rule by Florian Westphal · 13 years ago
  82. 5a6351e netfilter: fix ebtables compat support by Eric Dumazet · 13 years ago
  83. d846f71 bridge: netfilter: fix information leak by Vasiliy Kulikov · 13 years ago
  84. 6faee60 netfilter: ebt_ip6: allow matching on ipv6-icmp types/codes by Florian Westphal · 14 years ago
  85. 255d0dc netfilter: x_table: speedup compat operations by Eric Dumazet · 14 years ago
  86. 1a9180a net/bridge: fix trivial sparse errors by Tomas Winkler · 13 years ago
  87. b5ed54e bridge: fix RCU races with bridge port by stephen hemminger · 14 years ago
  88. a386f99 bridge: add proper RCU annotation to should_route_hook by Eric Dumazet · 14 years ago
  89. b738127 vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. by Jesse Gross · 14 years ago
  90. 1393791 ebtables: Allow filtering of hardware accelerated vlan frames. by Jesse Gross · 14 years ago
  91. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  92. b4ba261 netfilter: xtables: change hotdrop pointer to direct modification by Jan Engelhardt · 15 years ago
  93. 62fc805 netfilter: xtables: deconstify struct xt_action_param for matches by Jan Engelhardt · 15 years ago
  94. 4b560b4 netfilter: xtables: substitute temporary defines by final name by Jan Engelhardt · 15 years ago
  95. de74c16 netfilter: xtables: combine struct xt_match_param and xt_target_param by Jan Engelhardt · 15 years ago
  96. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  97. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  98. d6b00a5 netfilter: xtables: change targets to return error code by Jan Engelhardt · 14 years ago
  99. bd414ee netfilter: xtables: change matches to return error code by Jan Engelhardt · 14 years ago
  100. 135367b netfilter: xtables: change xt_target.checkentry return type by Jan Engelhardt · 14 years ago