1. 3bc3b96 net: add common accessor for setting dropcount on packets by Eyal Birger · 9 years ago
  2. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 9 years ago
  3. 2472d76 net: packet: use sockaddr_ll fields as storage for skb original length in recvmsg path by Eyal Birger · 9 years ago
  4. 2cfdf9f net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_recv_timestamp() by Eyal Birger · 9 years ago
  5. 6368c23 net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields by Eyal Birger · 9 years ago
  6. 49a6fe0 net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl by Eyal Birger · 9 years ago
  7. 287f3a9 pppoe: Use workqueue to die properly when a PADT is received by Simon Farnsworth · 9 years ago
  8. 26caa34 bnx2: disable toggling of rxvlan if necessary by Ivan Vecera · 9 years ago
  9. 7c0af9f NFSv4: Don't call put_rpccred() under the rcu_read_lock() by Trond Myklebust · 9 years ago
  10. fa923369 NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache() by Trond Myklebust · 9 years ago
  11. 1ae04b2 NFSv3: Use the readdir fileid as the mounted-on-fileid by Trond Myklebust · 9 years ago
  12. 6c441c2 NFS: Don't invalidate a submounted dentry in nfs_prime_dcache() by Trond Myklebust · 9 years ago
  13. 3235b40 NFSv4: Set a barrier in the update_changeattr() helper by Trond Myklebust · 9 years ago
  14. 92d64e4 NFS: Fix nfs_post_op_update_inode() to set an attribute barrier by Trond Myklebust · 9 years ago
  15. 00fb4c9 NFS: Remove size hack in nfs_inode_attrs_need_update() by Trond Myklebust · 9 years ago
  16. 8f8ba1d NFSv4: Add attribute update barriers to delegreturn and pNFS layoutcommit by Trond Myklebust · 9 years ago
  17. a08a8cd NFS: Add attribute update barriers to NFS writebacks by Trond Myklebust · 9 years ago
  18. f506200 NFS: Set an attribute barrier on all updates by Trond Myklebust · 9 years ago
  19. f044636 NFS: Add attribute update barriers to nfs_setattr_update_inode() by Trond Myklebust · 9 years ago
  20. 140e049 NFS: Add a helper to set attribute barriers by Trond Myklebust · 9 years ago
  21. aa5accea NFS: Ensure that buffered writes wait for O_DIRECT writes to complete by Trond Myklebust · 9 years ago
  22. 91b3a68 staging: lustre: Convert uses of "int rc = seq_printf(...)" by Joe Perches · 9 years ago
  23. ea37304 net: macb: Properly add DMACFG bit definitions by Arun Chandran · 9 years ago
  24. 62f6924 net: macb: Add on the fly CPU endianness detection by Arun Chandran · 9 years ago
  25. 759c935 Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets by Shrikrishna Khare · 9 years ago
  26. f9be108 Staging: iio: meter: ade7854-i2c: code style improvements by Tolga Ceylan · 9 years ago
  27. 7cb8957 Staging: iio: meter: ade7854-i2c: code style improvements by Tolga Ceylan · 9 years ago
  28. 08c95f9 Staging: iio: meter: ade7854-i2c: code style improvements by Tolga Ceylan · 9 years ago
  29. b3de8e3 mei: bus: call device disable handler prior to disconnection by Tomas Winkler · 9 years ago
  30. a9bed61 mei: allow read concurrency by Tomas Winkler · 9 years ago
  31. 928fa66 mei: simplify io callback disposal by Tomas Winkler · 9 years ago
  32. 03b8d34 mei: add mei_cl_alloc_linked function by Tomas Winkler · 9 years ago
  33. bca67d6 mei: always initialize the callback with the intended operation type by Tomas Winkler · 9 years ago
  34. 5db7514 mei: use only one buffer in callback by Tomas Winkler · 9 years ago
  35. 331e418 mei: iamthif: use regular client read functions by Tomas Winkler · 9 years ago
  36. 8660172 mei: iamthif: use client write functions by Tomas Winkler · 9 years ago
  37. c54bf3a mei: iamthif: send flow control as a regular client by Tomas Winkler · 9 years ago
  38. 4e097bc mei: iamthif: remove useless iamthif_ioctl variable by Tomas Winkler · 9 years ago
  39. db4756f mei: iamthif: fix device reset on mei_amthif_irq_read_msg by Tomas Winkler · 9 years ago
  40. 3d33ff2 mei: fix device reset on mei_cl_irq_read_msg allocation failure by Tomas Winkler · 9 years ago
  41. 3908be6 mei: fix function names and format in KDoc by Alexander Usyskin · 9 years ago
  42. 2d1995f mei: me: change power gating function name conventions by Alexander Usyskin · 9 years ago
  43. a0a927d mei: me: add io register tracing by Tomas Winkler · 9 years ago
  44. 381a58c mei: me: use io register wrappers consistently by Tomas Winkler · 9 years ago
  45. b7d8851 mei: revamp me clients list handling by Tomas Winkler · 9 years ago
  46. 6c15a85 mei: make device disabled on stop unconditionally by Alexander Usyskin · 9 years ago
  47. e9395e3 Drivers: hv: vmbus: Suport an API to send packet with additional control by K. Y. Srinivasan · 9 years ago
  48. 87e93d6 Drivers: hv: vmbus: Suport an API to send pagebuffers with additional control by K. Y. Srinivasan · 9 years ago
  49. a13e8bb Drivers: hv: vmbus: Use a round-robin algorithm for picking the outgoing channel by K. Y. Srinivasan · 9 years ago
  50. 96c1d05 Drivers: hv: vmbus: Add support for VMBus panic notifier handler by Nick Meier · 9 years ago
  51. 530d15b Drivers: hv: hv_balloon: refuse to balloon below the floor by Vitaly Kuznetsov · 9 years ago
  52. 549fd28 Drivers: hv: hv_balloon: report offline pages as being used by Vitaly Kuznetsov · 9 years ago
  53. b05d8d9 Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region_mutex by Vitaly Kuznetsov · 9 years ago
  54. 37f492c Drivers: hv: vmbus: Get rid of some unnecessary messages by K. Y. Srinivasan · 9 years ago
  55. 5380b383 Drivers: hv: util: On device remove, close the channel after de-initializing the service by K. Y. Srinivasan · 9 years ago
  56. 5b1e5b5 Drivers: hv: vmbus: Remove the channel from the channel list(s) on failure by K. Y. Srinivasan · 9 years ago
  57. 2dd37cb Drivers: hv: vmbus: Handle both rescind and offer messages in the same context by K. Y. Srinivasan · 9 years ago
  58. ed6cfcc Drivers: hv: vmbus: Introduce a function to remove a rescinded offer by K. Y. Srinivasan · 9 years ago
  59. d15a030 Drivers: hv: vmbus: Properly handle child device remove by K. Y. Srinivasan · 9 years ago
  60. 04653a0 Drivers: hv: vmbus: Add support for the NetworkDirect GUID by K. Y. Srinivasan · 9 years ago
  61. 40384e4 Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open() by K. Y. Srinivasan · 9 years ago
  62. b057b3a hv: hv_balloon: match var type to return type of wait_for_completion by Nicholas Mc Guire · 9 years ago
  63. 51e5181 hv: channel_mgmt: match var type to return type of wait_for_completion by Nicholas Mc Guire · 9 years ago
  64. 08a9513 hv: channel: match var type to return type of wait_for_completion by Nicholas Mc Guire · 9 years ago
  65. ac0d12b hv: vmbus_open(): reset the channel state on ENOMEM by Dexuan Cui · 9 years ago
  66. 89f9f67 hv: vmbus_post_msg: retry the hypercall on some transient errors by Dexuan Cui · 9 years ago
  67. 1896566 hv: hv_util: move vmbus_open() to a later place by Dexuan Cui · 9 years ago
  68. e086748 Drivers: hv: vmbus: Teardown clockevent devices on module unload by Vitaly Kuznetsov · 9 years ago
  69. 32a1583 clockevents: export clockevents_unbind_device instead of clockevents_unbind by Vitaly Kuznetsov · 9 years ago
  70. e72e7ac drivers: hv: vmbus: Teardown synthetic interrupt controllers on module unload by Vitaly Kuznetsov · 9 years ago
  71. 09a1962 Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection pages on shutdown by Vitaly Kuznetsov · 9 years ago
  72. adcde06 Drivers: hv: vmbus: avoid double kfree for device_obj by Vitaly Kuznetsov · 9 years ago
  73. bc63b6f Drivers: hv: vmbus: rename channel work queues by Vitaly Kuznetsov · 9 years ago
  74. e513229 Drivers: hv: vmbus: prevent cpu offlining on newer hypervisors by Vitaly Kuznetsov · 9 years ago
  75. abe46b8 staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel by Ian Abbott · 9 years ago
  76. 361008f staging: comedi: adl_pci6208: support old PLX device ID by Ian Abbott · 9 years ago
  77. 706cb51 staging: comedi: adl_pci6208: remove multiple board type support by Ian Abbott · 9 years ago
  78. cd6b766 staging: comedi: adl_pci6208: combine PCI-6208 and PCI-6216 support by Ian Abbott · 9 years ago
  79. aff0dff staging: comedi: cb_pcimdas: add 8254 timer (pacer) support by H Hartley Sweeten · 9 years ago
  80. e56d03d staging: comedi: cb_pcimdas: add main connector digital input/output by H Hartley Sweeten · 9 years ago
  81. f51d3c9 staging: comedi: cb_pcimdas: tidy up cb_pcimdas_auto_attach() by H Hartley Sweeten · 9 years ago
  82. 21314bc staging: comedi: cb_pcimdas: provide analog output range table by H Hartley Sweeten · 9 years ago
  83. e3bd4c8 staging: comedi: cb_pcimdas: define the register map by H Hartley Sweeten · 9 years ago
  84. c7549d7 staging: comedi: cb_pcimdas: support analog input programmable ranges by H Hartley Sweeten · 9 years ago
  85. 532a411 staging: comedi: cb_pcimdas: fix analog input channel configuration by H Hartley Sweeten · 9 years ago
  86. bca3a6d staging: comedi: 8253.h: remove unused header by H Hartley Sweeten · 9 years ago
  87. c0cfeca staging: comedi: ni_labpc_common: convert driver to use the comedi_8254 module by H Hartley Sweeten · 9 years ago
  88. 5a213fa staging: comedi: amplc_dio200_common: convert driver to use the comedi_8254 module by H Hartley Sweeten · 9 years ago
  89. 99ca4e4 staging: comedi: amplc_dio200_common: remove 'spinlock' from struct dio200_subdev_8254 by H Hartley Sweeten · 9 years ago
  90. ed023d5 staging: comedi: amplc_dio200_common: remove unnecessary 'counter_number' checks by H Hartley Sweeten · 9 years ago
  91. fdb7c3e staging: comedi: amplc_dio200_common: remove 'which' from struct dio200_subdev_8254 by H Hartley Sweeten · 9 years ago
  92. 5814504 staging: comedi: amplc_dio200_common: remove 'gat_sce_ofs' from struct dio200_subdev_8254 by H Hartley Sweeten · 9 years ago
  93. 3a4959a staging: comedi: amplc_dio200_common: remove 'clk_sce_ofs' from struct dio200_subdev_8254 by H Hartley Sweeten · 9 years ago
  94. 5f907df staging: comedi: amplc_dio200_common: introduce DIO200_GAT_SEL() macro by H Hartley Sweeten · 9 years ago
  95. 1ec7271 staging: comedi: amplc_dio200_common: introduce DIO200_CLK_SEL() macro by H Hartley Sweeten · 9 years ago
  96. a9da9d2 staging: comedi: adl_pci9118: convert driver to use the comedi_8254 module by H Hartley Sweeten · 9 years ago
  97. 4ffe2b2 staging: comedi: das16: convert driver to use the comedi_8254 module by H Hartley Sweeten · 9 years ago
  98. bf9e4d5 staging: comedi: cb_pcidas64: remove unnecessary include by H Hartley Sweeten · 9 years ago
  99. d92d39d staging: comedi: me4000: convert driver to use the comedi_8254 module by H Hartley Sweeten · 9 years ago
  100. 1e1fe08 staging: comedi: adv_pci_dio: convert driver to use the comedi_8254 module by H Hartley Sweeten · 9 years ago