1. f229f6c netfilter: add my copyright statements by Patrick McHardy · 11 years ago
  2. b20ab9cc netfilter: nf_ct_helper: better logging for dropped packets by Pablo Neira Ayuso · 11 years ago
  3. 7be54ca netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entries by Pablo Neira Ayuso · 12 years ago
  4. d33cbee netfilter: nf_nat: support IPv6 in FTP NAT helper by Patrick McHardy · 12 years ago
  5. 051966c netfilter: nf_nat: add protoff argument to packet mangling functions by Patrick McHardy · 12 years ago
  6. 811927c netfilter: nf_conntrack: restrict NAT helper invocation to IPv4 by Patrick McHardy · 12 years ago
  7. 1afc567 netfilter: nf_ct_helper: implement variable length helper private data by Pablo Neira Ayuso · 12 years ago
  8. 3a8fc53 netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy names by Pablo Neira Ayuso · 12 years ago
  9. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  10. fb04883 netfilter: add more values to enum ip_conntrack_info by Eric Dumazet · 13 years ago
  11. 654d0fb netfilter: cleanup printk messages by Stephen Hemminger · 14 years ago
  12. 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
  13. aaff23a netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq() by Patrick McHardy · 14 years ago
  14. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  15. 17e6e4e netfilter: conntrack: simplify event caching system by Pablo Neira Ayuso · 15 years ago
  16. d6e8cc6 netfilter: fix warning in net/netfilter/nf_conntrack_ftp.c by Ingo Molnar · 16 years ago
  17. 4813ead netfilter: nf_conntrack_ftp: change "partial ..." message to pr_debug() by Patrick McHardy · 16 years ago
  18. 4dc06f9 netfilter: nf_conntrack: connection tracking helper name persistent aliases by Pablo Neira Ayuso · 16 years ago
  19. 14d5e83 net: replace NIPQUAD() in net/netfilter/ by Harvey Harrison · 16 years ago
  20. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  21. 38ff4fa netfilter: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  22. a71996f netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() not skb by Alexey Dobriyan · 16 years ago
  23. 5e8fbe2 [NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessors by Patrick McHardy · 16 years ago
  24. 58c0fb0 [NETFILTER]: annotate rest of nf_conntrack_* with const by Jan Engelhardt · 16 years ago
  25. 6002f266 [NETFILTER]: nf_conntrack: introduce expectation classes and policies by Patrick McHardy · 16 years ago
  26. 643a2c1 [NETFILTER]: Introduce nf_inet_address by Jan Engelhardt · 17 years ago
  27. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  28. 0d53778 [NETFILTER]: Convert DEBUGP to pr_debug by Patrick McHardy · 17 years ago
  29. ec59a11 [NETFILTER]: nf_conntrack: mark helpers __read_mostly by Patrick McHardy · 17 years ago
  30. d4156e8 [NETFILTER]: nf_conntrack: reduce masks to a subset of tuples by Patrick McHardy · 17 years ago
  31. df43b4e [NETFILTER]: nf_conntrack_ftp: use nf_ct_expect_init by Patrick McHardy · 17 years ago
  32. 6823645 [NETFILTER]: nf_conntrack_expect: function naming unification by Patrick McHardy · 17 years ago
  33. 25b86e0 [NETFILTER]: nf_conntrack_ftp: fix newline sequence number calculation by Patrick McHardy · 17 years ago
  34. 5fe26f5 [NETFILTER]: nf_conntrack_ftp: fix newline sequence number update by Patrick McHardy · 17 years ago
  35. 1b53d90 [NETFILTER]: Remove changelogs and CVS IDs by Patrick McHardy · 17 years ago
  36. 601e68e [NETFILTER]: Fix whitespace errors by YOSHIFUJI Hideaki · 17 years ago
  37. 55a7332 [NETFILTER]: nf_nat: add FTP NAT helper port by Jozsef Kadlecsik · 18 years ago
  38. d2483dd [NETFILTER]: nf_conntrack: add module aliases to IPv4 conntrack names by Patrick McHardy · 18 years ago
  39. 9457d85 [NETFILTER]: nf_conntrack: automatic helper assignment for expectations by Patrick McHardy · 18 years ago
  40. bff9a89 [NETFILTER]: nf_conntrack: endian annotations by Patrick McHardy · 18 years ago
  41. 337fbc4 [NETFILTER]: ip_conntrack: fix NAT helper unload races by Patrick McHardy · 18 years ago
  42. d734685 [NETFILTER]: nf_conntrack_ftp: fix missing helper mask initilization by Patrick McHardy · 18 years ago
  43. f618012 [NETFILTER]: nf_conntrack: split out the event cache by Martin Josefsson · 18 years ago
  44. 77ab9cf [NETFILTER]: nf_conntrack: split out expectation handling by Martin Josefsson · 18 years ago
  45. 6a28ec8 [NETFILTER]: Fix nf_conntrack_ftp.c build. by David S. Miller · 18 years ago
  46. 1884f78 [NETFILTER] NF_CONNTRACK_FTP: Use in6_pton() to convert address string. by YOSHIFUJI Hideaki · 18 years ago
  47. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  48. 7d8c501 [NETFILTER]: FTP helper: search optimization by Patrick McHardy · 18 years ago
  49. 65b4b4e [NETFILTER]: Rename init functions. by Andrew Morton · 18 years ago
  50. dc808fe [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn' by Harald Welte · 18 years ago
  51. df4e957 [NETFILTER]: nf_conntrack: fix incorrect memset() size in FTP helper by Samir Bellabes · 18 years ago
  52. 46b86a2 [NET]: Use NIP6_FMT in kernel.h by Joe Perches · 18 years ago
  53. e7be699 [NETFILTER]: Fix module_param types and permissions by Patrick McHardy · 19 years ago
  54. 9fb9cbb [NETFILTER]: Add nf_conntrack subsystem. by Yasuyuki Kozakai · 19 years ago