1. 9090fdb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  2. 4fabb59 rds: rds_ib_device.refcount overflow by Wengang Wang · 9 years ago
  3. f760b87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  4. cee9f6d Merge tag 'linux-can-fixes-for-4.2-20150712' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 9 years ago
  5. d3b58c4 can: replace timestamp as unique skb attribute by Oliver Hartkopp · 9 years ago
  6. c8cf89f net: dsa: Fix off-by-one in switch address parsing by Florian Fainelli · 9 years ago
  7. 8f5063e net: dsa: Test array index before use by Florian Fainelli · 9 years ago
  8. 2ee9401 net: switchdev: don't abort unsupported operations by Vivien Didelot · 9 years ago
  9. 8220ea2 net: inet_diag: always export IPV6_V6ONLY sockopt for listening sockets by Phil Sutter · 9 years ago
  10. 51ed7f3e bridge: mdb: allow the user to delete mdb entry if there's a querier by Satish Ashok · 9 years ago
  11. 2c17d27 net: call rcu_read_lock early in process_backlog by Julian Anastasov · 9 years ago
  12. e9e4dd3 net: do not process device backlog during unregistration by Julian Anastasov · 9 years ago
  13. a7d35f9 bridge: fix potential crash in __netdev_pick_tx() by Eric Dumazet · 9 years ago
  14. 1fbe4b46 net: pktgen: kill the "Wait for kthread_stop" code in pktgen_thread_worker() by Oleg Nesterov · 9 years ago
  15. fecdf8b net: pktgen: fix race between pktgen_thread_worker() and kthread_stop() by Oleg Nesterov · 9 years ago
  16. c44bd69 libceph: treat sockaddr_storage with uninitialized family as blank by Ilya Dryomov · 9 years ago
  17. 757856d libceph: enable ceph in a non-default network namespace by Ilya Dryomov · 9 years ago
  18. ace15bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  19. 974d7af ipv4: add support for linkdown sysctl to netconf by Andy Gospodarek · 9 years ago
  20. f1158b7 bridge: mdb: zero out the local br_ip variable before use by Nikolay Aleksandrov · 9 years ago
  21. fdd75ea net/tipc: initialize security state for new connection socket by Stephen Smalley · 9 years ago
  22. fc24f2b ip_tunnel: fix ipv4 pmtu check to honor inner ip header df by Timo Teräs · 9 years ago
  23. 4f7d2cd rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver by Daniel Borkmann · 9 years ago
  24. 95ec655 Revert "dev: set iflink to 0 for virtual interfaces" by Nicolas Dichtel · 9 years ago
  25. d339727 net: graceful exit from netif_alloc_netdev_queues() by Eric Dumazet · 9 years ago
  26. f7e2965 bridge: mdb: start delete timer for temp static entries by Satish Ashok · 9 years ago
  27. 32f675b net_sched: gen_estimator: extend pps limit by Eric Dumazet · 9 years ago
  28. 86e8971 netfilter: bridge: Use __in6_dev_get rather than in6_dev_get in br_validate_ipv6 by Julien Grall · 9 years ago
  29. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  30. 9b284cb bluetooth: fix list handling by Linus Torvalds · 9 years ago
  31. 0f1db7d 9p: cope with bogus responses from server in p9_client_{read,write} by Al Viro · 9 years ago
  32. 67e808f p9_client_write(): avoid double p9_free_req() by Al Viro · 9 years ago
  33. a84b69c 9p: forgetting to cancel request on interrupted zero-copy RPC by Al Viro · 9 years ago
  34. 4c938d2 ipv6: Make MLD packets to only be processed locally by Angga · 9 years ago
  35. 92b80eb netlink: Delete an unnecessary check before the function call "module_put" by Markus Elfring · 9 years ago
  36. f6e1c91 net-RDS: Delete an unnecessary check before the function call "module_put" by Markus Elfring · 9 years ago
  37. 8777531 net-ipv6: Delete an unnecessary check before the function call "free_percpu" by Markus Elfring · 9 years ago
  38. 462e1ea bridge: vlan: fix usage of vlan 0 and 4095 again by Nikolay Aleksandrov · 9 years ago
  39. c4555d1 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 9 years ago
  40. 0c76c6b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  41. 8688d95 Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  42. 9d90f03 Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  43. 6742b9e netfilter: nfnetlink: keep going batch handling on missing modules by Pablo Neira Ayuso · 9 years ago
  44. dd302b5 netfilter: bridge: don't leak skb in error paths by Florian Westphal · 9 years ago
  45. 3bd2299 netfilter: arptables: use percpu jumpstack by Florian Westphal · 9 years ago
  46. a1bc1b3 netfilter: bridge: fix CONFIG_NF_DEFRAG_IPV4/6 related warnings/errors by Bernhard Thaler · 9 years ago
  47. f307170 netfilter: nf_queue: Don't recompute the hook_list head by Eric W. Biederman · 9 years ago
  48. 47ebed9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  49. 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
  50. 82cd003 crush: fix a bug in tree bucket decode by Ilya Dryomov · 9 years ago
  51. ab944c8 Bluetooth: Reinitialize the list after deletion for session user list by Tedd Ho-Jeong An · 9 years ago
  52. b922622 sock_diag: don't broadcast kernel sockets by Craig Gallek · 9 years ago
  53. c2cfa19 libceph: Fix ceph_tcp_sendpage()'s more boolean usage by Benoît Canet · 9 years ago
  54. 29c4afc sctp: Fix race between OOTB responce and route removal by Alexander Sverdlin · 9 years ago
  55. 4fdeddf dsa: fix promiscuity leak on slave dev open error by Gilad Ben-Yossef · 9 years ago
  56. 1830fce net: Kill sock->sk_protinfo by David Miller · 9 years ago
  57. 3200392 ax25: Stop using sock->sk_protinfo. by David Miller · 9 years ago
  58. 8e690ff flow_dissector: Pre-initialize ip_proto in __skb_flow_dissect() by Geert Uytterhoeven · 9 years ago
  59. 96ac5cc ipv4: fix RCU lockdep warning from linkdown changes by Andy Gospodarek · 9 years ago
  60. 7d967b6 tipc: purge backlog queue counters when broadcast link is reset by Jon Paul Maloy · 9 years ago
  61. d2c3ac7 Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  62. 7c25867 Bluetooth: hidp: Initialize list header of hidp session user by Tedd Ho-Jeong An · 9 years ago
  63. 6ba8edc libceph: Remove spurious kunmap() of the zero page by Benoît Canet · 9 years ago
  64. b175c3a net: sched: flower fix typo by Jamal Hadi Salim · 9 years ago
  65. b459be7 crush: sync up with userspace by Ilya Dryomov · 9 years ago
  66. 8f52979 crush: fix crash from invalid 'take' argument by Ilya Dryomov · 9 years ago
  67. 6c13a6b libceph: fix wrong name "Ceph filesystem for Linux" by Hong Zhiguo · 9 years ago
  68. 216639d libceph: a couple tweaks for wait loops by Ilya Dryomov · 9 years ago
  69. a319bf5 libceph: store timeouts in jiffies, verify user input by Ilya Dryomov · 9 years ago
  70. b01da6a libceph: use kvfree() instead of open-coding it by Ilya Dryomov · 9 years ago
  71. 144cba1 libceph: allow setting osd_req_op's flags by Yan, Zheng · 9 years ago
  72. 66ba609 libceph: properly release STAT request's raw_data_in by Yan, Zheng · 9 years ago
  73. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  74. 1ea2d02 bridge: vlan: flush the dynamically learned entries on port vlan delete by Nikolay Aleksandrov · 9 years ago
  75. 9aa6638 bridge: multicast: add a comment to br_port_state_selection about blocking state by Nikolay Aleksandrov · 9 years ago
  76. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  77. 2046215 net: inet_diag: export IPV6_V6ONLY sockopt by Phil Sutter · 9 years ago
  78. 0eeb075 net: ipv4 sysctl option to ignore routes when nexthop link is down by Andy Gospodarek · 9 years ago
  79. 8a3d031 net: track link-status of ipv4 nexthops by Andy Gospodarek · 9 years ago
  80. 5c8079d net: switchdev: ignore unsupported bridge flags by Vivien Didelot · 9 years ago
  81. 34b99df ip: report the original address of ICMP messages by Julian Anastasov · 9 years ago
  82. f9d1b5a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  83. cb8a4de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  84. e9fdaec switchdev: change BUG_ON to WARN for attr set failure case by Scott Feldman · 9 years ago
  85. 7d4f8d8 switchdev; add VLAN support for port's bridge_getlink by Scott Feldman · 9 years ago
  86. 3e3a78b switchdev: rename vlan vid_start to vid_begin by Scott Feldman · 9 years ago
  87. e8e85cc packet: remove handling of tx_ring by Maninder Singh · 9 years ago
  88. 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
  89. 8405a8f netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook by Eric W. Biederman · 9 years ago
  90. fdab6a4 netfilter: nftables: Do not run chains in the wrong network namespace by Eric W. Biederman · 9 years ago
  91. 754bc54 bridge: multicast: restore router configuration on port link down/up by Satish Ashok · 9 years ago
  92. 7ce42de bridge: multicast: start querier timer when running user-space stp by Nikolay Aleksandrov · 9 years ago
  93. d496f78 NET: ROSE: Don't dereference NULL neighbour pointer. by Ralf Baechle · 9 years ago
  94. 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
  95. 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
  96. dfea2aa tcp: Do not call tcp_fastopen_reset_cipher from interrupt context by Christoph Paasch · 9 years ago
  97. 3b18844 inet_diag: Remove _bh suffix in inet_diag_dump_reqs(). by Hiroaki SHIMODA · 9 years ago
  98. 10ea516 switchdev: fdb filter_dev is always NULL for self (device), so remove check by Scott Feldman · 9 years ago
  99. b51d23e module: add per-module param_lock by Dan Streetman · 9 years ago
  100. 44d21c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago