1. 0c45e61 staging: rtl8723au: rtw_check_bcn_info23a(): Use ether_addr_equal() to check BSSID by Jes Sorensen · 10 years ago
  2. 51dacaa staging: rtl8723au: Remove some unused 80211 header parsing macros by Jes Sorensen · 10 years ago
  3. e0ea5c8 staging: rtl8723au: Remove unused #defines WEP_KEY_LEN and MGMT_QUEUE_NUM by Jes Sorensen · 10 years ago
  4. bf51cb6 staging: rtl8723au: Remove duplicate defines of IEEE80211_HT_PARAM_CHA_SEC_* by Jes Sorensen · 10 years ago
  5. 2a907fe staging: rtl8723au: Remove obsolete rtw_set_fixed_ie23a() by Jes Sorensen · 10 years ago
  6. a491548 staging: rtl8723au: issue_action_BA23a(): Use struct ieee80211_mgmt to build action frames by Jes Sorensen · 10 years ago
  7. cc531f6 staging: rtl8723au: ioctl_cfg80211.c: Use struct ieee80211_mgmt to build mgmt frame by Jes Sorensen · 10 years ago
  8. 2e74d33 staging: rtl8723au: Let cfg80211 handle public action management frames by Jes Sorensen · 10 years ago
  9. 372713a staging: rtl8723au: Do not xmit BSS Coexistence management action frames by Jes Sorensen · 10 years ago
  10. 85d5120 staging: rtl8723au: issue_action_BSSCoexistPacket(): Use struct ieee80211_mgmt by Jes Sorensen · 10 years ago
  11. 7ed61b5 staging: rtl8723au: issue_action_spct_ch_switch23a(): Use struct ieee80211_mgmt by Jes Sorensen · 10 years ago
  12. f89547b staging: rtl8723au: _issue_deauth(): Use struct ieee80211_mgmt to build frame by Jes Sorensen · 10 years ago
  13. c144c3b staging: rtl8723au: issue_assocrsp(): Use struct ieee80211_mgmt instead of rtw_set_fixed_ie23a() by Jes Sorensen · 10 years ago
  14. 88e06f0 staging: rtl8723au: issue_auth(): Convert to using struct ieee80211_mgmt by Jes Sorensen · 10 years ago
  15. 47e5d2f staging: rtl8723au: Make struct htpriv.ampdu_enable a bool by Jes Sorensen · 10 years ago
  16. 6a5f657 staging: rtl8723au: Be consistent in how htpriv.ht_option is checked by Jes Sorensen · 10 years ago
  17. 6f765c2 staging: rtl8723au: Make struct ht_priv.ht_option a bool by Jes Sorensen · 10 years ago
  18. c9324c8 staging: rtl8723au: Remove WMM_ defines by Jes Sorensen · 10 years ago
  19. e1d143b staging: rtl8723au: OnAssocRsp23a(): Use cfg80211_* to parse IEs by Jes Sorensen · 10 years ago
  20. 3cdf277 staging: rtl8723au: Make WMM_param_handler23a() and HT_caps_handler23a() take a const u8 * by Jes Sorensen · 10 years ago
  21. 0cac3f9 staging: rtl8723au: Declare rtw_get_wpa{2, }_cipher_suite() static by Jes Sorensen · 10 years ago
  22. 0b548a5 staging: rtl8723au: Remove obsolete rtw_get_sec_ie23a() by Jes Sorensen · 10 years ago
  23. 77953ed staging: rtl8723au: rtw_wlan_util.c: Use cfg80211_* to determine crypto by Jes Sorensen · 10 years ago
  24. 54ddd22 staging: rtl8723au: rtw_get_bcn_info23a(): Use cfg80211_* to obtain crypto info by Jes Sorensen · 10 years ago
  25. b277541 staging: rtl8723au: rtw_update_ht_cap23a(): Use correct mask when determining 40MHz channel location by Jes Sorensen · 10 years ago
  26. c2b8047 staging: rtl8723au: collect_bss_info23a(): ieee80211_mgmt capab_info is little endian by Jes Sorensen · 10 years ago
  27. 5b124b1 staging: rtl8723au: collect_bss_info23a(): Collect beacon_interval correct by Jes Sorensen · 10 years ago
  28. 7882ef4 staging: rtl8723au: Rewrite update_beacon23a_info() tto use cfg80211_find_ie() by Jes Sorensen · 10 years ago
  29. e391615 staging: rtl8723au: Remmove buddy-adapter linking by Jes Sorensen · 10 years ago
  30. a665bcc staging: rtl8723au: rtw_check_bcn_info23a(): Use capability bit define by Jes Sorensen · 10 years ago
  31. ed08b4d staging: rtl8723au: Don't carry ht_cap_info and ht_param in struct wlan_bcn_info by Jes Sorensen · 10 years ago
  32. 4dc5f8b staging: rtl8723au: Eliminate struct HT_info_element by Jes Sorensen · 10 years ago
  33. 6594c96 staging: rtl8723au: Use correct struct for WLAN_EID_HT_CAPABILITY by Jes Sorensen · 10 years ago
  34. 65be27d staging: rtl8723au: Use struct ieee80211_ht_cap and associated #defines by Jes Sorensen · 10 years ago
  35. 198e95d staging: rtl8723au: Use struct ieee80211_mcs_info to describe MCS information by Jes Sorensen · 10 years ago
  36. 8b3d9cd staging: rtl8723au: rtw_mlme.c: Remove some tab and parenthesis abuse by Jes Sorensen · 10 years ago
  37. d54239a staging: rtl8723au: rtw_mlme_ext.c: Fix up some of the bad formatting by Jes Sorensen · 10 years ago
  38. 25da229 staging: usbip: usbip_host_driver.c: fix line over 80 characters by Wahib Faizi · 10 years ago
  39. da87dba staging: usbip: usbip_host_driver.c: avoid assignment in if by Wahib Faizi · 10 years ago
  40. 0c248b6 staging: rtl8723au: Reference correct firmwarefiles with MODULE_FIRMWARE() by Jes Sorensen · 10 years ago
  41. 6601e31 staging: rtl8723au: Request correct firmware file for A-cut parts by Jes Sorensen · 10 years ago
  42. 4aea177 staging: rtl8723au: Remove obsolete rtw_get_wps_ie23a() by Jes Sorensen · 10 years ago
  43. 715a8a7 staging: rtl8723au: rtw_ap.c: Convert from rtw_get_wps_ie23a() to cfg80211_find_vendor_ie() by Jes Sorensen · 10 years ago
  44. d3797af staging: rtl8723au: ioctl_cfg80211.c: Convert rtw_get_wps_ie23a() to cfg80211_find_vendor_ie() by Jes Sorensen · 10 years ago
  45. 9c40e12 staging: rtl8723au: rtw_mlme.c: Convert rtw_get_wps_ie23a() to cfg80211_find_vendor_ie() by Jes Sorensen · 10 years ago
  46. 6e5e418 staging: rtl8723au: rtw_mlme_ext.c: Convert rtw_get_wps_ie23a() to cfg80211_find_vendor_ie() by Jes Sorensen · 10 years ago
  47. fbf380c staging: rtl8723au: rtw_get_wps_ie23a(): Remove unused dest pointer wps_ie by Jes Sorensen · 10 years ago
  48. 7171511 Linux 3.16-rc1 by Linus Torvalds · 10 years ago
  49. a9be224 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  50. dd1845a Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  51. b55b390 Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 10 years ago
  52. b58537a net: sctp: fix permissions for rto_alpha and rto_beta knobs by Daniel Borkmann · 10 years ago
  53. e4f7ae9 Merge branch 'csum_fixes' by David S. Miller · 10 years ago
  54. f79b064 vxlan: Checksum fixes by Tom Herbert · 10 years ago
  55. e5eb4e3 net: add skb_pop_rcv_encapsulation by Tom Herbert · 10 years ago
  56. bbdff22 udp: call __skb_checksum_complete when doing full checksum by Tom Herbert · 10 years ago
  57. 46fb51e net: Fix save software checksum complete by Tom Herbert · 10 years ago
  58. 4b28252 net: Fix GSO constants to match NETIF flags by Tom Herbert · 10 years ago
  59. abf04af Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  60. 16d52ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  61. a311c48 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 10 years ago
  62. 0506408 fix __swap_writepage() compile failure on old gcc versions by Al Viro · 10 years ago
  63. 4a54e5e Merge tag 'hsi-for-3.16-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi by Linus Torvalds · 10 years ago
  64. 1ad96bb Merge tag 'gpio-v3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  65. c728762 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  66. 503698e Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 10 years ago
  67. 63c6f81 udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup by Eric Dumazet · 10 years ago
  68. 2853af6 vxlan: use dev->needed_headroom instead of dev->hard_header_len by Cong Wang · 10 years ago
  69. 56f16c7 MAINTAINERS: update cxgb4 maintainer by Dimitris Michailidis · 10 years ago
  70. a934fb5 x86/vdso: Fix vdso_install by Andy Lutomirski · 10 years ago
  71. b8e0808 NVMe: Fix START_STOP_UNIT Scsi->NVMe translation. by Dan McLeran · 10 years ago
  72. 47a306a btrfs: fix error handling in create_pending_snapshot by Eric Sandeen · 10 years ago
  73. 3e2426b btrfs: fix use of uninit "ret" in end_extent_writepage() by Eric Sandeen · 10 years ago
  74. d737278 btrfs: free ulist in qgroup_shared_accounting() error path by Eric Sandeen · 10 years ago
  75. b050f9f Btrfs: fix qgroups sanity test crash or hang by Filipe Manana · 10 years ago
  76. f1e3c28 btrfs: prevent RCU warning when dereferencing radix tree slot by Sasha Levin · 10 years ago
  77. 5fbc7c5 Btrfs: fix unfinished readahead thread for raid5/6 degraded mounting by Wang Shilong · 10 years ago
  78. cc68a8a btrfs: new ioctl TREE_SEARCH_V2 by Gerhard Heift · 11 years ago
  79. ef351b9 NVMe: Use Log Page constants in SCSI emulation by Matthew Wilcox · 10 years ago
  80. 3d69bb6 NVMe: Define Log Page constants by Matthew Wilcox · 10 years ago
  81. f3db22f NVMe: Fix hot cpu notification dead lock by Keith Busch · 10 years ago
  82. 6391f34 Merge tag 'sound-fix-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  83. 4bdeb31 Merge tag 'dlm-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 10 years ago
  84. aa569fa Merge branch 'serge-next-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux-security by Linus Torvalds · 10 years ago
  85. 8a02b16 ALSA: hda/realtek - Add more entry for enable HP mute led by Kailang Yang · 10 years ago
  86. 2041d56 ALSA: hda - Add quirk for external mic on Lifebook U904 by David Henningsson · 10 years ago
  87. 64eb428 ALSA: hda - fix a fixup value for codec alc293 in the pin_quirk table by Hui Wang · 10 years ago
  88. 6d87c22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  89. 338c09a Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 10 years ago
  90. ed9ea4e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  91. c1fdb2d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  92. 1700ff8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  93. 8841c8b Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  94. b7c8c19 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  95. 88bbfb4 Merge tag 'blackfin-for-linus' of http://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux by Linus Torvalds · 10 years ago
  96. 71998d1 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  97. b2e09f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  98. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  99. e0bf7b8 x86/vdso: Hack to keep 64-bit Go programs working by Andy Lutomirski · 10 years ago
  100. b4b31f6 x86/vdso: Add PUT_LE to store little-endian values by Andy Lutomirski · 10 years ago