1. 6f6d6a1 rename div64_64 to div64_u64 by Roman Zippel · 16 years ago
  2. ccc7518 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  3. 8099179 ipv6: Compilation fix for compat MCAST_MSFILTER sockopts. by Pavel Emelyanov · 16 years ago
  4. 95dfec6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  5. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  6. 1591311 tcp: Overflow bug in Vegas by Lachlan Andrew · 16 years ago
  7. be9164e [IPv4] UFO: prevent generation of chained skb destined to UFO device by Kostya B · 16 years ago
  8. 45e741b ipv4: annotate a few functions __init in ipconfig.c by Sam Ravnborg · 16 years ago
  9. 9781db7 Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 16 years ago
  10. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  11. 3ae02d6 proc: switch /proc/irda/irnet to seq_file interface by Alexey Dobriyan · 16 years ago
  12. 443a70d netfilter: nf_conntrack: padding breaks conntrack hash on ARM by Philip Craig · 16 years ago
  13. 0010e46 ipv4: Update MTU to all related cache entries in ip_rt_frag_needed() by Timo Teras · 16 years ago
  14. 980c478 sch_sfq: use del_timer_sync() in sfq_destroy() by Jarek Poplawski · 16 years ago
  15. 42908c6 net: Add compat support for getsockopt (MCAST_MSFILTER) by David L Stevens · 16 years ago
  16. be666e0 net: Several cleanups for the setsockopt compat support. by David L Stevens · 16 years ago
  17. 2ad17de ipvs: fix oops in backup for fwmark conn templates by Julian Anastasov · 16 years ago
  18. d69efb1 bridge: kernel panic when unloading bridge module by Bodo Stroesser · 16 years ago
  19. 43af853 bridge: fix error handling in br_add_if() by Volodymyr G Lukiianyk · 16 years ago
  20. 9a732ed netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packets by Arnaud Ebalard · 16 years ago
  21. 0e93bb9 netfilter: x_tables: fix net namespace leak when reading /proc/net/xxx_tables_names by Pavel Emelyanov · 16 years ago
  22. be8d0d7 netfilter: xt_TCPOPTSTRIP: signed tcphoff for ipv6_skip_exthdr() retval by Roel Kluin · 16 years ago
  23. 246eb2a tcp: Limit cwnd growth when deferring for GSO by John Heffner · 16 years ago
  24. ce447eb tcp: Allow send-limited cwnd to grow up to max_burst when gso disabled by John Heffner · 16 years ago
  25. 77a50df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  26. 2532386 Audit: collect sessionid in netlink messages by Eric Paris · 16 years ago
  27. bd8fd21 wireless: Fix compile error with wifi & leds by Luca Tettamanti · 16 years ago
  28. 9ae27e0 tcp: Fix slab corruption with ipv6 and tcp6fuzz by Evgeniy Polyakov · 16 years ago
  29. dae5029 ipv4/ipv6 compat: Fix SSM applications on 64bit kernels. by David L Stevens · 16 years ago
  30. 01a2202 [IPSEC]: Use digest_null directly for auth by Herbert Xu · 16 years ago
  31. 0b80ae4 sunrpc: fix missing kernel-doc by Randy Dunlap · 16 years ago
  32. 3f91bd4 can: Fix copy_from_user() results interpretation by Sam Ravnborg · 16 years ago
  33. 5c5d6da Revert "ipv6: Fix typo in net/ipv6/Kconfig" by David S. Miller · 16 years ago
  34. becf3da tipc: endianness annotations by Al Viro · 16 years ago
  35. ec6b486 ipv6: result of csum_fold() is already 16bit, no need to cast by Al Viro · 16 years ago
  36. 5e2c433 [XFRM] AUDIT: Fix flowlabel text format ambibuity. by YOSHIFUJI Hideaki · 16 years ago
  37. f375d55 asm/unaligned.h doesn't work well as the very first include by Al Viro · 16 years ago
  38. 2e561c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  39. 653252c net: Fix wrong interpretation of some copy_to_user() results. by Pavel Emelyanov · 16 years ago
  40. 5b3f129 ipv6: Fix typo in net/ipv6/Kconfig by Michael Beasley · 16 years ago
  41. 1a98d05 ipv6 RAW: Disallow IPPROTO_IPV6-level IPV6_CHECKSUM socket option on ICMPv6 sockets. by YOSHIFUJI Hideaki · 16 years ago
  42. 8d390ef tcp: tcp_probe buffer overflow and incorrect return value by Tom Quetchenbach · 16 years ago
  43. c5835df ethtool: EEPROM dump no longer works for tg3 and natsemi by Mandeep Singh Baines · 16 years ago
  44. 2db3e47 af_key: Fix af_key.c compiler warning by Brian Haley · 16 years ago
  45. 02f3705 RxRPC: Fix a regression in the RXKAD security module by David Howells · 16 years ago
  46. 563307b Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  47. 10c993a Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  48. 233607d Merge branch 'devel' by Trond Myklebust · 16 years ago
  49. b48633b SUNRPC: Invalidate the RPCSEC_GSS session if the server dropped the request by Trond Myklebust · 16 years ago
  50. d02aacf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  51. 5e659e4 [NET]: Fix heavy stack usage in seq_file output routines. by Pavel Emelyanov · 16 years ago
  52. 3d36696 [AF_UNIX] Initialise UNIX sockets before general device initcalls by David Woodhouse · 16 years ago
  53. c9c1014 [RTNETLINK]: Fix bogus ASSERT_RTNL warning by Patrick McHardy · 16 years ago
  54. 0da926f mac80211: fix use before check of Qdisc length by Ron Rindjunsky · 16 years ago
  55. 13d8fd2 net/mac80211/rx.c: fix off-by-one by Adrian Bunk · 16 years ago
  56. 1ebebea mac80211: Fix race between ieee80211_rx_bss_put and lookup routines. by Pavel Emelyanov · 16 years ago
  57. a46f025 mac80211: Fix n-band association problem by Abhijeet Kolekar · 16 years ago
  58. 0dc220f SUNRPC: Use unsigned loop and array index in svc_init_buffer() by Chuck Lever · 16 years ago
  59. 50c8bb1 SUNRPC: Use unsigned index when looping over arrays by Chuck Lever · 16 years ago
  60. c0401ea SUNRPC: Update RPC server's TCP record marker decoder by Chuck Lever · 16 years ago
  61. b7872fe SUNRPC: RPC server still uses 2.4 method for disabling TCP Nagle by Chuck Lever · 16 years ago
  62. 8774282 SUNRPC: remove svc_create_thread() by Jeff Layton · 16 years ago
  63. 4ab4b0b sunrpc: make token header values less confusing by Kevin Coffman · 16 years ago
  64. 5743d65 gss_krb5: consistently use unsigned for seqnum by Kevin Coffman · 16 years ago
  65. c3bb257 net/sunrpc/svc.c: suppress unintialized var warning by Andrew Morton · 16 years ago
  66. 30aef31 Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependent by Kevin Coffman · 17 years ago
  67. 3d4a688 Correct grammer/typos in dprintks by Kevin Coffman · 17 years ago
  68. 830bb59 SVCRDMA: Add check for XPT_CLOSE in svc_rdma_send by Tom Tucker · 16 years ago
  69. dd35210 sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGS by Harshula Jayasuriya · 17 years ago
  70. 7b54fe6 SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page fails by Jeff Layton · 17 years ago
  71. 67eb6ff svcrpc: move unused field from cache_deferred_req by J. Bruce Fields · 17 years ago
  72. f15364b IPv6 support for NFS server export caches by Aurélien Charbon · 17 years ago
  73. 7086721 SUNRPC: have svc_recv() check kthread_should_stop() by Jeff Layton · 17 years ago
  74. 23d42ee SUNRPC: export svc_sock_update_bufs by Jeff Layton · 17 years ago
  75. b0d19a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  76. cd58f2a net: Unexport move_addr_to_{kernel,user} by Adrian Bunk · 16 years ago
  77. c5d18e9 [IPSEC]: Fix catch-22 with algorithm IDs above 31 by Herbert Xu · 16 years ago
  78. 8a32272 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  79. e9b6269 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial by Linus Torvalds · 16 years ago
  80. 529a41e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  81. 429f731 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  82. ec96535 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel by Linus Torvalds · 16 years ago
  83. 5309fbc Remove documentation of non-existent sk_alloc arg by Rusty Russell · 16 years ago
  84. ec98c6b [SPARC]: Remove SunOS and Solaris binary support. by David S. Miller · 16 years ago
  85. d7ee147 tcp: Make use of before macro in tcp_input.c by Arnd Hannemann · 16 years ago
  86. 92998dd [NETNS]: Remove empty ->init callback. by Pavel Emelyanov · 16 years ago
  87. cdd04d9 [DCCP]: Convert do_gettimeofday() to getnstimeofday(). by YOSHIFUJI Hideaki · 16 years ago
  88. 633d424 [NETNS]: Don't initialize err variable twice. by Pavel Emelyanov · 16 years ago
  89. 2aed282 [NETNS]: The ip6_fib_timer can work with garbage on net namespace stop. by Pavel Emelyanov · 16 years ago
  90. f25c3d6 [IPV4]: Convert do_gettimeofday() to getnstimeofday(). by YOSHIFUJI Hideaki · 16 years ago
  91. 263173a [IPV4]: Make icmp_sk_init() static. by Adrian Bunk · 16 years ago
  92. 280a34c [IPV6]: Make struct ip6_prohibit_entry_template static. by Adrian Bunk · 16 years ago
  93. 1f29b05 tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.c by Satoru SATOH · 16 years ago
  94. 9d29672 [NET]: Expose netdevice dev_id through sysfs by David Woodhouse · 16 years ago
  95. 047f761 [ROSE]: Fix soft lockup wrt. rose_node_list_lock by Bernard Pidoux · 16 years ago
  96. 43837b1 rose: Socket lock was not released before returning to user space by Bernard Pidoux · 16 years ago
  97. e1f9a46 netfilter: Fix SIP conntrack build with NAT disabled. by Patrick McHardy · 16 years ago
  98. 4e9d8a7 netfilter: Fix SCTP nat build. by Patrick McHardy · 16 years ago
  99. cd019f7 SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in use by Trond Myklebust · 16 years ago
  100. 7b6962b SUNRPC: Fix a race in gss_refresh_upcall() by Trond Myklebust · 16 years ago