1. 5a4c8d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  2. eb1cf0f Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  3. 8f1546c wext: add back wireless/ dir in sysfs for cfg80211 interfaces by Johannes Berg · 15 years ago
  4. 8503bd8 wext: Add bound checks for copy_from_user by Arjan van de Ven · 15 years ago
  5. 0ff7161 mac80211: improve/fix mlme messages by Johannes Berg · 15 years ago
  6. 8bb8948 cfg80211: always get BSS by Johannes Berg · 15 years ago
  7. 4be3bd8 cfg80211: don't set privacy w/o key by Johannes Berg · 15 years ago
  8. 33de4f9 cfg80211: wext: don't display BSSID unless associated by Johannes Berg · 15 years ago
  9. 4737905 net: Add explicit bound checks in net/socket.c by Arjan van de Ven · 15 years ago
  10. 30df94f bridge: Fix double-free in br_add_if. by Jeff Hansen · 15 years ago
  11. 2f72291 ax25: Add missing dev_put in ax25_setsockopt by Ralf Baechle · 15 years ago
  12. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  13. d1f8297 Revert "sit: stateless autoconf for isatap" by Sascha Hlusiak · 15 years ago
  14. 7eaf507 net: fix double skb free in dcbnl by John Fastabend · 15 years ago
  15. 5dba93a net: fix nlmsg len size for skb when error bit is set. by John Fastabend · 15 years ago
  16. fc482cc net: fix vlan_get_size to include vlan_flags size by John Fastabend · 15 years ago
  17. c0181d4 ax25: Fix ax25_cb refcounting in ax25_ctl_ioctl by Jarek Poplawski · 15 years ago
  18. b827357 genetlink: fix netns vs. netlink table locking (2) by Johannes Berg · 15 years ago
  19. a43912a tunnel: eliminate recursion field by Eric Dumazet · 15 years ago
  20. 0c01695 net: fix htmldocs sunrpc, clnt.c by Jaswinder Singh Rajput · 15 years ago
  21. 18a1166 Phonet: error on broadcast sending (unimplemented) by Rémi Denis-Courmont · 15 years ago
  22. 582b0b6 Phonet: fix race for port number in concurrent bind() by Rémi Denis-Courmont · 15 years ago
  23. ef87979 pktgen: better scheduler friendliness by Stephen Hemminger · 15 years ago
  24. 6b80d6a pktgen: T_TERMINATE flag is unused by Stephen Hemminger · 15 years ago
  25. 0915921 ipv4: check optlen for IP_MULTICAST_IF option by Shan Wei · 15 years ago
  26. 8b3f6af Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  27. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  28. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  29. 139d606 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  30. 4111d4f sunrpc/rpc_pipe: fix kernel-doc notation by Randy Dunlap · 15 years ago
  31. 61d0a8e NFS/RPC: fix problems with reestablish_timeout and related code. by Neil Brown · 15 years ago
  32. 1f0918d Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  33. 94f85853 cfg80211: don't overwrite privacy setting by Johannes Berg · 15 years ago
  34. 6a211bf mac80211: fix DTIM setting by Johannes Berg · 15 years ago
  35. 90c215c cfg80211: fix SME connect by Johannes Berg · 15 years ago
  36. 909a203 rc80211_minstrel: fix contention window calculation by Pavel Roskin · 15 years ago
  37. 012a1b3 cfg80211: minimal error handling for wext-compat freq scanning by Holger Schurig · 15 years ago
  38. 50425b0 cfg80211: use cfg80211_wext_freq() for freq conversion by Holger Schurig · 15 years ago
  39. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  40. 1fd7317d Move magic numbers into magic.h by Nick Black · 15 years ago
  41. 3ca4f5c virtio: add virtio IDs file by Fernando Luis Vazquez Cao · 15 years ago
  42. 3a20210 virtio: get rid of redundant VIRTIO_ID_9P definition by Fernando Luis Vazquez Cao · 15 years ago
  43. 3c1b27d virtio: make add_buf return capacity remaining by Rusty Russell · 15 years ago
  44. 407fc5c ax25: Fix SIOCAX25GETINFO ioctl by Eric Dumazet · 15 years ago
  45. a87e84b Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  46. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  47. 50223e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
  48. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  49. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  50. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  51. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 16 years ago
  52. cd68c374 sunrpc/cache: avoid variable over-loading in cache_defer_req by NeilBrown · 15 years ago
  53. 67e7328 sunrpc/cache: use list_del_init for the list_head entries in cache_deferred_req by NeilBrown · 15 years ago
  54. f205ce8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  55. a19d215 pkt_sched: Fix qstats.qlen updating in dump_stats by Jarek Poplawski · 15 years ago
  56. 0522fea ipv6: Log the affected address when DAD failure occurs by Jens Rosenboom · 15 years ago
  57. c4c259b HID: consolidate connect and disconnect into core code by Jiri Kosina · 15 years ago
  58. bf95d20 af_iucv: fix race when queueing skbs on the backlog queue by Hendrik Brueckner · 15 years ago
  59. 7514bab af_iucv: do not call iucv_sock_kill() twice by Hendrik Brueckner · 15 years ago
  60. 56a73de af_iucv: handle non-accepted sockets after resuming from suspend by Hendrik Brueckner · 15 years ago
  61. d997317 af_iucv: fix race in __iucv_sock_wait() by Hendrik Brueckner · 15 years ago
  62. b29e4da iucv: use correct output register in iucv_query_maxconn() by Hendrik Brueckner · 15 years ago
  63. d28ecab iucv: fix iucv_buffer_cpumask check when calling IUCV functions by Hendrik Brueckner · 15 years ago
  64. 4c89d86 iucv: suspend/resume error msg for left over pathes by Ursula Braun · 15 years ago
  65. 12cbcfd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan by David S. Miller · 15 years ago
  66. 3933fc9 ipv6: Ignore route option with ROUTER_PREF_INVALID by Jens Rosenboom · 15 years ago
  67. c127bdf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  68. bbac31f cfg80211: fix SME connect by Johannes Berg · 15 years ago
  69. 8c6c03f rc80211_minstrel: fix contention window calculation by Pavel Roskin · 15 years ago
  70. ab86e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  71. 4e36a95 RxRPC: Use uX/sX rather than uintX_t/intX_t types by David Howells · 15 years ago
  72. 657e964 tcp: fix CONFIG_TCP_MD5SIG + CONFIG_PREEMPT timer BUG() by Robert Varga · 15 years ago
  73. 7c64b9f pkt_sched: Fix qdisc_create on stab error handling by Jarek Poplawski · 15 years ago
  74. 5d35175 SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronous by Trond Myklebust · 15 years ago
  75. a4dbd67 driver model: constify attribute groups by David Brownell · 16 years ago
  76. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  77. c4835d8 ieee802154: add locking for seq numbers by Dmitry Eremin-Solenikov · 15 years ago
  78. 066fc51 af_ieee802154: setsockopt optlen arg isn't __user by Dmitry Eremin-Solenikov · 15 years ago
  79. 926e61b pkt_sched: Fix tx queue selection in tc_modify_qdisc by Jarek Poplawski · 15 years ago
  80. 99455153 RxRPC: Parse security index 5 keys (Kerberos 5) by David Howells · 15 years ago
  81. ed6dd18 RxRPC: Allow RxRPC keys to be read by David Howells · 15 years ago
  82. 3394128 RxRPC: Allow key payloads to be passed in XDR form by David Howells · 15 years ago
  83. 8b81547 RxRPC: Declare the security index constants symbolically by David Howells · 15 years ago
  84. 29a020d [PATCH] net: kmemcheck annotation in struct socket by Eric Dumazet · 15 years ago
  85. 75c7850 bonding: remap muticast addresses without using dev_close() and dev_open() by Moni Shoua · 15 years ago
  86. 481a819 can: fix NOHZ local_softirq_pending 08 warning by Oliver Hartkopp · 15 years ago
  87. 0b6a05c tcp: fix ssthresh u16 leftover by Ilpo Järvinen · 15 years ago
  88. 036d6a6 pkt_sched: Fix qdisc_graft WRT ingress qdisc by Jarek Poplawski · 15 years ago
  89. b11b516 Phonet: Netlink event for autoconfigured addresses by Rémi Denis-Courmont · 15 years ago
  90. 5708e86 net: constify remaining proto_ops by Alexey Dobriyan · 15 years ago
  91. 41135cc net: constify struct inet6_protocol by Alexey Dobriyan · 15 years ago
  92. 3261309 net: constify struct net_protocol by Alexey Dobriyan · 15 years ago
  93. aa1b1ff net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyle by Gerrit Renker · 15 years ago
  94. d136f1b genetlink: fix netns vs. netlink table locking by Johannes Berg · 15 years ago
  95. 8be8057 Have atalk_route_packet() return NET_RX_SUCCESS not NET_XMIT_SUCCESS by Mark Smith · 15 years ago
  96. 8862dc5 cfg80211: minimal error handling for wext-compat freq scanning by Holger Schurig · 15 years ago
  97. a4e7b73 cfg80211: use cfg80211_wext_freq() for freq conversion by Holger Schurig · 15 years ago
  98. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  99. f300bab nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel by Alexandros Batsakis · 15 years ago
  100. 908329f sunrpc/cache: simplify cache_fresh_locked and cache_fresh_unlocked. by NeilBrown · 15 years ago