1. 8de1c63 wireless: make __freq_reg_info static by Johannes Berg · 10 years ago
  2. 395250e Merge tag 'wireless-drivers-next-for-davem-2015-08-26' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 9 years ago
  3. 1dd34b5 bpf: fix bpf_skb_set_tunnel_key() helper by Alexei Starovoitov · 9 years ago
  4. 8c5bbe7 Merge branch 'act_bpf_lockless' by David S. Miller · 9 years ago
  5. cff8245 net_sched: act_bpf: remove spinlock in fast path by Alexei Starovoitov · 9 years ago
  6. 9e528d8 net_sched: convert rsvp to call tcf_exts_destroy from rcu callback by Alexei Starovoitov · 9 years ago
  7. ed7aa87 net_sched: convert tcindex to call tcf_exts_destroy from rcu callback by Alexei Starovoitov · 9 years ago
  8. faa54be net_sched: act_bpf: remove unnecessary copy by Alexei Starovoitov · 9 years ago
  9. 3c64562 net_sched: make tcf_hash_destroy() static by Alexei Starovoitov · 9 years ago
  10. dc8242f lib/Makefile: remove CONFIG_AVERAGE build rule by Valentin Rothberg · 9 years ago
  11. 0ba3ac0 Merge ath-next from ath.git by Kalle Valo · 9 years ago
  12. ee92a20 ath10k: fix compilation warnings in wmi phyerr pull function by Raja Mani · 10 years ago
  13. 36582e5 ath10k: add qca6164 support by Michal Kazior · 10 years ago
  14. 4535edb ath10k: add spectral scan support for 10.4 fw by Raja Mani · 10 years ago
  15. 5e55e3c ath10k: fix dma_mapping_error() handling by Michal Kazior · 10 years ago
  16. 503422d ath10k: add missing mutex unlock on failpath by Michal Kazior · 10 years ago
  17. b635f09 Merge branch 'dsa-docs' by David S. Miller · 9 years ago
  18. ef63463 Documentation: networking: dsa: Add Broadcom SF2 document by Florian Fainelli · 9 years ago
  19. 77760e9 Documentation: networking: add a DSA document by Florian Fainelli · 9 years ago
  20. c30ee8b Merge branch 'rds-more-fixes' by David S. Miller · 9 years ago
  21. 2724121 RDS: remove superfluous from rds_ib_alloc_fmr() by santosh.shilimkar@oracle.com · 9 years ago
  22. ef5217a RDS: flush the FMR pool less often by santosh.shilimkar@oracle.com · 9 years ago
  23. ad1d7dc RDS: push FMR pool flush work to its own worker by santosh.shilimkar@oracle.com · 9 years ago
  24. 6116c20 RDS: fix fmr pool dirty_count by Wengang Wang · 9 years ago
  25. 3f6b314 RDS: Fix rds MR reference count in rds_rdma_unuse() by santosh.shilimkar@oracle.com · 9 years ago
  26. ba54d3c RDS: fix the dangling reference to rds_ib_incoming_slab by santosh.shilimkar@oracle.com · 9 years ago
  27. b8766e4 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 9 years ago
  28. dafc219 enic: reduce ioread in devcmd2 by Govindarajulu Varadarajan · 9 years ago
  29. 6e85d5a r8169: Add values missing in @get_stats64 from HW counters by Corinna Vinschen · 9 years ago
  30. b01d04a rds: Fix improper gfp_t usage. by David S. Miller · 9 years ago
  31. 04e1b73 MAINTAINERS: update vmxnet3 driver maintainer by Shrikrishna Khare · 9 years ago
  32. 48e92c4 vxlan: fix multiple inclusion of vxlan.h by Jiri Benc · 9 years ago
  33. 081958e MAINTAINERS: Add VRF entry by David Ahern · 9 years ago
  34. e252b3d route: fix a use-after-free by WANG Cong · 9 years ago
  35. d749916 net-next: Fix warning while make xmldocs caused by skbuff.c by Masanari Iida · 9 years ago
  36. 79c441a ppp: implement x-netns support by Guillaume Nault · 9 years ago
  37. 542a64c net: sun4i-emac: Claim emac sram by Hans de Goede · 9 years ago
  38. 2c0027c inetpeer: remove dead code by David Ahern · 9 years ago
  39. 5283af8 net/mlx5e: Avoid accessing NULL pointer at ndo_select_queue by Rana Shahout · 9 years ago
  40. 94c10f0 ah4: Fix error return in ah_input(). by David S. Miller · 9 years ago
  41. 2510505 ah6: fix error return code by Julia Lawall · 9 years ago
  42. 5c12197 mlxsw: fix error return code by Julia Lawall · 9 years ago
  43. 1ef53eb net: davinci_emac: fix error return code by Julia Lawall · 9 years ago
  44. 96fd26b Merge branch 'rds-assorted-bug-fixes' by David S. Miller · 9 years ago
  45. ae05368 RDS: check for valid cm_id before initiating connection by santosh.shilimkar@oracle.com · 9 years ago
  46. 06e8941 RDS: return EMSGSIZE for oversize requests before processing/queueing by Mukesh Kacker · 9 years ago
  47. dfcec25 RDS: make sure rds_send_drop_to properly takes the m_rs_lock by santosh.shilimkar@oracle.com · 9 years ago
  48. 1c3be62 RDS: Don't destroy the rdma id until after we're done using it by Santosh Shilimkar · 9 years ago
  49. 5c240fa RDS: Fix assertion level from fatal to warning by santosh.shilimkar@oracle.com · 9 years ago
  50. 3049147 RDS: Make sure we do a signaled send for large-send by santosh.shilimkar@oracle.com · 9 years ago
  51. 4f73113 RDS: Mark message mapped before transmit by santosh.shilimkar@oracle.com · 9 years ago
  52. 0df5f9a6 RDS: add a sock_destruct callback debug aid by santosh.shilimkar@oracle.com · 9 years ago
  53. 0c48424 RDS: check for congestion updates during rds_send_xmit by santosh.shilimkar@oracle.com · 9 years ago
  54. 73ce431 RDS: make sure we post recv buffers by santosh.shilimkar@oracle.com · 9 years ago
  55. e1f475a RDS: don't update ip address tables if the address hasn't changed by santosh.shilimkar@oracle.com · 9 years ago
  56. 1bc7b863 RDS: destroy the ib state earlier during shutdown by santosh.shilimkar@oracle.com · 9 years ago
  57. 43962dd RDS: always free recv frag as we free its ring entry by santosh.shilimkar@oracle.com · 9 years ago
  58. 1d2e3f3 RDS: restore return value in rds_cmsg_rdma_args() by santosh.shilimkar@oracle.com · 9 years ago
  59. 43e122b tcp: refine pacing rate determination by Eric Dumazet · 10 years ago
  60. 4ec3b28 xfrm: Use VRF master index if output device is enslaved by David Ahern · 10 years ago
  61. 6f021c6 tcp: fix slow start after idle vs TSO/GSO by Eric Dumazet · 10 years ago
  62. a8b9774 rsi: Fix possible leak when loading firmware by Christian Engelmayer · 10 years ago
  63. 4e70f21 brcmfmac: Add support for host platform NVRAM loading. by Hante Meuleman · 10 years ago
  64. fc7c3ad brcmfmac: bump highest event number for 4339 firmware by Arend van Spriel · 10 years ago
  65. b02bf19 brcmfmac: block the correct flowring when backup queue overflow by Franky Lin · 10 years ago
  66. 39504a2 brcmfmac: make use of cfg80211_check_combinations() by Arend van Spriel · 10 years ago
  67. 2bb66a8 brcmfmac: add debugfs entry for msgbuf statistics by Franky Lin · 10 years ago
  68. 0882dda brcmfmac: correct interface combination info by Arend van Spriel · 10 years ago
  69. 50f32e2 brcmfmac: check all combinations when setting wiphy's addresses by Rafał Miłecki · 10 years ago
  70. 1642d09 rtlwifi: rtl8192cu: Add new device ID by Adrien Schildknecht · 10 years ago
  71. 12ff728 rtlwifi: rtl8192ee: fix semicolon.cocci warnings by Wu Fengguang · 10 years ago
  72. 1425064 ath9k_htc: do ani shortcalibratio if we got -ETIMEDOUT by Oleksij Rempel · 10 years ago
  73. 11c3653 Merge tag 'iwlwifi-next-for-kalle-2015-08-23' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by Kalle Valo · 9 years ago
  74. 854d2a6 batman-adv: beautify supported routing algorithm list by Marek Lindner · 10 years ago
  75. 87b40f5 batman-adv: Fix conditional statements indentation by Sven Eckelmann · 10 years ago
  76. 5274cd6 batman-adv: Add lockdep_asserts for documented external locks by Sven Eckelmann · 10 years ago
  77. 2c72d65 batman-adv: Annotate deleting functions with external lock via lockdep by Sven Eckelmann · 10 years ago
  78. 7c26a53 batman-adv: convert bat_priv->tt.req_list to hlist by Marek Lindner · 10 years ago
  79. 0b8336f batman-adv: Fix gw_bandwidth calculation on 32 bit systems by Sven Eckelmann · 10 years ago
  80. 77927b7 batman-adv: Return EINVAL on invalid gw_bandwidth change by Sven Eckelmann · 10 years ago
  81. a121048 batman-adv: prevent potential hlist double deletion by Marek Lindner · 10 years ago
  82. d0fa4f3 batman-adv: convert orig_node->vlan_list to hlist by Marek Lindner · 10 years ago
  83. 2bdd188 batman-adv: Remove batadv_ types forward declarations by Sven Eckelmann · 10 years ago
  84. 383b863 batman-adv: rename batadv_new_tt_req_node to batadv_tt_req_node_new by Marek Lindner · 10 years ago
  85. 433ff98 batman-adv: update kernel doc of batadv_tt_global_del_orig_entry() by Marek Lindner · 10 years ago
  86. 4f248cf batman-adv: Remove multiple assignment per line by Sven Eckelmann · 10 years ago
  87. 3447382 batman-adv: Fix kerneldoc over 80 column lines by Sven Eckelmann · 10 years ago
  88. 6b5e971 batman-adv: Replace C99 int types with kernel type by Sven Eckelmann · 10 years ago
  89. 56fff0a Merge branch 'fjes' by David S. Miller · 9 years ago
  90. 786eec2 fjes: ethtool support by Taku Izumi · 10 years ago
  91. cb79eaa fjes: handle receive cancellation request interrupt by Taku Izumi · 10 years ago
  92. b5a9152 fjes: epstop_task by Taku Izumi · 10 years ago
  93. 785f28e fjes: update_zone_task by Taku Izumi · 10 years ago
  94. 8fc4cad fjes: unshare_watch_task by Taku Izumi · 10 years ago
  95. ff5b421 fjes: force_close_task by Taku Izumi · 10 years ago
  96. 8edb62a fjes: interrupt_watch_task by Taku Izumi · 10 years ago
  97. 3e3fedd fjes: net_device_ops.ndo_vlan_rx_add/kill_vid by Taku Izumi · 10 years ago
  98. 4393e76 fjes: net_device_ops.ndo_tx_timeout by Taku Izumi · 10 years ago
  99. b9e23a6 fjes: net_device_ops.ndo_change_mtu by Taku Izumi · 10 years ago
  100. 879bc9a fjes: net_device_ops.ndo_get_stats64 by Taku Izumi · 10 years ago