1. 68e3f5d [CRYPTO] users: Fix up scatterlist conversion errors by Herbert Xu · 17 years ago
  2. ceaa79c4 [NETNS]: Fix get_net_ns_by_pid by Eric W. Biederman · 17 years ago
  3. 2b008b0a [NET]: Marking struct pernet_operations __net_initdata was inappropriate by Eric W. Biederman · 17 years ago
  4. 72998d8 [INET] ESP: Must #include <linux/scatterlist.h> by Adrian Bunk · 17 years ago
  5. 18134be [TCP] IPV6: fix softnet build breakage by Jeff Garzik · 17 years ago
  6. 4be2700 [NetLabel]: correct usage of RCU locking by Paul Moore · 17 years ago
  7. 94d3b1e [TCP]: fix D-SACK cwnd handling by Ryousei Takano · 17 years ago
  8. 8ad7c62b [SCTP] net/sctp/auth.c: make 3 functions static by Adrian Bunk · 17 years ago
  9. b4caea8 [TCP]: Add missing I/O AT code to ipv6 side. by David S. Miller · 17 years ago
  10. d84d64d [SCTP]: #if 0 sctp_update_copy_cksum() by Adrian Bunk · 17 years ago
  11. 39296ed [INET]: Unexport icmpmsg_statistics by Adrian Bunk · 17 years ago
  12. bbbb1a8 [NET]: Unexport sock_enable_timestamp(). by Adrian Bunk · 17 years ago
  13. 0f79efd [TCP]: Make tcp_match_skb_to_sack() static. by Adrian Bunk · 17 years ago
  14. d76081f [IRDA]: Make ircomm_tty static. by Adrian Bunk · 17 years ago
  15. c8d90dc [NET] dev_change_name: ignore changes to same name by Stephen Hemminger · 17 years ago
  16. 8c56a34 Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 by David S. Miller · 17 years ago
  17. a057ae3 [NET_CLS_ACT]: Use skb_act_clone by Jamal Hadi Salim · 17 years ago
  18. c7da57a [TCP]: Fix scatterlist handling in MD5 signature support. by David S. Miller · 17 years ago
  19. 0e0940d [IPSEC]: Fix scatterlist handling in skb_icv_walk(). by David S. Miller · 17 years ago
  20. ed0e7e0 [IPSEC]: Add missing sg_init_table() calls to ESP. by David S. Miller · 17 years ago
  21. 564262c1 [TCP]: Fix inconsistency of terms. by Ryousei Takano · 17 years ago
  22. 4bc3e17 Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  23. ddd6858 [PATCH] mac80211: fix printk warning on 64-bit by Johannes Berg · 17 years ago
  24. 4822570 [PATCH] mac80211: Fix SSID matching in AP selection by Michael Wu · 17 years ago
  25. fee9dee [UDP]: Make use of inet_iif() when doing socket lookups. by Vlad Yasevich · 17 years ago
  26. 8a6911b [IPV4]: Remove no longer used snmp4_icmp_list. by David S. Miller · 17 years ago
  27. 06dbbfe Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  28. 24c667d [CCID2/3]: Initialisation assignments of 0 are redundant by Gerrit Renker · 17 years ago
  29. 76fd1e8 [DCCP]: Unaligned pointer access by Gerrit Renker · 17 years ago
  30. d8ef2c2 [DCCP]: Convert Reset code into socket error number by Gerrit Renker · 17 years ago
  31. 1238d08 [DCCP]: One more exemption from full sequence number checks by Gerrit Renker · 17 years ago
  32. fde2010 [DCCP]: Retrieve packet sequence number for error reporting by Gerrit Renker · 17 years ago
  33. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  34. 5a1cb47 m68k: sg fallout by Geert Uytterhoeven · 17 years ago
  35. 03cf786 [IPV4]: Explicitly call fib_get_table() in fib_frontend.c by Pavel Emelyanov · 17 years ago
  36. f0fe91d [NET]: Use BUILD_BUG_ON in net/core/flowi.c by Pavel Emelyanov · 17 years ago
  37. 342709e [NET]: Remove in-code externs for some functions from net/core/dev.c by Pavel Emelyanov · 17 years ago
  38. a37ae40 [NET]: Don't declare extern variables in net/core/sysctl_net_core.c by Pavel Emelyanov · 17 years ago
  39. c2636b4 [NET]: Treat the sign of the result of skb_headroom() consistently by Chuck Lever · 17 years ago
  40. 0ffdd58 [9P]: Fix missing unlock before return in p9_mux_poll_start by Roel Kluin · 17 years ago
  41. 0034622 [PKT_SCHED]: Fix sch_prio.c build with CONFIG_NETDEVICES_MULTIQUEUE by Pavel Emelyanov · 17 years ago
  42. 6a5f44d [IPV4] ip_gre: sendto/recvfrom NBMA address by Timo Teras · 17 years ago
  43. 16d14ef [SCTP]: Consolidate sctp_ulpq_renege_xxx functions by Pavel Emelyanov · 17 years ago
  44. 5c58298 [NETLINK]: Fix ACK processing after netlink_dump_start by Denis V. Lunev · 17 years ago
  45. 6273172 [DCCP]: Implement SIOCINQ/FIONREAD by Arnaldo Carvalho de Melo · 17 years ago
  46. bada339 [NET]: Validate device addr prior to interface-up by Jeff Garzik · 17 years ago
  47. 01e7ae8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 17 years ago
  48. 1176360 [PATCH] Fix breakage after SG cleanups by Ralf Baechle · 17 years ago
  49. b530cc7 9p: add virtio transport by Eric Van Hensbergen · 17 years ago
  50. ebc3bbc Fix sctp compile by Christian Borntraeger · 17 years ago
  51. b3b724f net: fix xfrm build - missing scatterlist.h include by Heiko Carstens · 17 years ago
  52. f09cc91 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  53. fa05f12 Update net/ to use sg helpers by Jens Axboe · 17 years ago
  54. ea2c47b [IPSEC] IPV6: Fix to add tunnel mode SA correctly. by Masahide NAKAMURA · 17 years ago
  55. 668f895 [NET]: Hide the queue_mapping field inside netif_subqueue_stopped by Pavel Emelyanov · 17 years ago
  56. 4e3ab47 [NET]: Make and use skb_get_queue_mapping by Pavel Emelyanov · 17 years ago
  57. dfa4091 [NET]: Use the skb_set_queue_mapping where appropriate by Pavel Emelyanov · 17 years ago
  58. 7131c6c [INET]: Use MODULE_ALIAS_NET_PF_PROTO_TYPE where possible. by Jean Delvare · 17 years ago
  59. 305e1e9 [INET]: Let inet_diag and friends autoload by Jean Delvare · 17 years ago
  60. bfb85c9 [ATM]: Fix clip module reload crash. by Randy Dunlap · 17 years ago
  61. a524ecc [Bluetooth] Convert RFCOMM to use kthread API by Marcel Holtmann · 17 years ago
  62. b6a0dc8 [Bluetooth] Add support for handling simple eSCO links by Marcel Holtmann · 17 years ago
  63. dae6a0f [Bluetooth] Add address and channel attribute to RFCOMM TTY device by Marcel Holtmann · 17 years ago
  64. 6792b5e [Bluetooth] Fix wrong argument in debug code of HIDP by Dave Young · 17 years ago
  65. 6464f35 [Bluetooth] Fall back to L2CAP in basic mode by Marcel Holtmann · 17 years ago
  66. f0709e0 [Bluetooth] Advertise L2CAP features mask support by Marcel Holtmann · 17 years ago
  67. 4e8402a [Bluetooth] Retrieve L2CAP features mask on connection setup by Marcel Holtmann · 17 years ago
  68. 861d688 [Bluetooth] Remove global conf_mtu variable from L2CAP by Marcel Holtmann · 17 years ago
  69. 876d948 [Bluetooth] Finish L2CAP configuration only with acceptable settings by Marcel Holtmann · 17 years ago
  70. a9de924 [Bluetooth] Switch from OGF+OCF to using only opcodes by Marcel Holtmann · 17 years ago
  71. 01dd2fb typo fixes by Matt LaPlante · 17 years ago
  72. c03983a Spelling fix: explicitly by Jean Delvare · 17 years ago
  73. db955170 more UTF-8 conversions by Marcin Garski · 17 years ago
  74. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  75. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  76. 804b908 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  77. 6651fd5 Use task_pid_nr() in ip_vs_sync.c by Pavel Emelyanov · 17 years ago
  78. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  79. 93043ec define global BIT macro by Jiri Slaby · 17 years ago
  80. 7b19ada get rid of input BIT* duplicate defines by Jiri Slaby · 17 years ago
  81. 1977f03 remove asm/bitops.h includes by Jiri Slaby · 17 years ago
  82. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  83. cf7b708 Make access to task's nsproxy lighter by Pavel Emelyanov · 17 years ago
  84. ce0e32e [NET]: Fix possible dev_deactivate race condition by Herbert Xu · 17 years ago
  85. a25de53 [INET]: Justification for local port range robustness. by Anton Arapov · 17 years ago
  86. be702d5 [PACKET]: Kill unused pg_vec_endpage() function by Patrick McHardy · 17 years ago
  87. 7018065 Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  88. 85ef3e5 [NET]: QoS/Sched as menuconfig by Randy Dunlap · 17 years ago
  89. 9b013e0 [NET]: Fix bug in sk_filter race cures. by Olof Johansson · 17 years ago
  90. a577936 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  91. f429cd3 sysctl: properly register the irda binary sysctl numbers by Eric W. Biederman · 17 years ago
  92. 064b5bb sysctl: remove broken netfilter binary sysctls by Eric W. Biederman · 17 years ago
  93. 49641b5 sysctl: ipv4 remove binary sysctl paths where they are broken by Eric W. Biederman · 17 years ago
  94. baa3a2a sysctl: remove broken sunrpc debug binary sysctls by Eric W. Biederman · 17 years ago
  95. 428b367 sysctl: ipv6 route flushing (kill binary path) by Eric W. Biederman · 17 years ago
  96. d12af67 sysctl: fix neighbour table sysctls. by Eric W. Biederman · 17 years ago
  97. 67a4cce [PATCH] mac80211: make ieee802_11_parse_elems return void by John W. Linville · 17 years ago
  98. 52f095e [IPV6]: Fix again the fl6_sock_lookup() fixed locking by Pavel Emelyanov · 17 years ago
  99. bc34b84 [NETFILTER]: nf_conntrack_tcp: fix connection reopening fix by Jozsef Kadlecsik · 17 years ago
  100. 78c2e50 [IPV6]: Fix race in ipv6_flowlabel_opt() when inserting two labels by Pavel Emelyanov · 17 years ago