1. 8dd33cc netfilter: nf_nat: generalize IPv4 masquerading support for nf_tables by Arturo Borrero · 10 years ago
  2. c655bc6 netfilter: nf_conntrack: don't send destroy events from iterator by Florian Westphal · 11 years ago
  3. 75538c2 net: always pass struct netdev_notifier_info to netdevice notifiers by Cong Wang · 11 years ago
  4. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  5. b3f644f netfilter: ip6tables: add MASQUERADE target by Patrick McHardy · 12 years ago
  6. c7232c9 netfilter: add protocol independent NAT core by Patrick McHardy · 12 years ago
  7. f8126f1 ipv4: Adjust semantics of rt->rt_gateway. by David S. Miller · 12 years ago
  8. cbc9f2f netfilter: nf_nat: export NAT definitions to userspace by Patrick McHardy · 13 years ago
  9. fb04883 netfilter: add more values to enum ip_conntrack_info by Eric Dumazet · 13 years ago
  10. 4b560b4 netfilter: xtables: substitute temporary defines by final name by Jan Engelhardt · 15 years ago
  11. d6b00a5 netfilter: xtables: change targets to return error code by Jan Engelhardt · 14 years ago
  12. 135367b netfilter: xtables: change xt_target.checkentry return type by Jan Engelhardt · 14 years ago
  13. ff67e4e netfilter: xt extensions: use pr_<level> (2) by Jan Engelhardt · 14 years ago
  14. 3666ed1 netfilter: net/ipv[46]/netfilter: Move && and || to end of previous line by Joe Perches · 15 years ago
  15. 36432dae Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Patrick McHardy · 15 years ago
  16. 17f2f52 netfilter: ipt_MASQUERADE: remove redundant rwlock by Florian Westphal · 15 years ago
  17. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  18. af5d6dc netfilter: xtables: move extension arguments into compound structure (5/6) by Jan Engelhardt · 16 years ago
  19. 7eb3558 netfilter: xtables: move extension arguments into compound structure (4/6) by Jan Engelhardt · 16 years ago
  20. b8b8063 netfilter: netns nat: fix ipt_MASQUERADE in netns by Alexey Dobriyan · 16 years ago
  21. 400dad3 netfilter: netns nf_conntrack: per-netns conntrack hash by Alexey Dobriyan · 16 years ago
  22. ee999d8 netfilter: x_tables: use NFPROTO_* in extensions by Jan Engelhardt · 16 years ago
  23. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  24. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  25. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  26. 6fc6862 [NETFILTER]: Consolidate masq_inet_event and masq_device_event. by Denis V. Lunev · 16 years ago
  27. 2ae15b6 [NETFILTER]: Update modules' descriptions by Jan Engelhardt · 16 years ago
  28. cc01dcb [NETFILTER]: nf_nat: pass manip type instead of hook to nf_nat_setup_info by Patrick McHardy · 17 years ago
  29. d3c5ee6 [NETFILTER]: x_tables: consistent and unique symbol names by Jan Engelhardt · 17 years ago
  30. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  31. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  32. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  33. 0d53778 [NETFILTER]: Convert DEBUGP to pr_debug by Patrick McHardy · 17 years ago
  34. 9f15c53 [NETFILTER]: x_tables: mark matches and targets __read_mostly by Patrick McHardy · 17 years ago
  35. 170b197 [NETFILTER]: Remove incorrect inline markers by Jan Engelhardt · 17 years ago
  36. a47362a [NETFILTER]: add some consts, remove some casts by Jan Engelhardt · 17 years ago
  37. e1931b7 [NETFILTER]: x_tables: switch xt_target->checkentry to bool by Jan Engelhardt · 17 years ago
  38. 587aa64 [NETFILTER]: Remove IPv4 only connection tracking/NAT by Patrick McHardy · 17 years ago
  39. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  40. 6709dbb [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functions by Jan Engelhardt · 17 years ago
  41. bbdc176 [NETFILTER]: nf_nat: fix MASQUERADE crash on device down by Martin Josefsson · 17 years ago
  42. 5b1158e [NETFILTER]: Add NAT support for nf_conntrack by Jozsef Kadlecsik · 18 years ago
  43. a61ced5 [IPV4]: inet_select_addr() annotations by Al Viro · 18 years ago
  44. efa7416 [NETFILTER]: x_tables: remove unused size argument to check/destroy functions by Patrick McHardy · 18 years ago
  45. fe1cb10 [NETFILTER]: x_tables: remove unused argument to target functions by Patrick McHardy · 18 years ago
  46. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  47. 65b4b4e [NETFILTER]: Rename init functions. by Andrew Morton · 18 years ago
  48. c498673 [NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functions by Patrick McHardy · 18 years ago
  49. 1d5cd90 [NETFILTER]: Convert ip_tables matches/targets to centralized error checking by Patrick McHardy · 18 years ago
  50. 2e4e6a1 [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables by Harald Welte · 18 years ago
  51. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  52. adcb5ad1 [NETFILTER]: Fix DHCP + MASQUERADE problem by Patrick McHardy · 19 years ago
  53. 9baa5c6 [NETFILTER]: Don't exclude local packets from MASQUERADING by Patrick McHardy · 19 years ago
  54. e45b1be [NETFILTER]: Kill lockhelp.h by Patrick McHardy · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago