1. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  2. 82cd003 crush: fix a bug in tree bucket decode by Ilya Dryomov · 9 years ago
  3. b922622 sock_diag: don't broadcast kernel sockets by Craig Gallek · 9 years ago
  4. c2cfa19 libceph: Fix ceph_tcp_sendpage()'s more boolean usage by Benoît Canet · 9 years ago
  5. 29c4afc sctp: Fix race between OOTB responce and route removal by Alexander Sverdlin · 9 years ago
  6. 4fdeddf dsa: fix promiscuity leak on slave dev open error by Gilad Ben-Yossef · 9 years ago
  7. 1830fce net: Kill sock->sk_protinfo by David Miller · 9 years ago
  8. 3200392 ax25: Stop using sock->sk_protinfo. by David Miller · 9 years ago
  9. 8e690ff flow_dissector: Pre-initialize ip_proto in __skb_flow_dissect() by Geert Uytterhoeven · 9 years ago
  10. 96ac5cc ipv4: fix RCU lockdep warning from linkdown changes by Andy Gospodarek · 9 years ago
  11. 7d967b6 tipc: purge backlog queue counters when broadcast link is reset by Jon Paul Maloy · 9 years ago
  12. d2c3ac7 Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  13. 6ba8edc libceph: Remove spurious kunmap() of the zero page by Benoît Canet · 9 years ago
  14. b175c3a net: sched: flower fix typo by Jamal Hadi Salim · 9 years ago
  15. b459be7 crush: sync up with userspace by Ilya Dryomov · 9 years ago
  16. 8f52979 crush: fix crash from invalid 'take' argument by Ilya Dryomov · 9 years ago
  17. 6c13a6b libceph: fix wrong name "Ceph filesystem for Linux" by Hong Zhiguo · 9 years ago
  18. 216639d libceph: a couple tweaks for wait loops by Ilya Dryomov · 9 years ago
  19. a319bf5 libceph: store timeouts in jiffies, verify user input by Ilya Dryomov · 9 years ago
  20. b01da6a libceph: use kvfree() instead of open-coding it by Ilya Dryomov · 9 years ago
  21. 144cba1 libceph: allow setting osd_req_op's flags by Yan, Zheng · 9 years ago
  22. 66ba609 libceph: properly release STAT request's raw_data_in by Yan, Zheng · 9 years ago
  23. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  24. 1ea2d02 bridge: vlan: flush the dynamically learned entries on port vlan delete by Nikolay Aleksandrov · 9 years ago
  25. 9aa6638 bridge: multicast: add a comment to br_port_state_selection about blocking state by Nikolay Aleksandrov · 9 years ago
  26. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  27. 2046215 net: inet_diag: export IPV6_V6ONLY sockopt by Phil Sutter · 9 years ago
  28. 0eeb075 net: ipv4 sysctl option to ignore routes when nexthop link is down by Andy Gospodarek · 9 years ago
  29. 8a3d031 net: track link-status of ipv4 nexthops by Andy Gospodarek · 9 years ago
  30. 5c8079d net: switchdev: ignore unsupported bridge flags by Vivien Didelot · 9 years ago
  31. 34b99df ip: report the original address of ICMP messages by Julian Anastasov · 9 years ago
  32. f9d1b5a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  33. cb8a4de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  34. e9fdaec switchdev: change BUG_ON to WARN for attr set failure case by Scott Feldman · 9 years ago
  35. 7d4f8d8 switchdev; add VLAN support for port's bridge_getlink by Scott Feldman · 9 years ago
  36. 3e3a78b switchdev: rename vlan vid_start to vid_begin by Scott Feldman · 9 years ago
  37. e8e85cc packet: remove handling of tx_ring by Maninder Singh · 9 years ago
  38. 5b3f87d Merge tag 'linux-can-fixes-for-4.1-20150621' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 9 years ago
  39. 8405a8f netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook by Eric W. Biederman · 9 years ago
  40. fdab6a4 netfilter: nftables: Do not run chains in the wrong network namespace by Eric W. Biederman · 9 years ago
  41. 754bc54 bridge: multicast: restore router configuration on port link down/up by Satish Ashok · 9 years ago
  42. 7ce42de bridge: multicast: start querier timer when running user-space stp by Nikolay Aleksandrov · 9 years ago
  43. d496f78 NET: ROSE: Don't dereference NULL neighbour pointer. by Ralf Baechle · 9 years ago
  44. b1dfe0a Merge tag 'nfc-next-4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by David S. Miller · 9 years ago
  45. bfdc8db Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  46. dfea2aa tcp: Do not call tcp_fastopen_reset_cipher from interrupt context by Christoph Paasch · 9 years ago
  47. 3b18844 inet_diag: Remove _bh suffix in inet_diag_dump_reqs(). by Hiroaki SHIMODA · 9 years ago
  48. 10ea516 switchdev: fdb filter_dev is always NULL for self (device), so remove check by Scott Feldman · 9 years ago
  49. b51d23e module: add per-module param_lock by Dan Streetman · 9 years ago
  50. 44d21c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  51. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  52. 901f137 sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key() by Fabian Frederick · 9 years ago
  53. 468479e packet: avoid out of bounds read in round robin fanout by Willem de Bruijn · 9 years ago
  54. a2bb6d7 ipv4: include NLM_F_APPEND flag in append route notifications by Roopa Prabhu · 9 years ago
  55. b42be38 netlink: add API to retrieve all group memberships by David Herrmann · 9 years ago
  56. e0df02e sock_diag: fetch source port from inet_sock by Craig Gallek · 9 years ago
  57. 51f458d mac80211: fix locking in update_vlan_tailroom_need_count() by Johannes Berg · 9 years ago
  58. 36c0124 can: fix loss of CAN frames in raw_rcv by Oliver Hartkopp · 9 years ago
  59. a55e1c5 pkt_sched: sch_qfq: remove redundant -if- control statement by Andrea Parri · 9 years ago
  60. 2c51a97 neigh: do not modify unlinked entries by Julian Anastasov · 9 years ago
  61. d2a9ec6 net: rds: use for_each_sg() for scatterlist parsing by Fabian Frederick · 9 years ago
  62. 59f2111 packet: free packet_rollover after synchronize_net by Willem de Bruijn · 9 years ago
  63. f98f451 packet: read num_members once in packet_rcv_fanout() by Eric Dumazet · 9 years ago
  64. 775f06a SUNRPC: Set the TCP user timeout option on client sockets by Trond Myklebust · 9 years ago
  65. 4876cc7 SUNRPC: Ensure we release the TCP socket once it has been closed by Trond Myklebust · 9 years ago
  66. 3832591 SUNRPC: Handle connection issues correctly on the back channel by Trond Myklebust · 9 years ago
  67. c0b59fa Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Herbert Xu · 9 years ago
  68. 8f481b50 netfilter: Remove spurios included of netfilter.h by Eric W Biederman · 9 years ago
  69. a263653 netfilter: don't pull include/linux/netfilter.h from netns headers by Pablo Neira Ayuso · 9 years ago
  70. 10c04a8 netfilter: use forward declaration instead of including linux/proc_fs.h by Pablo Neira Ayuso · 9 years ago
  71. 17cebfd net: sched: Simplify em_ipset_match by Eric W. Biederman · 9 years ago
  72. 2fd1dc9 netfilter: Kill unused copies of RCV_SKB_FAIL by Eric W. Biederman · 9 years ago
  73. 230ac49 netfilter: bridge: split ipv6 code into separated file by Pablo Neira Ayuso · 9 years ago
  74. 952497b Bluetooth: Fix warning of potentially uninitialized adv_instance variable by Johan Hedberg · 9 years ago
  75. 39ecfad Bluetooth: Use zalloc when possible by Johan Hedberg · 9 years ago
  76. e58627d Bluetooth: Increment management interface revision by Marcel Holtmann · 9 years ago
  77. d4c5af8 Bluetooth: hci_core: remove obsolete adv_instance by Florian Grandel · 9 years ago
  78. eb6f95f Bluetooth: mgmt: multi-adv for mgmt_reenable_advertising() by Florian Grandel · 9 years ago
  79. 9d5fc2f Bluetooth: mgmt: multi-adv for trigger_le_scan() by Florian Grandel · 9 years ago
  80. 320b3bf Bluetooth: mgmt: program multi-adv on power on by Florian Grandel · 9 years ago
  81. 0194833 Bluetooth: mgmt: multi adv for remove_advertising*() by Florian Grandel · 9 years ago
  82. fffd38b Bluetooth: mgmt/hci_core: multi-adv for add_advertising*() by Florian Grandel · 9 years ago
  83. 847818d Bluetooth: mgmt: multi adv for clear_adv_instances() by Florian Grandel · 9 years ago
  84. 7816b82 Bluetooth: mgmt: multi adv for set_advertising*() by Florian Grandel · 9 years ago
  85. f63ba24 Bluetooth: mgmt: multi adv for create_instance_adv_data() by Florian Grandel · 9 years ago
  86. ca21fbe Bluetooth: mgmt: multi adv for create_instance_scan_rsp_data() by Florian Grandel · 9 years ago
  87. 7b683b7 Bluetooth: mgmt: multi adv for enable_advertising() by Florian Grandel · 9 years ago
  88. bea28e6 Bluetooth: mgmt: improve get_adv_instance_flags() readability by Florian Grandel · 9 years ago
  89. 411b412 Bluetooth: mgmt: multi adv for get_adv_instance_flags() by Florian Grandel · 9 years ago
  90. 3ff37e6 Bluetooth: mgmt: multi adv for get_current_adv_instance() by Florian Grandel · 9 years ago
  91. 286e0c8 Bluetooth: mgmt: multi adv for read_adv_features() by Florian Grandel · 9 years ago
  92. efae002 Bluetooth: mgmt: rename update_*_data_for_instance() by Florian Grandel · 9 years ago
  93. 91aa9bb Bluetooth: mgmt: dry update_scan_rsp_data() by Florian Grandel · 9 years ago
  94. 5d900e4 Bluetooth: hci_core/mgmt: move adv timeout to hdev by Florian Grandel · 9 years ago
  95. d2609b3 Bluetooth: hci_core/mgmt: Introduce multi-adv list by Florian Grandel · 9 years ago
  96. d138192 sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key() by Fabian Frederick · 9 years ago
  97. c4e70a8 netfilter: bridge: rename br_netfilter.c to br_netfilter_hooks.c by Pablo Neira Ayuso · 9 years ago
  98. 01555e7 netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flag by Harout Hedeshian · 9 years ago
  99. ef493bd netfilter: nfnetlink_queue: add security context information by Roman Kubiak · 9 years ago
  100. 2dab80a bridge: fix br_stp_set_bridge_priority race conditions by Nikolay Aleksandrov · 9 years ago