1. 83724c3 NFC: NCI: Fix NCI RF FRAME interface usage by Vincent Cuissard · 10 years ago
  2. 3c1c0f5 NFC: NCI: Fix nci_register_device init sequence by Vincent Cuissard · 10 years ago
  3. cfdbeea NFC: NCI: Add support of ISO15693 by Vincent Cuissard · 10 years ago
  4. dddb3da NFC: digital: Add Inititor-side PSL support by Mark A. Greer · 10 years ago
  5. a796dac wireless: core: Reorder wiphy_register() notifications relevantly by Tomasz Bursztyka · 10 years ago
  6. 07bc788 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  7. 47e4df9 mac80211: fix channel switch for chanctx-based drivers by Michal Kazior · 10 years ago
  8. aa4a83e net: sctp: fix suboptimal edge-case on non-active active/retrans path selection by Daniel Borkmann · 10 years ago
  9. ea4f19c net: sctp: spare unnecessary comparison in sctp_trans_elect_best by Daniel Borkmann · 10 years ago
  10. 2ba5af4 openvswitch: fix panic with multiple vlan headers by Jiri Benc · 10 years ago
  11. 793c3b4 net: ipv6: fib: don't sleep inside atomic lock by Benjamin Block · 10 years ago
  12. 061079a sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probe by zhuyj · 10 years ago
  13. dc80811 packet: handle too big packets for PACKET_V3 by Eric Dumazet · 10 years ago
  14. 6df378d lec: Use rtnl lock/unlock when updating MTU by chas williams - CONTRACTOR · 10 years ago
  15. 02784f1b tipc: Fix build. by David S. Miller · 10 years ago
  16. 7201c1d cbq: now_rt removal by Vasily Averin · 10 years ago
  17. 73d0f37 cbq: incorrectly low bandwidth setting blocks limited traffic by Vasily Averin · 10 years ago
  18. ac32c7f tipc: fix message importance range check by Erik Hugne · 10 years ago
  19. e050dbe batman-adv: Fix parameter order of hlist_add_behind by Sven Eckelmann · 10 years ago
  20. 9ce12eb netlink: Annotate RCU locking for seq_file walker by Thomas Graf · 10 years ago
  21. 0c9ab09 tcp: fix ssthresh and undo for consecutive short FRTO episodes by Neal Cardwell · 10 years ago
  22. a26552a tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic by Hannes Frederic Sowa · 10 years ago
  23. 4fab907 tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced() by Neal Cardwell · 10 years ago
  24. bc8fc7b sit: Fix ipip6_tunnel_lookup device matching criteria by Shmulik Ladkani · 10 years ago
  25. 9d186ca tcp: don't use timestamp from repaired skb-s to calculate RTT (v2) by Andrey Vagin · 10 years ago
  26. 13cac15 Bluetooth: Fix ERTM L2CAP resend packet by Lukasz Rymanowski · 10 years ago
  27. 069cb27 Bluetooth: Improve data packing in SAR mode by Lukasz Rymanowski · 10 years ago
  28. f558891 mac802154: common tx error path by Varka Bhadram · 10 years ago
  29. 0ba1f94 ieee802154: 6lowpan: remove unused function by Alexander Aring · 10 years ago
  30. b288a49 mac802154: common error path by Varka Bhadram · 10 years ago
  31. 24bbd44 mac802154: cleanup in rx path by Varka Bhadram · 10 years ago
  32. 6f48e26 Bluetooth: Make smp_chan_destroy() private to smp.c by Johan Hedberg · 10 years ago
  33. 86d1407 Bluetooth: Always call smp_distribute_keys() from a workqueue by Johan Hedberg · 10 years ago
  34. 109ec23 Bluetooth: Move canceling security_timer into smp_chan_destroy() by Johan Hedberg · 10 years ago
  35. 276d807 Bluetooth: Remove unused l2cap_conn->security_timer by Johan Hedberg · 10 years ago
  36. b68fda6 Bluetooth: Add SMP-internal timeout callback by Johan Hedberg · 10 years ago
  37. 8ae9b98 Bluetooth: Fix double free of SMP data skb by Johan Hedberg · 10 years ago
  38. 4befb86 Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback fails by Johan Hedberg · 10 years ago
  39. dec5b49 Bluetooth: Add public l2cap_conn_shutdown() API to request disconnection by Johan Hedberg · 10 years ago
  40. 44f1a7a Bluetooth: Use L2CAP resume callback to call smp_distribute_keys by Johan Hedberg · 10 years ago
  41. 5d88cc7 Bluetooth: Convert SMP to use l2cap_chan infrastructure by Johan Hedberg · 10 years ago
  42. defce9e Bluetooth: Make AES crypto context private to SMP by Johan Hedberg · 10 years ago
  43. 70db83c Bluetooth: Add SMP L2CAP channel skeleton by Johan Hedberg · 10 years ago
  44. 711eafe Bluetooth: Move SMP (de)initialization to smp.c by Johan Hedberg · 10 years ago
  45. 5450691 Bluetooth: Move SMP initialization after HCI init by Johan Hedberg · 10 years ago
  46. 222916e Bluetooth: Refactor SMP (de)initialization into separate functions by Johan Hedberg · 10 years ago
  47. 893eded Bluetooth: Fix IRK lookup when tfm_aes is not available by Johan Hedberg · 10 years ago
  48. fabed38 Bluetooth: Fix hci_update_random_address() error return for no crypto by Johan Hedberg · 10 years ago
  49. d336860 Bluetooth: Fix using HCI_CONN_LE_SMP_PEND to check for SMP context by Johan Hedberg · 10 years ago
  50. 79a0572 Bluetooth: Call l2cap_le_conn_ready after notifying channels by Johan Hedberg · 10 years ago
  51. 72847ce Bluetooth: Call L2CAP teardown callback before clearing chan->conn by Johan Hedberg · 10 years ago
  52. 1482430 Bluetooth: Move parts of fixed channel initialization to l2cap_add_scid by Johan Hedberg · 10 years ago
  53. 06171e0 Bluetooth: Remove special ATT data channel handling by Johan Hedberg · 10 years ago
  54. 54a1b62 Bluetooth: Improve fixed channel lookup based on link type by Johan Hedberg · 10 years ago
  55. e760ec1 Bluetooth: Move L2CAP fixed channel creation into l2cap_conn_cfm by Johan Hedberg · 10 years ago
  56. dc0f508 Bluetooth: Refactor l2cap_connect_cfm by Johan Hedberg · 10 years ago
  57. 191eb39 Bluetooth: Remove special handling of ATT in l2cap_security_cfm() by Johan Hedberg · 10 years ago
  58. d52deb1 Bluetooth: Resume BT_CONNECTED state after LE security elevation by Johan Hedberg · 10 years ago
  59. 5ff6f34 Bluetooth: Fix __l2cap_no_conn_pending() usage with all channels by Johan Hedberg · 10 years ago
  60. a24cce1 Bluetooth: Fix reference counting of global L2CAP channels by Johan Hedberg · 10 years ago
  61. 2b29349 Bluetooth: Fix confusion between parent and child channel for 6lowpan by Johan Hedberg · 10 years ago
  62. 5fcb934 Bluetooth: Remove redundant check for remote_key_dist by Johan Hedberg · 10 years ago
  63. 22f433d Bluetooth: Disable page scan if all whitelisted devices are connected by Johan Hedberg · 10 years ago
  64. 432df05 Bluetooth: Create unified helper function for updating page scan by Johan Hedberg · 10 years ago
  65. 84c61d9 Bluetooth: Add convenience function to check for pending power off by Johan Hedberg · 10 years ago
  66. 490cc7d net-timestamp: fix missing tcp fragmentation cases by Willem de Bruijn · 10 years ago
  67. 712a722 net-timestamp: fix missing ACK timestamp by Willem de Bruijn · 10 years ago
  68. efd5029 irda: Fix rd_frame control field initialization in irlap_send_rd_frame() by Maks Naumov · 10 years ago
  69. 8356f9d lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70a by chas williams - CONTRACTOR · 10 years ago
  70. de713b5 atm/svc: Fix blocking in wait loop by chas williams - CONTRACTOR · 10 years ago
  71. 3791b3f openvswitch: Fix memory leak in ovs_vport_alloc() error path by Christoph Jaeger · 10 years ago
  72. f0094b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  73. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  74. 8d2d441 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  75. 0d5501c net: Always untag vlan-tagged traffic on input. by Vlad Yasevich · 10 years ago
  76. f00439e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  77. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  78. 0d10c2c Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  79. 5f740d7 libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctly by Ilya Dryomov · 10 years ago
  80. 945a367 rtnetlink: fix VF info size by Jiri Benc · 10 years ago
  81. b7a71b5 ipv4: removed redundant conditional by Niv Yehezkel · 10 years ago
  82. 609ccf0 netfilter: nf_tables: fix error return code by Julia Lawall · 10 years ago
  83. 7926dbf netfilter: don't use mutex_lock_interruptible() by Pablo Neira Ayuso · 10 years ago
  84. b88825d netfilter: nf_tables: don't update chain with unset counters by Pablo Neira Ayuso · 10 years ago
  85. a3716e7 netfilter: nf_tables: uninitialize element key/data from the commit path by Pablo Neira Ayuso · 10 years ago
  86. 4e48ed8 netlink: reset network header before passing to taps by Daniel Borkmann · 10 years ago
  87. 0a4dd0d batman: fix duplicate #include of multicast.h by Jean Sacren · 10 years ago
  88. 2072ec8 openvswitch: fix duplicate #include headers by Jean Sacren · 10 years ago
  89. 2d177f3 6lowpan: Allow 6LoWPAN to be modular by Geert Uytterhoeven · 10 years ago
  90. 33caee3 Merge branch 'akpm' (patchbomb from Andrew Morton) by Linus Torvalds · 10 years ago
  91. 6c8f7e7 netlink: hold nl_sock_hash_lock during diag dump by Thomas Graf · 10 years ago
  92. 1d02328 list: fix order of arguments for hlist_add_after(_rcu) by Ken Helias · 10 years ago
  93. 9ea88a1 tcp: md5: check md5 signature without socket lock by Dmitry Popov · 10 years ago
  94. f066e2b net-timestamp: cumulative tcp timestamping fixes by Willem de Bruijn · 10 years ago
  95. 140c55d net-timestamp: sock_tx_timestamp() fix by Eric Dumazet · 10 years ago
  96. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  97. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  98. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  99. 757efd3 sctp: fix possible seqlock seadlock in sctp_packet_transmit() by Eric Dumazet · 10 years ago
  100. 6ff4e36 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 10 years ago