1. 686c9b5 netfilter: x_tables: Use par->net instead of computing from the passed net devices by Eric W. Biederman · 9 years ago
  2. 1afe839 netfilter: ip6t_REJECT: added missing icmpv6 codes by Andreas Herz · 9 years ago
  3. a6cd379 netfilter: ip6t_REJECT: Remove debug messages from reject_tg6() by Subash Abhinov Kasiviswanathan · 9 years ago
  4. e35158e netfilter: ip6t_REJECT: check for IP6T_F_PROTO by Pablo Neira Ayuso · 9 years ago
  5. cc70d06 netfilter: REJECT: separate reusable code by Eric Leblond · 11 years ago
  6. f2020b2 netfilter: ip6t_REJECT: skip checksum verification for outgoing ipv6 packets by Stanislav Fomichev · 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. f229f6c netfilter: add my copyright statements by Patrick McHardy · 11 years ago
  9. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  10. 3e4e4c1 ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  11. c6f4089 netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP reset by Mukund Jampala · 12 years ago
  12. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  13. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 13 years ago
  14. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  15. 4319cc0 netfilter: IPv6: initialize TOS field in REJECT target module by Fernando Luis Vazquez Cao · 13 years ago
  16. 1958b85 net: Put fl6_* macros to struct flowi6 and use them again. by David S. Miller · 13 years ago
  17. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  18. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  19. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  20. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 13 years ago
  21. abbf46a ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls. by David S. Miller · 14 years ago
  22. 499031a netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECT by Eric Dumazet · 14 years ago
  23. 4b560b4 netfilter: xtables: substitute temporary defines by final name by Jan Engelhardt · 15 years ago
  24. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  25. 5b775eb netfilter: xtables: remove old comments about reentrancy by Jan Engelhardt · 14 years ago
  26. 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
  27. d6b00a5 netfilter: xtables: change targets to return error code by Jan Engelhardt · 14 years ago
  28. 135367b netfilter: xtables: change xt_target.checkentry return type by Jan Engelhardt · 14 years ago
  29. ff67e4e netfilter: xt extensions: use pr_<level> (2) by Jan Engelhardt · 14 years ago
  30. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 14 years ago
  31. 3666ed1 netfilter: net/ipv[46]/netfilter: Move && and || to end of previous line by Joe Perches · 15 years ago
  32. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  33. 52479b6 netns xfrm: lookup in netns by Alexey Dobriyan · 16 years ago
  34. af5d6dc netfilter: xtables: move extension arguments into compound structure (5/6) by Jan Engelhardt · 16 years ago
  35. 7eb3558 netfilter: xtables: move extension arguments into compound structure (4/6) by Jan Engelhardt · 16 years ago
  36. e10aad9 netfilter: netns: ip6t_REJECT in netns for real by Alexey Dobriyan · 16 years ago
  37. ee999d8 netfilter: x_tables: use NFPROTO_* in extensions by Jan Engelhardt · 16 years ago
  38. 3cf93c9 [NETFILTER]: annotate xtables targets with const and remove casts by Jan Engelhardt · 16 years ago
  39. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  40. 4591db4 [NETNS][IPV6] route6 - add netns parameter to ip6_route_output by Daniel Lezcano · 16 years ago
  41. 2ae15b6 [NETFILTER]: Update modules' descriptions by Jan Engelhardt · 17 years ago
  42. d3c5ee6 [NETFILTER]: x_tables: consistent and unique symbol names by Jan Engelhardt · 17 years ago
  43. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  44. ef76bc2 [IPV6]: Add ip6_local_out by Herbert Xu · 17 years ago
  45. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  46. 2774c7a [NET]: Make the loopback device per network namespace. by Eric W. Biederman · 17 years ago
  47. de3cb74 [NET]: Dynamically allocate the loopback device, part 1. by Daniel Lezcano · 17 years ago
  48. 0d53778 [NETFILTER]: Convert DEBUGP to pr_debug by Patrick McHardy · 17 years ago
  49. 9f15c53 [NETFILTER]: x_tables: mark matches and targets __read_mostly by Patrick McHardy · 17 years ago
  50. 7c4e36b [NETFILTER]: Remove redundant parentheses/braces by Jan Engelhardt · 17 years ago
  51. a47362a [NETFILTER]: add some consts, remove some casts by Jan Engelhardt · 17 years ago
  52. e1931b7 [NETFILTER]: x_tables: switch xt_target->checkentry to bool by Jan Engelhardt · 17 years ago
  53. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  54. 1ced98e [SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pull by Arnaldo Carvalho de Melo · 17 years ago
  55. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  56. 6709dbb [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functions by Jan Engelhardt · 17 years ago
  57. efa7416 [NETFILTER]: x_tables: remove unused size argument to check/destroy functions by Patrick McHardy · 18 years ago
  58. fe1cb10 [NETFILTER]: x_tables: remove unused argument to target functions by Patrick McHardy · 18 years ago
  59. 4470bbc [NETFILTER]: x_tables: make use of mass registation helpers by Patrick McHardy · 18 years ago
  60. beb8d13 [MLSXFRM]: Add flow labeling by Venkat Yekkirala · 18 years ago
  61. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  62. 65b4b4e [NETFILTER]: Rename init functions. by Andrew Morton · 18 years ago
  63. c498673 [NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functions by Patrick McHardy · 18 years ago
  64. 7f93971 [NETFILTER]: Convert ip6_tables matches/targets to centralized error checking by Patrick McHardy · 18 years ago
  65. 08857fa [NETFILTER]: nf_conntrack: attach conntrack to TCP RST generated by ip6t_REJECT by Yasuyuki Kozakai · 18 years ago
  66. 2e4e6a1 [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables by Harald Welte · 19 years ago
  67. e104411b [XFRM]: Always release dst_entry on error in xfrm_lookup by Patrick McHardy · 19 years ago
  68. 764d8a9 [NETFILTER]: Add IPv6 REJECT target by Patrick McHardy · 19 years ago