1. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 9 years ago
  2. a998f71 rhashtable: Round up/down min/max_size to ensure we respect limit by Thomas Graf · 9 years ago
  3. 91a0f93 i40e: add NVM update events to AQ clean by Shannon Nelson · 9 years ago
  4. 446981e tipc: fix build issue when building without IPv6 by Marcelo Ricardo Leitner · 9 years ago
  5. d15b1de Merge branch 'cxgb4-next' by David S. Miller · 9 years ago
  6. 768ffc6 cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const" by Hariprasad Shenai · 9 years ago
  7. 933e0db cxgb4: Add device ID for new adapter by Hariprasad Shenai · 9 years ago
  8. 970282d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  9. c9bdc0d Merge branch 'tipc-next' by David S. Miller · 9 years ago
  10. f2f8036 tipc: add support for connect() on dgram/rdm sockets by Erik Hugne · 9 years ago
  11. 3bd88ee tipc: do not report -EHOSTUNREACH for failed local delivery by Erik Hugne · 9 years ago
  12. 18d6c58 tipc: remove redundant call to tipc_node_remove_conn by Erik Hugne · 9 years ago
  13. ea6edfb mac802154: fix typo in header guard by Nicolas Iooss · 9 years ago
  14. de1cf8a net/mlx4_en: mlx4_en_set_tx_maxrate() can be static by Wu Fengguang · 9 years ago
  15. af61576 bridge: add ageing_time, stp_state, priority over netlink by Jörg Thalheim · 9 years ago
  16. 99c4a26 net: Fix high overhead of vlan sub-device teardown. by David S. Miller · 9 years ago
  17. 738e6d3 inet: add a schedule point in inet_twsk_purge() by Eric Dumazet · 9 years ago
  18. db19170 rocker: add support for phys_port_name by David Ahern · 9 years ago
  19. db24a90 net: add support for phys_port_name by David Ahern · 9 years ago
  20. 56ef9c9 vxlan: Move socket initialization to within rtnl scope by Marcelo Ricardo Leitner · 9 years ago
  21. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 9 years ago
  22. baf606d ipv4,ipv6: grab rtnl before locking the socket by Marcelo Ricardo Leitner · 9 years ago
  23. fdf9ef8 Merge branch 'listen_refactor_part_13' by David S. Miller · 9 years ago
  24. 08d2cc3b inet: request sock should init IPv6/IPv4 addresses by Eric Dumazet · 9 years ago
  25. b4d6444 inet: get rid of last __inet_hash_connect() argument by Eric Dumazet · 9 years ago
  26. 77a6a47 ipv6: get rid of __inet6_hash() by Eric Dumazet · 9 years ago
  27. d1e559d inet: add IPv6 support to sk_ehashfn() by Eric Dumazet · 9 years ago
  28. 5b441f7 net: introduce sk_ehashfn() helper by Eric Dumazet · 9 years ago
  29. 6eada01 netns: constify net_hash_mix() and various callers by Eric Dumazet · 9 years ago
  30. 8f6320d Merge branch 'txq_max_rate' by David S. Miller · 9 years ago
  31. c10e4fc net/mlx4_en: Add tx queue maxrate support by Or Gerlitz · 9 years ago
  32. fc31e25 net/mlx4_core: Add basic support for QP max-rate limiting by Or Gerlitz · 9 years ago
  33. 822b3b2 net: Add max rate tx queue attribute by John Fastabend · 9 years ago
  34. f0b7d43 cc2520: Add support for CC2591 amplifier. by Brad Campbell · 9 years ago
  35. 0db055c cc2520: Do not store platform_data in spi_device by Brad Campbell · 9 years ago
  36. b65885d Merge branch 'rhashtable_remove_shift' by David S. Miller · 9 years ago
  37. e2e21c1 rhashtable: Remove max_shift and min_shift by Herbert Xu · 9 years ago
  38. 4f509df test_rhashtable: Use rhashtable max_size instead of max_shift by Herbert Xu · 9 years ago
  39. 446c89a tipc: Use rhashtable max/min_size instead of max/min_shift by Herbert Xu · 9 years ago
  40. b06eee5 netlink: Use rhashtable max_size instead of max_shift by Herbert Xu · 9 years ago
  41. c2e213c rhashtable: Introduce max_size/min_size by Herbert Xu · 9 years ago
  42. 6aebd94 rhashtable: Remove shift from bucket_table by Herbert Xu · 9 years ago
  43. a61bfa6 Merge branch 'xgene-next' by David S. Miller · 9 years ago
  44. ca62645 drivers: net: xgene: Add second SGMII based 1G interface by Keyur Chudgar · 9 years ago
  45. 2d33394 dtb: xgene: Add second SGMII based 1G interface node by Keyur Chudgar · 9 years ago
  46. c2bc6e1 Documentation: dtb: Add port-id field for APM X-Gene ethernet by Keyur Chudgar · 9 years ago
  47. 63511f6d Bluetooth: Fix potential NULL dereference in SMP channel setup by Marcel Holtmann · 9 years ago
  48. e7a9eee Merge branch 'tipc_netns_leak' by David S. Miller · 9 years ago
  49. 2b9bb7f tipc: withdraw tipc topology server name when namespace is deleted by Ying Xue · 9 years ago
  50. 8460504 tipc: fix a potential deadlock when nametable is purged by Ying Xue · 9 years ago
  51. 76100a8 tipc: fix netns refcnt leak by Ying Xue · 9 years ago
  52. 5284143 Merge branch 'listener_refactor_part_12' by David S. Miller · 9 years ago
  53. 0470c8c inet: fix request sock refcounting by Eric Dumazet · 9 years ago
  54. e3d95ad inet: avoid fastopen lock for regular accept() by Eric Dumazet · 9 years ago
  55. 9439ce0 tcp: rename struct tcp_request_sock listener by Eric Dumazet · 9 years ago
  56. 4e9a578 inet: add rsk_listener field to struct request_sock by Eric Dumazet · 9 years ago
  57. e49bb33 inet: uninline inet_reqsk_alloc() by Eric Dumazet · 9 years ago
  58. 407640d inet: add sk_listener argument to inet_reqsk_alloc() by Eric Dumazet · 9 years ago
  59. 9f2dbdd Merge branch 'listener_refactor_part_11' by David S. Miller · 9 years ago
  60. 7970ddc tcp: uninline tcp_oow_rate_limited() by Eric Dumazet · 9 years ago
  61. 1bfc443 tcp: move tcp_openreq_init() to tcp_input.c by Eric Dumazet · 9 years ago
  62. adc17d6 inet: move ir_mark to fill a hole by Eric Dumazet · 9 years ago
  63. a940700 netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support by Eric Dumazet · 9 years ago
  64. 8b58014 netfilter: tproxy: prepare TCP_NEW_SYN_RECV support by Eric Dumazet · 9 years ago
  65. a839923 netfilter: use sk_fullsock() helper by Eric Dumazet · 9 years ago
  66. c249739 bpf: allow BPF programs access 'protocol' and 'vlan_tci' fields by Alexei Starovoitov · 9 years ago
  67. 9cf7867 Merge branch 'const_of_device_id' by David S. Miller · 9 years ago
  68. 2c71ec9 via-velocity: constify of_device_id array by Fabian Frederick · 9 years ago
  69. d2b75a3 net: via-rhine: constify of_device_id array by Fabian Frederick · 9 years ago
  70. abae1e0 ehea: constify of_device_id array by Fabian Frederick · 9 years ago
  71. 47b6166 IBM-EMAC: constify of_device_id array by Fabian Frederick · 9 years ago
  72. 486e957 can: constify of_device_id array by Fabian Frederick · 9 years ago
  73. d8a7dad net: phy: constify of_device_id array by Fabian Frederick · 9 years ago
  74. 3848124 orinoco: constify of_device_id array by Fabian Frederick · 9 years ago
  75. 74847f2 net: xilinx: constify of_device_id array by Fabian Frederick · 9 years ago
  76. 73c7047 net: greth: constify of_device_id array by Fabian Frederick · 9 years ago
  77. 437dab4 netdev: octeon_mgmt: constify of_device_id array by Fabian Frederick · 9 years ago
  78. 14448e2 net: ethernet: apple: constify of_device_id array by Fabian Frederick · 9 years ago
  79. a6b0dc2 drivers: net: xgene: constify of_device_id array by Fabian Frederick · 9 years ago
  80. fa2b183 net: ethoc: constify of_device_id array by Fabian Frederick · 9 years ago
  81. 94e5a2a net/fsl: constify of_device_id array by Fabian Frederick · 9 years ago
  82. 2726053 Altera TSE: constify of_device_id array by Fabian Frederick · 9 years ago
  83. 1156c96 net: netcp: constify of_device_id array by Fabian Frederick · 9 years ago
  84. 19c5ce9 Bluetooth: Add workaround for broken OS X legacy SMP pairing by Johan Hedberg · 9 years ago
  85. fa4335d Bluetooth: Move generic mgmt command dispatcher to hci_sock.c by Johan Hedberg · 9 years ago
  86. 88b94ce Bluetooth: Add hdev_init callback for HCI channels by Johan Hedberg · 9 years ago
  87. a380b6c Bluetooth: Add generic mgmt helper API by Johan Hedberg · 9 years ago
  88. 333ae95 Bluetooth: Add channel parameter to mgmt_pending_find() API by Johan Hedberg · 9 years ago
  89. d0f172b Bluetooth: Add helper to get HCI channel of a socket by Johan Hedberg · 9 years ago
  90. 49c989a Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_CSR by Jakub Pawlowski · 9 years ago
  91. c115484 Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_INTEL by Jakub Pawlowski · 9 years ago
  92. 3d50d51 Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_ATH3012 by Jakub Pawlowski · 9 years ago
  93. 07d2334 Bluetooth: Add simultaneous dual mode scan by Jakub Pawlowski · 9 years ago
  94. 812abb1 Bluetooth: Refactor BR/EDR inquiry and LE scan triggering. by Jakub Pawlowski · 9 years ago
  95. 695c4cb Bluetooth: Introduce HCI_QUIRK_SIMULTANEOUS_DISCOVERY by Jakub Pawlowski · 9 years ago
  96. d907c4f at86rf230: fix at86rf230_read_subreg succeed handling by Alexander Aring · 9 years ago
  97. c9e4447 Bluetooth: btusb: Fix minor whitespace issue in QCA ROME device entries by Marcel Holtmann · 9 years ago
  98. 72000df Bluetooth: Add support for Local OOB Extended Data Update events by Marcel Holtmann · 9 years ago
  99. 5425f98 Bluetooth: Fix length for Read Local OOB Extended Data respone packet by Marcel Holtmann · 9 years ago
  100. 617011e rhashtable: Avoid calculating hash again to unlock by Thomas Graf · 9 years ago