1. 727da60 mac80211: deinline drv_sta_state by Denys Vlasenko · 10 years ago
  2. 0e0060f mac80211: select an AID when creating new mesh STAs by Bob Copeland · 10 years ago
  3. a69bd8e mac80211: mesh: separate plid and aid concepts by Bob Copeland · 10 years ago
  4. fa87a65 mac80211: reorder mesh_plink to remove forward decl by Bob Copeland · 10 years ago
  5. b0485e9 mac80211: clear local->suspended before calling drv_resume() by Eliad Peller · 10 years ago
  6. 42d8d78 mac80211: TDLS: deny ch-switch req on disallowed channels by Arik Nemtsov · 10 years ago
  7. c8ff71e mac80211: TDLS: handle chan-switch in RTNL locked work by Arik Nemtsov · 10 years ago
  8. 72bbe3d Merge branch 'mac80211' into mac80211-next by Johannes Berg · 10 years ago
  9. 322cd40 mac80211: Add support for declaring MU-MIMO capability by Sara Sharon · 10 years ago
  10. ccc6bb9 mac80211: account TX MSDUs properly with segmentation offload by Johannes Berg · 10 years ago
  11. 841b351 wireless: remove superfluous if statement in regulatory code by John Linville · 10 years ago
  12. 33d8783 cfg80211: allow mgmt_frame_register callback to sleep by Johannes Berg · 10 years ago
  13. 69f1322 mac80211: shrink struct ieee80211_fragment_entry by Johannes Berg · 10 years ago
  14. a76d5e0 mac80211: mesh: move fail_avg into mesh struct by Johannes Berg · 10 years ago
  15. a3ebb4e mac80211: minstrel_ht: handle peers in dynamic SMPS by Krishna Chaitanya · 10 years ago
  16. 932e628 mac80211: mesh process the target only subfield for mesh hwmp by Chun-Yeow Yeoh · 10 years ago
  17. d51c2ea mac80211: TDLS: correctly configure SMPS state by Arik Nemtsov · 10 years ago
  18. 3633ebe mac80211: enable assoc check for mesh interfaces by Bob Copeland · 10 years ago
  19. d8f0300 mac80211: mac80211: Check SN for deactivated mpaths by Jesse Jones · 10 years ago
  20. d825471 mac80211: mesh: don't invalidate SN on discovery failure by Jesse Jones · 10 years ago
  21. 703ee73 mac80211: mesh: add missing case to PERR processing by Alexis Green · 10 years ago
  22. 0fabfaa mac80211: upgrade BW of TDLS peers when possible by Arik Nemtsov · 10 years ago
  23. b98fb44 mac80211: define TDLS wider BW support bits by Arik Nemtsov · 10 years ago
  24. 7584f88 mac80211: clear local->in_reconfig on reconfig error by Eliad Peller · 10 years ago
  25. 6513e98 mac80211: allow passing NULL to ieee80211_vif_to_wdev() by Johannes Berg · 10 years ago
  26. e996ec2 mac80211: avoid unnecessary beacon deref on CSA counter update by Wojciech Dubowik · 10 years ago
  27. 1365770 mac80211: move mesh STA parameters code to own function by Johannes Berg · 10 years ago
  28. 433f5bc mac80211: move mesh related station fields to own struct by Johannes Berg · 10 years ago
  29. e414eea mac80211: remove IEEE80211_RX_FRAGMENTED by Johannes Berg · 10 years ago
  30. ac100ce mac80211: duplicate station's MAC address for hash table by Johannes Berg · 10 years ago
  31. 981d94a mac80211: support device/driver PN check for CCMP/GCMP by Johannes Berg · 10 years ago
  32. 77c9640 mac80211: remove key TX/RX counter by Johannes Berg · 10 years ago
  33. 0c028b5 mac80211: remove zero-length A-MPDU subframe reporting by Johannes Berg · 10 years ago
  34. af9f9b2 mac80211: don't store napi struct by Johannes Berg · 10 years ago
  35. 798a457 mac80211: fix comment referring to RX queue by Johannes Berg · 10 years ago
  36. a682849 mac80211: move ieee80211_get_bssid into RX file by Johannes Berg · 10 years ago
  37. 9ad8b21 mac80211: remove short frame test and counter by Johannes Berg · 10 years ago
  38. 16bf948 mac80211: remove sta_info.gtk_idx by Johannes Berg · 10 years ago
  39. cf47161 mac80211: rename 'sta_inf' variable to more common 'sta' by Johannes Berg · 10 years ago
  40. 5c48f12 mac80211: remove exposing 'mfp' to drivers by Johannes Berg · 10 years ago
  41. 923b352 cfg80211: use RTNL locked reg_can_beacon for IR-relaxation by Arik Nemtsov · 10 years ago
  42. b3e7de8 mac80211: add missing length check for confirm frames by Bob Copeland · 10 years ago
  43. 2ea752c mac80211: correct aid location in peering frames by Bob Copeland · 10 years ago
  44. 042ab5f wireless: regulatory: reduce log level of CRDA related messages by Thomas Petazzoni · 10 years ago
  45. d8d9008 mac80211: shut down interfaces before destroying interface list by Johannes Berg · 10 years ago
  46. 541b6ed mac80211: wowlan: enable powersave if suspend while ps-polling by Chaitanya T K · 10 years ago
  47. e9de019 mac80211: don't clear all tx flags when requeing by Michal Kazior · 10 years ago
  48. 4479004 mac80211: clear subdir_stations when removing debugfs by Tom Hughes · 10 years ago
  49. f760b87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  50. cee9f6d Merge tag 'linux-can-fixes-for-4.2-20150712' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 10 years ago
  51. d3b58c4 can: replace timestamp as unique skb attribute by Oliver Hartkopp · 10 years ago
  52. c8cf89f net: dsa: Fix off-by-one in switch address parsing by Florian Fainelli · 10 years ago
  53. 8f5063e net: dsa: Test array index before use by Florian Fainelli · 10 years ago
  54. 2ee9401 net: switchdev: don't abort unsupported operations by Vivien Didelot · 10 years ago
  55. 8220ea2 net: inet_diag: always export IPV6_V6ONLY sockopt for listening sockets by Phil Sutter · 10 years ago
  56. 51ed7f3e bridge: mdb: allow the user to delete mdb entry if there's a querier by Satish Ashok · 10 years ago
  57. 2c17d27 net: call rcu_read_lock early in process_backlog by Julian Anastasov · 10 years ago
  58. e9e4dd3 net: do not process device backlog during unregistration by Julian Anastasov · 10 years ago
  59. a7d35f9d bridge: fix potential crash in __netdev_pick_tx() by Eric Dumazet · 10 years ago
  60. 1fbe4b46 net: pktgen: kill the "Wait for kthread_stop" code in pktgen_thread_worker() by Oleg Nesterov · 10 years ago
  61. fecdf8b net: pktgen: fix race between pktgen_thread_worker() and kthread_stop() by Oleg Nesterov · 10 years ago
  62. c44bd69 libceph: treat sockaddr_storage with uninitialized family as blank by Ilya Dryomov · 10 years ago
  63. 757856d libceph: enable ceph in a non-default network namespace by Ilya Dryomov · 10 years ago
  64. ace15bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  65. 974d7af ipv4: add support for linkdown sysctl to netconf by Andy Gospodarek · 10 years ago
  66. f1158b7 bridge: mdb: zero out the local br_ip variable before use by Nikolay Aleksandrov · 10 years ago
  67. fdd75ea net/tipc: initialize security state for new connection socket by Stephen Smalley · 10 years ago
  68. fc24f2b2 ip_tunnel: fix ipv4 pmtu check to honor inner ip header df by Timo Teräs · 10 years ago
  69. 4f7d2cd rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver by Daniel Borkmann · 10 years ago
  70. 95ec655 Revert "dev: set iflink to 0 for virtual interfaces" by Nicolas Dichtel · 10 years ago
  71. d339727 net: graceful exit from netif_alloc_netdev_queues() by Eric Dumazet · 10 years ago
  72. f7e2965 bridge: mdb: start delete timer for temp static entries by Satish Ashok · 10 years ago
  73. 32f675b net_sched: gen_estimator: extend pps limit by Eric Dumazet · 10 years ago
  74. 86e8971 netfilter: bridge: Use __in6_dev_get rather than in6_dev_get in br_validate_ipv6 by Julien Grall · 10 years ago
  75. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  76. 9b284cb bluetooth: fix list handling by Linus Torvalds · 10 years ago
  77. 0f1db7d 9p: cope with bogus responses from server in p9_client_{read,write} by Al Viro · 10 years ago
  78. 67e808f p9_client_write(): avoid double p9_free_req() by Al Viro · 10 years ago
  79. a84b69c 9p: forgetting to cancel request on interrupted zero-copy RPC by Al Viro · 10 years ago
  80. 4c938d2 ipv6: Make MLD packets to only be processed locally by Angga · 10 years ago
  81. 92b80eb netlink: Delete an unnecessary check before the function call "module_put" by Markus Elfring · 10 years ago
  82. f6e1c91 net-RDS: Delete an unnecessary check before the function call "module_put" by Markus Elfring · 10 years ago
  83. 8777531 net-ipv6: Delete an unnecessary check before the function call "free_percpu" by Markus Elfring · 10 years ago
  84. 462e1ea bridge: vlan: fix usage of vlan 0 and 4095 again by Nikolay Aleksandrov · 10 years ago
  85. c4555d1 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 10 years ago
  86. 0c76c6b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  87. 8688d95 Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  88. 9d90f03 Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 10 years ago
  89. 6742b9e netfilter: nfnetlink: keep going batch handling on missing modules by Pablo Neira Ayuso · 10 years ago
  90. dd302b5 netfilter: bridge: don't leak skb in error paths by Florian Westphal · 10 years ago
  91. 3bd2299 netfilter: arptables: use percpu jumpstack by Florian Westphal · 10 years ago
  92. a1bc1b3 netfilter: bridge: fix CONFIG_NF_DEFRAG_IPV4/6 related warnings/errors by Bernhard Thaler · 10 years ago
  93. f307170 netfilter: nf_queue: Don't recompute the hook_list head by Eric W. Biederman · 10 years ago
  94. 47ebed9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  95. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  96. 82cd003 crush: fix a bug in tree bucket decode by Ilya Dryomov · 10 years ago
  97. ab944c8 Bluetooth: Reinitialize the list after deletion for session user list by Tedd Ho-Jeong An · 10 years ago
  98. b922622 sock_diag: don't broadcast kernel sockets by Craig Gallek · 10 years ago
  99. c2cfa19 libceph: Fix ceph_tcp_sendpage()'s more boolean usage by Benoît Canet · 10 years ago
  100. 29c4afc sctp: Fix race between OOTB responce and route removal by Alexander Sverdlin · 10 years ago