1. e574267 ath10k: off by one sanity check by Dan Carpenter · 11 years ago
  2. 7b5d604 ssb: register serial flash as platform device by Rafał Miłecki · 11 years ago
  3. e861ef5 ath9k: Modify IDs to identify CUS230 by Sujith Manoharan · 11 years ago
  4. 51dbd0a ath9k: Add support for 5G-XLNA/AR9462 by Sujith Manoharan · 11 years ago
  5. 745a84e ath9k: Update AR9462 2.0 initvals by Sujith Manoharan · 11 years ago
  6. df40190 ath9k: Convert a couple of debug messages by Sujith Manoharan · 11 years ago
  7. 1433531 ath9k: Merge HWTIMER debug level with BTCOEX by Sujith Manoharan · 11 years ago
  8. 9e49a9d Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx by John W. Linville · 11 years ago
  9. 0b21eb9 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes by John W. Linville · 11 years ago
  10. 9d1059c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  11. 33be081 ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb by Matthias Schiffer · 11 years ago
  12. a267a60 staging/rtl8192u: convert skb->tail into skb_tail_pointer(skb) by Isaku Yamahata · 11 years ago
  13. 511efbb pxa168_eth: convert skb->end into skb_end_pointer(skb) by Isaku Yamahata · 11 years ago
  14. 18f1d05 mv643xx_eth.c: convert skb->end into skb_end_poitner(skb) by Isaku Yamahata · 11 years ago
  15. 499e2e6 net, scsi/csgb4i: convert skb->transport_header into skb_transport_header(skb) by Isaku Yamahata · 11 years ago
  16. b32369f net, atm/ambassader: convert skb->tail into skb_tail_pointer(skb) by Isaku Yamahata · 11 years ago
  17. 32de868 bridge: fix switched interval for MLD Query types by Linus Lüssing · 11 years ago
  18. 788dfca vlan: restore ethtool ABI to control VLAN hardware acceleration by Fernando Luis Vazquez Cao · 11 years ago
  19. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 11 years ago
  20. 939cfa7 net: sctp: get rid of t_new macro for kzalloc by Daniel Borkmann · 11 years ago
  21. 32bc9b4 fec: Add support to restart autonegotiate by Chris Healy · 11 years ago
  22. cedb743 bonding: don't call alb_set_slave_mac_addr() while atomic by Veaceslav Falico · 11 years ago
  23. ab8e99d net: cpsw: check for cpts pointer after its allocation by Sebastian Siewior · 11 years ago
  24. c5b248d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into wireless by David S. Miller · 11 years ago
  25. e00c7f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  26. ab69bde alx: add a simple AR816x/AR817x device driver by Johannes Berg · 11 years ago
  27. 72bb72b tg3: Prevent system hang during repeated EEH errors. by Michael Chan · 11 years ago
  28. 93725cb Fix the VLAN_TAG_PRESENT in netvsc_recv_callback() by Haiyang Zhang · 11 years ago
  29. 7aa2723 vxlan: handle skb_clone failure by stephen hemminger · 11 years ago
  30. 26a41ae6 vxlan: only migrate dynamic FDB entries by stephen hemminger · 11 years ago
  31. 3bf74b1 vxlan: fix race between flush and incoming learning by stephen hemminger · 11 years ago
  32. c7b67ae Merge branch 'tipc' by David S. Miller · 11 years ago
  33. 2537af9 tipc: remove dev_base_lock use from enable_bearer by Ying Xue · 11 years ago
  34. 126c052 tipc: fix wrong return value for link_send_sections_long routine by Ying Xue · 11 years ago
  35. 7410f96 tipc: make tipc_link_send_sections_fast exit earlier by Ying Xue · 11 years ago
  36. 796c75d tipc: enhance priority of link protocol packet by Ying Xue · 11 years ago
  37. ae8509c tipc: cosmetic realignment of function arguments by Paul Gortmaker · 11 years ago
  38. c0fee8a tipc: save sock structure pointer instead of void pointer to tipc_port by Ying Xue · 11 years ago
  39. 28e5297 tipc: convert config_lock from spinlock to mutex by Ying Xue · 11 years ago
  40. 3c5db8e tipc: rename tipc_createport_raw to tipc_createport by Ying Xue · 11 years ago
  41. f1733d7 tipc: remove user_port instance from tipc_port structure by Ying Xue · 11 years ago
  42. 198d73b tipc: delete code orphaned by new server infrastructure by Ying Xue · 11 years ago
  43. 7d0ab17 tipc: convert configuration server to use new server facility by Ying Xue · 11 years ago
  44. 13a2e89 tipc: convert topology server to use new server facility by Ying Xue · 11 years ago
  45. c5fa7b3 tipc: introduce new TIPC server infrastructure by Ying Xue · 11 years ago
  46. 5d21cb7 tipc: allow implicit connect for stream sockets by Erik Hugne · 11 years ago
  47. cc79dd1 tipc: change socket buffer overflow control to respect sk_rcvbuf by Ying Xue · 11 years ago
  48. 8941bbc tipc: update code comments to reflect new uapi header path by Ying Xue · 11 years ago
  49. dafcc43 net: add socket option for low latency polling by Eliezer Tamir · 11 years ago
  50. 89bf1b5 net: remove NET_LL_RX_POLL config menue by Eliezer Tamir · 11 years ago
  51. 9a3c71a net: convert low latency sockets to sched_clock() by Eliezer Tamir · 11 years ago
  52. eb6db62 net: change sysctl_net_ll_poll into an unsigned int by Eliezer Tamir · 11 years ago
  53. c4d827c rtlwifi: rtl8192cu: Add new USB ID for TP-Link TL-WN8200ND by Larry Finger · 11 years ago
  54. e570bd0 ssb: add struct for serial flash by Rafał Miłecki · 11 years ago
  55. 4a71053 bcma: use const for serial flash hardware table by Rafał Miłecki · 11 years ago
  56. 39cd206 ssb: use const for serial flash hardware table by Rafał Miłecki · 11 years ago
  57. 972da7e bcma: update core (en|dis)abling functions by Rafał Miłecki · 11 years ago
  58. 55fee98 ath9k: Fix ANI for AP mode by Sujith Manoharan · 11 years ago
  59. bac76a3 ath9k: Fix LNA gpio for AR9485 by Sujith Manoharan · 11 years ago
  60. 6390d88 mwifiex: fix memory corruption when unsetting multicast list by Daniel Drake · 11 years ago
  61. 3c68ef5 mwifiex: Add module parameter for regdomain by Avinash Patil · 11 years ago
  62. 722a300 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  63. 789e90e net: wireless: wl1251: Fix commenting style by Sachin Kamat · 11 years ago
  64. 19a4e68 net: wireless: wl1251: Use module_spi_driver macro by Sachin Kamat · 11 years ago
  65. d5a4917 net/wireless/ti/wlcore/spi: Use module_spi_driver to register driver by Peter Huewe · 11 years ago
  66. 5cbba2d wlcore: fix occasional AP TX stop after recovery by Victor Goldenshtein · 11 years ago
  67. 2baf53c wlcore: hold jiffies in unsigned long by Arik Nemtsov · 11 years ago
  68. c838478 wlcore: cancel channel switch work on interface removal by Arik Nemtsov · 11 years ago
  69. ba1e6eb wlcore: set default_wep_key when configured by Yoni Divinsky · 11 years ago
  70. bc2ab3b wl18xx: use locally administered MAC address if not available from fuse by Luciano Coelho · 11 years ago
  71. 6f0b1bb wlcore: configure rates in multiple cases by Eliad Peller · 11 years ago
  72. 33cab57 wlcore: move sysfs handling to a separate file by Luciano Coelho · 11 years ago
  73. 8f6ac53 wlcore: some non-functional clean-ups in main.c by Luciano Coelho · 11 years ago
  74. e3b8bbb wl18xx: FDSP Code RAM Corruption fix by Ido Reis · 12 years ago
  75. 8177a9d lseek(fd, n, SEEK_END) does *not* go to eof - n by Al Viro · 11 years ago
  76. 7d13205 Linux 3.10-rc6 by Linus Torvalds · 11 years ago
  77. e6694d9 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  78. 596fa9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  79. 5938930 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  80. f21afc2 smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu(). by David Daney · 11 years ago
  81. d0ff934 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  82. d58c6ff Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  83. 9bb9285 Merge tag 'char-misc-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  84. 3ad2e31 Merge tag 'usb-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  85. 230b303 powerpc: Fix missing/delayed calls to irq_work by Benjamin Herrenschmidt · 11 years ago
  86. bf59390 powerpc: Fix emulation of illegal instructions on PowerNV platform by Paul Mackerras · 11 years ago
  87. 0e37739 powerpc: Fix stack overflow crash in resume_kernel when ftracing by Michael Ellerman · 11 years ago
  88. dd6c5cd snd_pcm_link(): fix a leak... by Al Viro · 11 years ago
  89. 0525290 use can_lookup() instead of direct checks of ->i_op->lookup by Al Viro · 11 years ago
  90. 8aac627 move exit_task_namespaces() outside of exit_notify() by Oleg Nesterov · 11 years ago
  91. e7b2c40 fput: task_work_add() can fail if the caller has passed exit_task_work() by Oleg Nesterov · 11 years ago
  92. 2e0c9e7 net: sctp: sctp_association_init: put refs in reverse order by Daniel Borkmann · 11 years ago
  93. c164b83 net: sctp: minor: remove variable in sctp_init_sock by Daniel Borkmann · 11 years ago
  94. 405426f net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT first by Daniel Borkmann · 11 years ago
  95. f9e42b8 net: sctp: sideeffect: throw BUG if primary_path is NULL by Daniel Borkmann · 11 years ago
  96. 09ce069 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  97. 93d8fd1 openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs() by Pravin B Shelar · 11 years ago
  98. b34df5e openvswitch: make skb->csum consistent with rest of networking stack. by Pravin B Shelar · 11 years ago
  99. 45bfa52e openvswitch: Fix struct comment. by Pravin B Shelar · 11 years ago
  100. af78416 openvswitch: Fix misspellings in comments and docs. by Andy Hill · 11 years ago