1. e258d91 switchdev: fix: pass correct obj size when deferring obj add by Scott Feldman · 9 years ago
  2. 3a7bde5 switchdev: fix: erasing too much of vlan obj when handling multiple vlan specs by Scott Feldman · 9 years ago
  3. 740215d Merge tag 'nfc-next-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by David S. Miller · 9 years ago
  4. 5bf8921 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  5. b7b0b1d ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTU by Alexander Duyck · 9 years ago
  6. 741af00 switchdev: Add support for flood control by Ido Schimmel · 9 years ago
  7. b7af147 bridge: set is_local and is_static before fdb entry is added to the fdb hashtable by Roopa Prabhu · 9 years ago
  8. f116317 NFC: nci: non-static functions can not be inline by Robert Dolca · 9 years ago
  9. cf4b24f mpls: reduce memory usage of routes by Robert Shearman · 9 years ago
  10. b4e04fc mpls: fix forwarding using v4/v6 explicit null by Robert Shearman · 9 years ago
  11. 080a270 sock: don't enable netstamp for af_unix sockets by Hannes Frederic Sowa · 9 years ago
  12. 324e786 bluetooth: 6lowpan: fix NOHZ: local_softirq_pending by Alexander Aring · 9 years ago
  13. 8941faa net: tso: add support for IPv6 by emmanuel.grumbach@intel.com · 9 years ago
  14. 2c501cd Bluetooth: Fix crash on fast disconnect of SCO by Kuba Pawlak · 9 years ago
  15. 4b3418f ipv6: icmp: include addresses in debug messages by Bjørn Mork · 9 years ago
  16. 2bd8324 NFC: NCI: allow spi driver to choose transfer clock by Vincent Cuissard · 9 years ago
  17. fcd9d04 NFC: NCI: move generic spi driver to a module by Vincent Cuissard · 9 years ago
  18. e5629d2 NFC: NCI: export nci_send_frame and nci_send_cmd function by Vincent Cuissard · 9 years ago
  19. 15d1717 NFC: st21nfca: Add support for proprietary commands by Christophe Ricard · 9 years ago
  20. 064d004 NFC: st-nci: Add few code style fixes by Christophe Ricard · 9 years ago
  21. 96d4581 NFC: netlink: Add mode parameter to deactivate_target functions by Christophe Ricard · 9 years ago
  22. c4297e8 Bluetooth: Fix some obvious coding style issues in the SCO module by Marcel Holtmann · 9 years ago
  23. 05fcd4c Bluetooth: Replace hci_notify with hci_sock_dev_event by Marcel Holtmann · 9 years ago
  24. 242c0eb Bluetooth: Rename bt_cb()->req into bt_cb()->hci by Marcel Holtmann · 9 years ago
  25. d94a610 Bluetooth: Remove unneeded parenthesis around MSG_OOB by Marcel Holtmann · 9 years ago
  26. a1b0b94 NFC: nci: Create pipe on specific gate in nci_hci_connect_gate by Christophe Ricard · 9 years ago
  27. 8a49943 NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation. by Christophe Ricard · 9 years ago
  28. fa6fbad NFC: nci: add nci_hci_clear_all_pipes functions by Christophe Ricard · 9 years ago
  29. e65917b NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPE by Christophe Ricard · 9 years ago
  30. d8cd37e NFC: nci: Fix improper management of HCI return code by Christophe Ricard · 9 years ago
  31. 500c4ef NFC: nci: Fix incorrect data chaining when sending data by Christophe Ricard · 9 years ago
  32. 1da5537 Bluetooth: Fix locking issue during fast SCO reconnection. by Kuba Pawlak · 9 years ago
  33. 435c513 Bluetooth: Fix locking issue on SCO disconnection by Kuba Pawlak · 9 years ago
  34. 75e34f5 Bluetooth: Fix crash on SCO disconnect by Kuba Pawlak · 9 years ago
  35. 85b9ce9 NFC: nci: add nci_get_conn_info_by_id function by Robert Dolca · 9 years ago
  36. caa575a8 NFC: nci: fix possible crash in nci_core_conn_create by Robert Dolca · 9 years ago
  37. 22e4bd0 NFC: nci: rename nci_prop_ops to nci_driver_ops by Robert Dolca · 9 years ago
  38. 0a97a3c NFC: nci: Allow the driver to set handler for core nci ops by Robert Dolca · 9 years ago
  39. 7bc4824 NFC: nci: Introduce nci_core_cmd by Robert Dolca · 9 years ago
  40. e4dbd62 NFC: nci: Do not call post_setup when setup fails by Robert Dolca · 9 years ago
  41. 2663589 NFC: nci: Add function to get max packet size for conn by Robert Dolca · 9 years ago
  42. ea785c0 NFC: nci: Export nci data send API by Robert Dolca · 9 years ago
  43. 1586a58 af_unix: do not report POLLOUT on listeners by Eric Dumazet · 9 years ago
  44. 742e038 tipc: link_is_bc_sndlink() can be static by Wu Fengguang · 9 years ago
  45. 2af5ae3 tipc: clean up unused code and structures by Jon Paul Maloy · 9 years ago
  46. c49a0a8 tipc: ensure binding table initial distribution is sent via first link by Jon Paul Maloy · 9 years ago
  47. c72fa87 tipc: eliminate link's reference to owner node by Jon Paul Maloy · 9 years ago
  48. 7214bcf tipc: eliminate redundant buffer cloning at transmission by Jon Paul Maloy · 9 years ago
  49. 60852d6 tipc: let neighbor discoverer tranmsit consumable buffers by Jon Paul Maloy · 9 years ago
  50. 959e178 tipc: introduce jumbo frame support for broadcast by Jon Paul Maloy · 9 years ago
  51. b06b281 tipc: simplify bearer level broadcast by Jon Paul Maloy · 9 years ago
  52. 5266698 tipc: let broadcast packet reception use new link receive function by Jon Paul Maloy · 9 years ago
  53. fd556f2 tipc: introduce capability bit for broadcast synchronization by Jon Paul Maloy · 9 years ago
  54. 2f56612 tipc: let broadcast transmission use new link transmit function by Jon Paul Maloy · 9 years ago
  55. c1ab3f1d tipc: make struct tipc_link generic to support broadcast by Jon Paul Maloy · 9 years ago
  56. 3230190 tipc: use explicit allocation of broadcast send link by Jon Paul Maloy · 9 years ago
  57. 0e05498 tipc: make link implementation independent from struct tipc_bearer by Jon Paul Maloy · 9 years ago
  58. 5fd9fd6 tipc: create broadcast transmission link at namespace init by Jon Paul Maloy · 9 years ago
  59. 0043550 tipc: move broadcast link lock to struct tipc_net by Jon Paul Maloy · 9 years ago
  60. 6beb19a tipc: move bcast definitions to bcast.c by Jon Paul Maloy · 9 years ago
  61. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  62. a72c951 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  63. bf79586 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  64. 1c78efa mpls: flow-based multipath selection by Robert Shearman · 9 years ago
  65. f8efb73 mpls: multipath route support by Roopa Prabhu · 9 years ago
  66. ce9d9b8 net: sysctl: fix a kmemleak warning by Li RongQing · 9 years ago
  67. dd461d6 if_link: Add control trust VF by Hiroshi Shimamoto · 9 years ago
  68. 5e0724d tcp/dccp: fix hashdance race for passive sessions by Eric Dumazet · 9 years ago
  69. f6b8dec9 af_key: fix two typos by Li RongQing · 9 years ago
  70. 7b13118 ipv4: implement support for NOPREFIXROUTE ifa flag for ipv4 address by Paolo Abeni · 9 years ago
  71. b72a2b0 ipv6: protect mtu calculation of wrap-around and infinite loop by rounding issues by Hannes Frederic Sowa · 9 years ago
  72. c80dbe0 tcp: allow dctcp alpha to drop to zero by Andrew Shewmaker · 9 years ago
  73. ab997ad ipv6: fix the incorrect return value of throw route by lucien · 9 years ago
  74. fc4099f openvswitch: Fix egress tunnel info. by Pravin B Shelar · 9 years ago
  75. 8566b86 VSOCK: Fix lockdep issue. by Jorgen Hansen · 9 years ago
  76. 199c655 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 9 years ago
  77. 1a49a2f net: dsa: remove port_fdb_getnext by Vivien Didelot · 9 years ago
  78. ea70ba9 net: dsa: add port_fdb_dump function by Vivien Didelot · 9 years ago
  79. d46a9d6 net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr set by David Ahern · 9 years ago
  80. e9829b9 Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  81. 4ef7ea9 VSOCK: sock_put wasn't safe to call in interrupt context by Jorgen Hansen · 9 years ago
  82. 47191d6 netlink: fix locking around NETLINK_LIST_MEMBERSHIPS by David Herrmann · 9 years ago
  83. aec1592 openvswitch: Use dev_queue_xmit for vport send. by Pravin B Shelar · 9 years ago
  84. 99e28f1 openvswitch: Fix incorrect type use. by Pravin B Shelar · 9 years ago
  85. 13972ad Bluetooth: Increase minor version of core module by Marcel Holtmann · 9 years ago
  86. aeedebf ieee802154: 6lowpan: fix memory leak by Alexander Aring · 9 years ago
  87. 88d07fe Bluetooth: Make hci_disconnect() behave correctly for all states by Johan Hedberg · 9 years ago
  88. 89e0ccc Bluetooth: Take advantage of connection abort helpers by Johan Hedberg · 9 years ago
  89. dcc0f0d Bluetooth: Introduce hci_req helper to abort a connection by Johan Hedberg · 9 years ago
  90. c81d555 Bluetooth: Fix crash in SMP when unpairing by Johan Hedberg · 9 years ago
  91. fc64361 Bluetooth: Disable auto-connection parameters when unpairing by Johan Hedberg · 9 years ago
  92. feec0cb ipv6: gro: support sit protocol by Eric Dumazet · 9 years ago
  93. e754ec6 openvswitch: Serialize nested ct actions if provided by Joe Stringer · 9 years ago
  94. 4f0909e openvswitch: Mark connections new when not confirmed. by Joe Stringer · 9 years ago
  95. 9e38471 openvswitch: Reject ct_state masks for unknown bits by Joe Stringer · 9 years ago
  96. e2e8009 tcp: remove improper preemption check in tcp_xmit_probe_skb() by Renato Westphal · 9 years ago
  97. 36a28b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  98. b1974ed netlink: Rightsize IFLA_AF_SPEC size calculation by Arad, Ronen · 9 years ago
  99. e535679 tipc: conditionally expand buffer headroom over udp tunnel by Jon Paul Maloy · 9 years ago
  100. 45c8b7b tipc: allow non-linear first fragment buffer by Jon Paul Maloy · 9 years ago