1. 343a997 netfilter: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  2. 4d9092b ipv6: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  3. f87fb66 netfilter: nf_ct_icmp: keep the ICMP ct entries longer by Jan Kasprzak · 15 years ago
  4. a5e7882 netfilter: x_tables: added hook number into match extension parameter structure. by Evgeniy Polyakov · 15 years ago
  5. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  6. 17e6e4e netfilter: conntrack: simplify event caching system by Pablo Neira Ayuso · 15 years ago
  7. 8cc848f Merge branch 'master' of git://dev.medozas.de/linux by Patrick McHardy · 15 years ago
  8. dae9de8 IPv6: Print error value when skb allocation fails by Brian Haley · 15 years ago
  9. 56d417b IPv6: Add 'autoconf' and 'disable_ipv6' module parameters by Brian Haley · 15 years ago
  10. a5b1cf2 gro: Avoid unnecessary comparison after skb_gro_header by Herbert Xu · 15 years ago
  11. c649c0e3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  12. 3699067 tcp: Unexport TCPv6 GRO functions by Herbert Xu · 15 years ago
  13. 4f72427 IPv6: set RTPROT_KERNEL to initial route by Jean-Mickael Guerin · 15 years ago
  14. 04af8cf net: Remove unused parameter from fill method in fib_rules_ops. by Rami Rosen · 15 years ago
  15. 6450692 sit: stateless autoconf for isatap by Sascha Hlusiak · 15 years ago
  16. 9af2851 addrconf: refuse isatap eui64 for INADDR_ANY by Sascha Hlusiak · 15 years ago
  17. 4b2796017 sit: ipip6_tunnel_del_prl: return err by Sascha Hlusiak · 15 years ago
  18. 4fddbf5 sit: strictly restrict incoming traffic to tunnel link device by Sascha Hlusiak · 15 years ago
  19. 8db99e5 sit: Fail to create tunnel, if it already exists by Sascha Hlusiak · 15 years ago
  20. 5007392 net: FIX ipv6_forward sysctl restart by Eric W. Biederman · 15 years ago
  21. 3a6d54c net: remove needless (now buggy) & from dev->dev_addr by Jiri Pirko · 15 years ago
  22. 8b3521e ipv4: remove an unused parameter from configure method of fib_rules_ops. by Rami Rosen · 15 years ago
  23. 22f6dac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  24. bb70dfa netfilter: xtables: consolidate comefrom debug cast access by Jan Engelhardt · 15 years ago
  25. 7a6b1c4 netfilter: xtables: remove another level of indent by Jan Engelhardt · 15 years ago
  26. 9452258 netfilter: xtables: remove some goto by Jan Engelhardt · 15 years ago
  27. a1ff4ac netfilter: xtables: reduce indent level by one by Jan Engelhardt · 15 years ago
  28. 98e8640 netfilter: xtables: consolidate open-coded logic by Jan Engelhardt · 15 years ago
  29. 4f2f6f2 netfilter: xtables: fix const inconsistency by Jan Engelhardt · 15 years ago
  30. ccf5bd8 netfilter: xtables: remove redundant casts by Jan Engelhardt · 15 years ago
  31. 4ba351c netfilter: xtables: use NFPROTO_ in standard targets by Jan Engelhardt · 15 years ago
  32. 4b1e27e netfilter: queue: use NFPROTO_ for queue callsites by Jan Engelhardt · 15 years ago
  33. 383ca5b netfilter: xtables: use NFPROTO_ for xt_proto_init callsites by Jan Engelhardt · 15 years ago
  34. 356d6c2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  35. b98b494 netfilter: ip6t_ipv6header: fix match on packets ending with NEXTHDR_NONE by Christoph Paasch · 15 years ago
  36. aba7453 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  37. 942e4a2 netfilter: revised locking for x_tables by Stephen Hemminger · 15 years ago
  38. 36e7b1b gro: Fix COMPLETE checksum handling by Herbert Xu · 15 years ago
  39. edf391f snmp: add missing counters for RFC 4293 by Neil Horman · 15 years ago
  40. a0f82f6 syncookies: remove last_synq_overflow from struct tcp_sock by Florian Westphal · 15 years ago
  41. ce8632b ipv6:remove useless check by Yang Hongyang · 15 years ago
  42. 499923c ipv6: Fix NULL pointer dereference with time-wait sockets by Vlad Yasevich · 15 years ago
  43. fd1cc48 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  44. 3989203 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  45. d1d88e5d xfrm: fix fragmentation on inter family tunnels by Steffen Klassert · 16 years ago
  46. 49a88d1 netfilter: ip6tables regression fix by Eric Dumazet · 16 years ago
  47. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  48. fa9a86d netfilter: use rcu_read_bh() in ipt_do_table() by Eric Dumazet · 16 years ago
  49. 692105b trivial: fix typos/grammar errors in Kconfig texts by Matt LaPlante · 16 years ago
  50. 71f6f6d ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c) by Jesper Nilsson · 16 years ago
  51. 01e6de6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 16 years ago
  52. a400c30 netfilter: nf_conntrack: calculate per-protocol nlattr size by Holger Eitzenberger · 16 years ago
  53. 1f9352a netfilter: {ip,ip6,arp}_tables: fix incorrect loop detection by Patrick McHardy · 16 years ago
  54. b8dfe49 netfilter: factorize ifname_compare() by Eric Dumazet · 16 years ago
  55. b2f5e7c ipv6: Fix conflict resolutions during ipv6 binding by Vlad Yasevich · 16 years ago
  56. 63d9950 ipv6: Make v4-mapped bindings consistent with IPv4 by Vlad Yasevich · 16 years ago
  57. 0f8d3c7 ipv6: Allow ipv4 wildcard binds after ipv6 address binds by Vlad Yasevich · 16 years ago
  58. 783ed5a ipv6: Disallow binding to v4-mapped address on v6-only socket. by Vlad Yasevich · 16 years ago
  59. 8dd1d04 netfilter: trivial Kconfig spelling fixes by Jan Engelhardt · 16 years ago
  60. b5bb143 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 16 years ago
  61. a0bffff net/*: use linux/kernel.h swap() by Ilpo Järvinen · 16 years ago
  62. 2b1c435 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  63. 2bad35b netns: oops in ip[6]_frag_reasm incrementing stats by Jorge Boncompte [DTI2] · 16 years ago
  64. 1b1d8f7 ipv6: fix display of local and remote sit endpoints by Bjørn Mork · 16 years ago
  65. 9bdd8d4 ipv6: Fix incorrect disable_ipv6 behavior by Brian Haley · 16 years ago
  66. 2d6a5e9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  67. 4ada810 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 16 years ago
  68. d1238d5 netfilter: conntrack: check for NEXTHDR_NONE before header sanity checking by Christoph Paasch · 16 years ago
  69. 26c3b67 netfilter: auto-load ip6_queue module when socket opened by Scott James Remnant · 16 years ago
  70. 9d2493f netfilter: remove IPvX specific parts from nf_conntrack_l4proto.h by Christoph Paasch · 16 years ago
  71. ca735b3 netfilter: use a linked list of loggers by Eric Leblond · 16 years ago
  72. ff8cf9a ipv6: Fix BUG when disabled ipv6 module is unloaded by John Dykstra · 16 years ago
  73. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 16 years ago
  74. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  75. fe7ca2e IPv6: add "disable" module parameter support to ipv6.ko by Brian Haley · 16 years ago
  76. 176c39a netns: fix addrconf_ifdown kernel panic by Daniel Lezcano · 16 years ago
  77. b325fdd ipv6: Fix sysctl unregistration deadlock by Stephen Hemminger · 16 years ago
  78. aa4abc9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  79. 3f53a38 ipv6: don't use tw net when accounting for recycled tw by Pavel Emelyanov · 16 years ago
  80. f11c179 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  81. bb80087 sit: used time_before for comparing jiffies by Wei Yongjun · 16 years ago
  82. 800d55f ipv6: Remove some pointless conditionals before kfree_skb() by Wei Yongjun · 16 years ago
  83. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 16 years ago
  84. 66da8c5 ipv6: fix sparse warning: Using plain integer as NULL pointer by Hannes Eder · 16 years ago
  85. 7845447 netfilter: iptables: lock free counters by Stephen Hemminger · 16 years ago
  86. 323dbf9 netfilter: ip6_tables: unfold two loops in ip6_packet_match() by Eric Dumazet · 16 years ago
  87. 4323362 netfilter: xtables: add backward-compat options by Jan Engelhardt · 16 years ago
  88. cfac5ef netfilter: Combine ipt_ttl and ip6t_hl source by Jan Engelhardt · 16 years ago
  89. 563d36e netfilter: Combine ipt_TTL and ip6t_HL source by Jan Engelhardt · 16 years ago
  90. 55df4ac netfilter: log invalid new icmpv6 packet with nf_log_packet() by Eric Leblond · 16 years ago
  91. 9c8222b9 netfilter: x_tables: remove unneeded initializations by Stephen Hemminger · 16 years ago
  92. 4aa3b2e netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrack by Eric Leblond · 16 years ago
  93. 0ecc103 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  94. 20461c1 IPv6: fix to set device name when new IPv6 over IPv6 tunnel device is created. by Noriaki TAKAMIYA · 16 years ago
  95. 3f90071 netfilter: nf_conntrack_ipv6: don't track ICMPv6 negotiation message by Eric Leblond · 16 years ago
  96. a51f42f netfilter: fix tuple inversion for Node information request by Eric Leblond · 16 years ago
  97. 409f0a9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  98. b5f348e ipv6/addrconf: common code located by Ilpo Järvinen · 16 years ago
  99. d73f080 ipv6/ndisc: join error paths by Ilpo Järvinen · 16 years ago
  100. 684de40 ipv6: Disallow rediculious flowlabel option sizes. by David S. Miller · 16 years ago