1. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  2. 1bf06cd [IPSEC]: Add async resume support on input by Herbert Xu · 17 years ago
  3. 60d5fcf [IPSEC]: Remove nhoff from xfrm_input by Herbert Xu · 17 years ago
  4. d26f398 [IPSEC]: Make x->lastused an unsigned long by Herbert Xu · 17 years ago
  5. 0ebea8e [IPSEC]: Move state lock into x->type->input by Herbert Xu · 17 years ago
  6. 668dc8a [IPSEC]: Move integrity stat collection into xfrm_input by Herbert Xu · 17 years ago
  7. 716062f [IPSEC]: Merge most of the input path by Herbert Xu · 17 years ago
  8. 862b82c [IPSEC]: Merge most of the output path by Herbert Xu · 17 years ago
  9. ef76bc2 [IPV6]: Add ip6_local_out by Herbert Xu · 17 years ago
  10. 227620e [IPSEC]: Separate inner/outer mode processing on input by Herbert Xu · 17 years ago
  11. 36cf9ac [IPSEC]: Separate inner/outer mode processing on output by Herbert Xu · 17 years ago
  12. 29bb43b [INET]: Give outer DSCP directly to ip*_copy_dscp by Herbert Xu · 17 years ago
  13. a2deb6d [IPSEC]: Move x->outer_mode->output out of locked section by Herbert Xu · 17 years ago
  14. e40b328 [IPSEC]: Forbid BEET + ipcomp for now by Herbert Xu · 17 years ago
  15. 25ee328 [IPSEC]: Merge common code into xfrm_bundle_create by Herbert Xu · 17 years ago
  16. 66cdb3c [IPSEC]: Move flow construction into xfrm_dst_lookup by Herbert Xu · 17 years ago
  17. f04e7e8 [IPSEC]: Replace x->type->{local,remote}_addr with flags by Herbert Xu · 17 years ago
  18. fff6938 [IPSEC]: Make sure idev is consistent with dev in xfrm_dst by Herbert Xu · 17 years ago
  19. 45ff5a3 [IPSEC]: Set dst->input to dst_discard by Herbert Xu · 17 years ago
  20. 8ce68ce [IPSEC]: Only set neighbour on top xfrm dst by Herbert Xu · 17 years ago
  21. 352e512 [NET]: Eliminate duplicate copies of dst_discard by Herbert Xu · 17 years ago
  22. b4ce927 [IPV6]: Move nfheader_len into rt6_info by Herbert Xu · 17 years ago
  23. 01488942 [IPV6]: Only set nfheader_len for top xfrm dst by Herbert Xu · 17 years ago
  24. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  25. a92aa31 [IPV6]: Add raw6 drops counter. by Wang Chen · 17 years ago
  26. a0974dd [TCP] splice: add tcp_splice_read() to IPV6 by Jens Axboe · 17 years ago
  27. a9e527e IPoIB: improve IPv4/IPv6 to IB mcast mapping functions by Rolf Manderscheid · 17 years ago
  28. f945fa7 [INET]: Fix truesize setting in ip_append_data by Herbert Xu · 17 years ago
  29. fa95c28 [IPV6]: RFC 2011 compatibility broken by Wang Chen · 17 years ago
  30. c964ff4 [IPV6]: ICMP6_MIB_OUTMSGS increment duplicated by Wang Chen · 17 years ago
  31. 398bcbe [IPV6] ROUTE: Make sending algorithm more friendly with RFC 4861. by YOSHIFUJI Hideaki · 17 years ago
  32. b3652b2 [IPV6]: Mischecked tw match in __inet6_check_established. by Pavel Emelyanov · 17 years ago
  33. 8f41f01 [NETFILTER]: ip6t_eui64: Fixes calculation of Universal/Local bit by Yasuyuki Kozakai · 17 years ago
  34. 1ac4f00 [IPV6]: IPV6_MULTICAST_IF setting is ignored on link-local connect() by Brian Haley · 17 years ago
  35. bea8519 [IPV6]: Spelling fixes by Joe Perches · 17 years ago
  36. cf6fc4a [IPV6]: Fix the return value of ipv6_getsockopt by Wei Yongjun · 17 years ago
  37. 95a02cf [IPv6] ESP: Discard dummy packets introduced in rfc4303 by Thomas Graf · 17 years ago
  38. 1df2e44 [IPV6] XFRM: Fix auditing rt6i_flags; use RTF_xxx flags instead of RTCF_xxx. by YOSHIFUJI Hideaki · 17 years ago
  39. ca46f9c [IPv6] SNMP: Increment OutNoRoutes when connecting to unreachable network by Mitsuru Chinen · 17 years ago
  40. d31c7b8 [IPV6]: Restore IPv6 when MTU is big enough by Evgeniy Polyakov · 17 years ago
  41. 77adefd [IPV6] TCPMD5: Fix deleting key operation. by YOSHIFUJI Hideaki · 17 years ago
  42. aacbe8c [IPV6] TCPMD5: Check return value of tcp_alloc_md5sig_pool(). by YOSHIFUJI Hideaki · 17 years ago
  43. 3b6d821 [IPV6]: Add missing "space" by Joe Perches · 17 years ago
  44. dbb2ed2 [IPV6]: Add ifindex field to ND user option messages. by Pierre Ynard · 17 years ago
  45. 2994c63 [INET]: Small possible memory leak in FIB rules by Denis V. Lunev · 17 years ago
  46. 03f49f3 [NET]: Make helper to get dst entry and "use" it by Pavel Emelyanov · 17 years ago
  47. 230140c [INET]: Remove per bucket rwlock in tcp/dccp ehash table. by Eric Dumazet · 17 years ago
  48. 4999f36 [IPSEC]: Fix crypto_alloc_comp error checking by Herbert Xu · 17 years ago
  49. 33120b3 [IPV6]: Convert /proc/net/ipv6_route to seq_file interface by Alexey Dobriyan · 17 years ago
  50. c5a432f [IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure by Eric Dumazet · 17 years ago
  51. 286ab3d [NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA way. by Eric Dumazet · 17 years ago
  52. 7a0ff71 [IPv6] SNMP: Restore Udp6InErrors incrementation by Mitsuru Chinen · 17 years ago
  53. bf13886 [IPV6]: Consolidate the ip cork destruction in ip6_output.c by Pavel Emelyanov · 17 years ago
  54. 0795c65 [NETFILTER]: Clean up Makefile by Jan Engelhardt · 17 years ago
  55. 7351a22 [NETFILTER]: ip{,6}_queue: convert to seq_file interface by Alexey Dobriyan · 17 years ago
  56. c46f233 [SG] Get rid of __sg_mark_end() by Jens Axboe · 17 years ago
  57. 87ae9af cleanup asm/scatterlist.h includes by Adrian Bunk · 17 years ago
  58. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  59. 51c739d [NET]: Fix incorrect sg_mark_end() calls. by David S. Miller · 17 years ago
  60. 1675c7b [IPV6]: remove duplicate call to proc_net_remove by Daniel Lezcano · 17 years ago
  61. b0a713e [TCP] MD5: Remove some more unnecessary casting. by Matthias M. Dellweg · 17 years ago
  62. ad02ac1 [IPV6] NDISC: Fix setting base_reachable_time_ms variable. by YOSHIFUJI Hideaki · 17 years ago
  63. 68e3f5d [CRYPTO] users: Fix up scatterlist conversion errors by Herbert Xu · 17 years ago
  64. 72998d8 [INET] ESP: Must #include <linux/scatterlist.h> by Adrian Bunk · 17 years ago
  65. 18134be [TCP] IPV6: fix softnet build breakage by Jeff Garzik · 17 years ago
  66. b4caea8 [TCP]: Add missing I/O AT code to ipv6 side. by David S. Miller · 17 years ago
  67. c7da57a [TCP]: Fix scatterlist handling in MD5 signature support. by David S. Miller · 17 years ago
  68. ed0e7e0 [IPSEC]: Add missing sg_init_table() calls to ESP. by David S. Miller · 17 years ago
  69. c2636b4 [NET]: Treat the sign of the result of skb_headroom() consistently by Chuck Lever · 17 years ago
  70. ea2c47b [IPSEC] IPV6: Fix to add tunnel mode SA correctly. by Masahide NAKAMURA · 17 years ago
  71. a25de53 [INET]: Justification for local port range robustness. by Anton Arapov · 17 years ago
  72. a577936 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  73. 064b5bb sysctl: remove broken netfilter binary sysctls by Eric W. Biederman · 17 years ago
  74. 428b367 sysctl: ipv6 route flushing (kill binary path) by Eric W. Biederman · 17 years ago
  75. d12af67 sysctl: fix neighbour table sysctls. by Eric W. Biederman · 17 years ago
  76. 52f095e [IPV6]: Fix again the fl6_sock_lookup() fixed locking by Pavel Emelyanov · 17 years ago
  77. 78c2e50 [IPV6]: Fix race in ipv6_flowlabel_opt() when inserting two labels by Pavel Emelyanov · 17 years ago
  78. bd0bf57 [IPV6]: Lost locking in fl6_sock_lookup by Pavel Emelyanov · 17 years ago
  79. 0402804 [IPV6]: Lost locking when inserting a flowlabel in ipv6_fl_list by Pavel Emelyanov · 17 years ago
  80. 1399637 [IPSEC]: Rename mode to outer_mode and add inner_mode by Herbert Xu · 17 years ago
  81. ca68145 [IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMP by Herbert Xu · 17 years ago
  82. 17c2a42 [IPSEC]: Store afinfo pointer in xfrm_mode by Herbert Xu · 17 years ago
  83. 1bfcb10 [IPSEC]: Add missing BEET checks by Herbert Xu · 17 years ago
  84. 7aa68cb [IPSEC]: Move ip_summed zapping out of xfrm6_rcv_spi by Herbert Xu · 17 years ago
  85. 33b5ecb [IPSEC]: Get nexthdr from caller in xfrm6_rcv_spi by Herbert Xu · 17 years ago
  86. 04663d0 [IPSEC]: Fix pure tunnel modes involving IPv6 by Herbert Xu · 17 years ago
  87. aaf70ec [IPV6]: Cleanup snmp6_alloc_dev() by Pavel Emelyanov · 17 years ago
  88. 16910b9 [IPV6]: Fix return type for snmp6_free_dev() by Pavel Emelyanov · 17 years ago
  89. c954770 [INET]: Consolidate frag queues freeing by Pavel Emelyanov · 17 years ago
  90. 48d6005 [INET]: Remove no longer needed ->equal callback by Pavel Emelyanov · 17 years ago
  91. abd6523 [INET]: Consolidate xxx_find() in fragment management by Pavel Emelyanov · 17 years ago
  92. c6fda28 [INET]: Consolidate xxx_frag_create() by Pavel Emelyanov · 17 years ago
  93. e521db9 [INET]: Consolidate xxx_frag_alloc() by Pavel Emelyanov · 17 years ago
  94. 2588fe1 [INET]: Consolidate xxx_frag_intern by Pavel Emelyanov · 17 years ago
  95. fd9e635 [INET]: Omit double hash calculations in xxx_frag_intern by Pavel Emelyanov · 17 years ago
  96. dc8a82a [IPV6]: Fix memory leak in cleanup_ipv6_mibs() by Pavel Emelyanov · 17 years ago
  97. 4acad72 [IPV6]: Consolidate the ip6_pol_route_(input|output) pair by Pavel Emelyanov · 17 years ago
  98. f1673ca [INET]: kmalloc+memset -> kzalloc in frag_alloc_queue by Denis V. Lunev · 17 years ago
  99. e5bbef2 [IPV6]: Replace sk_buff ** with sk_buff * in input handlers by Herbert Xu · 17 years ago
  100. 762cc40 [INET]: Consolidate the xxx_put by Pavel Emelyanov · 17 years ago