1. 0043550 tipc: move broadcast link lock to struct tipc_net by Jon Paul Maloy · 9 years ago
  2. 6beb19a tipc: move bcast definitions to bcast.c by Jon Paul Maloy · 9 years ago
  3. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  4. 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
  5. bf79586 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  6. 1c78efa mpls: flow-based multipath selection by Robert Shearman · 9 years ago
  7. f8efb73 mpls: multipath route support by Roopa Prabhu · 9 years ago
  8. ce9d9b8 net: sysctl: fix a kmemleak warning by Li RongQing · 9 years ago
  9. dd461d6 if_link: Add control trust VF by Hiroshi Shimamoto · 9 years ago
  10. 5e0724d tcp/dccp: fix hashdance race for passive sessions by Eric Dumazet · 9 years ago
  11. f6b8dec9 af_key: fix two typos by Li RongQing · 9 years ago
  12. 7b13118 ipv4: implement support for NOPREFIXROUTE ifa flag for ipv4 address by Paolo Abeni · 9 years ago
  13. b72a2b0 ipv6: protect mtu calculation of wrap-around and infinite loop by rounding issues by Hannes Frederic Sowa · 9 years ago
  14. c80dbe0 tcp: allow dctcp alpha to drop to zero by Andrew Shewmaker · 9 years ago
  15. ab997ad ipv6: fix the incorrect return value of throw route by lucien · 9 years ago
  16. fc4099f openvswitch: Fix egress tunnel info. by Pravin B Shelar · 9 years ago
  17. 8566b86 VSOCK: Fix lockdep issue. by Jorgen Hansen · 9 years ago
  18. 199c655 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 9 years ago
  19. 1a49a2f net: dsa: remove port_fdb_getnext by Vivien Didelot · 9 years ago
  20. ea70ba9 net: dsa: add port_fdb_dump function by Vivien Didelot · 9 years ago
  21. d46a9d6 net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr set by David Ahern · 9 years ago
  22. 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
  23. 4ef7ea9 VSOCK: sock_put wasn't safe to call in interrupt context by Jorgen Hansen · 9 years ago
  24. 47191d6 netlink: fix locking around NETLINK_LIST_MEMBERSHIPS by David Herrmann · 9 years ago
  25. aec1592 openvswitch: Use dev_queue_xmit for vport send. by Pravin B Shelar · 9 years ago
  26. 99e28f1 openvswitch: Fix incorrect type use. by Pravin B Shelar · 9 years ago
  27. 13972ad Bluetooth: Increase minor version of core module by Marcel Holtmann · 9 years ago
  28. aeedebf ieee802154: 6lowpan: fix memory leak by Alexander Aring · 9 years ago
  29. 88d07fe Bluetooth: Make hci_disconnect() behave correctly for all states by Johan Hedberg · 9 years ago
  30. 89e0ccc Bluetooth: Take advantage of connection abort helpers by Johan Hedberg · 9 years ago
  31. dcc0f0d Bluetooth: Introduce hci_req helper to abort a connection by Johan Hedberg · 9 years ago
  32. c81d555 Bluetooth: Fix crash in SMP when unpairing by Johan Hedberg · 9 years ago
  33. fc64361 Bluetooth: Disable auto-connection parameters when unpairing by Johan Hedberg · 9 years ago
  34. feec0cb ipv6: gro: support sit protocol by Eric Dumazet · 9 years ago
  35. e754ec6 openvswitch: Serialize nested ct actions if provided by Joe Stringer · 9 years ago
  36. 4f0909e openvswitch: Mark connections new when not confirmed. by Joe Stringer · 9 years ago
  37. 9e38471 openvswitch: Reject ct_state masks for unknown bits by Joe Stringer · 9 years ago
  38. e2e8009 tcp: remove improper preemption check in tcp_xmit_probe_skb() by Renato Westphal · 9 years ago
  39. 36a28b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  40. b1974ed netlink: Rightsize IFLA_AF_SPEC size calculation by Arad, Ronen · 9 years ago
  41. e535679 tipc: conditionally expand buffer headroom over udp tunnel by Jon Paul Maloy · 9 years ago
  42. 45c8b7b tipc: allow non-linear first fragment buffer by Jon Paul Maloy · 9 years ago
  43. 1241365 openvswitch: Allocate memory for ovs internal device stats. by James Morse · 9 years ago
  44. f1900fb net: Really fix vti6 with oif in dst lookups by David Ahern · 9 years ago
  45. 53387c4 tipc: extend broadcast link window size by Jon Paul Maloy · 9 years ago
  46. 17bc08f Bluetooth: Remove unnecessary hci_explicit_connect_lookup function by Johan Hedberg · 9 years ago
  47. 1ede986 Bluetooth: Remove redundant (and possibly wrong) flag clearing by Johan Hedberg · 9 years ago
  48. b5c2b62 Bluetooth: Add hdev helper variable to hci_le_create_connection_cancel by Johan Hedberg · 9 years ago
  49. ec182f0 Bluetooth: Remove unnecessary indentation in unpair_device() by Johan Hedberg · 9 years ago
  50. f5ad4ff Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possible by Johan Hedberg · 9 years ago
  51. 9d4c1cc Bluetooth: Use hci_conn_hash_lookup_le() when possible by Johan Hedberg · 9 years ago
  52. 85813a7 Bluetooth: Add le_addr_type() helper function by Johan Hedberg · 9 years ago
  53. 6ac311a Adding switchdev ageing notification on port bridged by Elad Raz · 9 years ago
  54. 50010c20 irda: precedence bug in irlmp_seq_hb_idx() by Dan Carpenter · 9 years ago
  55. f6a835b vsock: fix missing cleanup when misc_register failed by Gao feng · 9 years ago
  56. 4f41b1c tcp: use RACK to detect losses by Yuchung Cheng · 9 years ago
  57. 659a8ad tcp: track the packet timings in RACK by Yuchung Cheng · 9 years ago
  58. 77c6312 tcp: add tcp_tsopt_ecr_before helper by Yuchung Cheng · 9 years ago
  59. af82f4e tcp: remove tcp_mark_lost_retrans() by Yuchung Cheng · 9 years ago
  60. f672258 tcp: track min RTT using windowed min-filter by Yuchung Cheng · 9 years ago
  61. 9e45a3e tcp: apply Kern's check on RTTs used for congestion control by Yuchung Cheng · 9 years ago
  62. 8ce783d Bluetooth: Fix missing hdev locking for LE scan cleanup by Johan Hedberg · 9 years ago
  63. e5a9f8d mac80211: move station statistics into sub-structs by Johannes Berg · 9 years ago
  64. 976bd9e mac80211: move beacon_loss_count into ifmgd by Johannes Berg · 9 years ago
  65. 763aa27 mac80211: remove sta->last_ack_signal by Johannes Berg · 9 years ago
  66. 98a63aa Bluetooth: Introduce driver specific post init callback by Marcel Holtmann · 9 years ago
  67. 9f7378a Bluetooth: l2cap_disconnection_req priority over shutdown by Dean Jenkins · 9 years ago
  68. 04ba72e Bluetooth: Reorganize mutex lock in l2cap_sock_shutdown() by Dean Jenkins · 9 years ago
  69. e745643 Bluetooth: Unwind l2cap_sock_shutdown() by Dean Jenkins · 9 years ago
  70. 09bf420 6lowpan: put mcast compression in an own function by Alexander Aring · 9 years ago
  71. b5af9bd 6lowpan: rework tc and flow label handling by Alexander Aring · 9 years ago
  72. c8a3e7e 6lowpan: iphc: change define values by Alexander Aring · 9 years ago
  73. 028b2a8 6lowpan: remove lowpan_is_addr_broadcast by Alexander Aring · 9 years ago
  74. 6350047 6lowpan: move IPHC functionality defines by Alexander Aring · 9 years ago
  75. 607b0bd 6lowpan: nhc: move iphc manipulation out of nhc by Alexander Aring · 9 years ago
  76. 478208e 6lowpan: remove lowpan_fetch_skb_u8 by Alexander Aring · 9 years ago
  77. 8911d77 6lowpan: cleanup lowpan_header_decompress by Alexander Aring · 9 years ago
  78. a6f7738 6lowpan: cleanup lowpan_header_compress by Alexander Aring · 9 years ago
  79. bf513fd 6lowpan: introduce LOWPAN_IPHC_MAX_HC_BUF_LEN by Alexander Aring · 9 years ago
  80. cefdb80 bluetooth: 6lowpan: use lowpan dispatch helpers by Alexander Aring · 9 years ago
  81. 71cd2aa mac802154: llsec: use kzfree by Alexander Aring · 9 years ago
  82. a6ad2a6 Bluetooth: Fix removing connection parameters when unpairing by Johan Hedberg · 9 years ago
  83. e131d74 Bluetooth: Add support setup stage internal notification event by Marcel Holtmann · 9 years ago
  84. 660f0fc Bluetooth: hidp: fix device disconnect on idle timeout by David Herrmann · 9 years ago
  85. 7e995b9 Bluetooth: Add new quirk for non-persistent diagnostic settings by Marcel Holtmann · 9 years ago
  86. cad20c2 Bluetooth: Don't use remote address type to decide IRK persistency by Johan Hedberg · 9 years ago
  87. 581d6fd Bluetooth: Queue diagnostic messages together with HCI packets by Marcel Holtmann · 9 years ago
  88. bb77543 Bluetooth: Restrict valid packet types via HCI_CHANNEL_RAW by Marcel Holtmann · 9 years ago
  89. 8cd4f58 Bluetooth: Remove quirk for HCI_VENDOR_PKT filter handling by Marcel Holtmann · 9 years ago
  90. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  91. 1099f86 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  92. ca064bd xfrm: Fix pmtu discovery for local generated packets. by Steffen Klassert · 9 years ago
  93. 371f1c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  94. 7b4b000 RDS: fix rds-ping deadlock over TCP transport by santosh.shilimkar@oracle.com · 9 years ago
  95. dc6ef6b tcp: do not set queue_mapping on SYNACK by Eric Dumazet · 9 years ago
  96. 740dbc2 openvswitch: Scrub skb between namespaces by Joe Stringer · 9 years ago
  97. a5d6f7d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 9 years ago
  98. db65a3a netlink: Trim skb to alloc size to avoid MSG_TRUNC by Arad, Ronen · 9 years ago
  99. 26fb342 ipconfig: send Client-identifier in DHCP requests by Li RongQing · 9 years ago
  100. f0a0a97 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago