summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck2014-12-111-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-11118-898/+4186
|\
| * net/mlx4: Add support for A0 steeringMatan Barak2014-12-111-2/+15
| * net/mlx4: Add A0 hybrid steeringMatan Barak2014-12-111-2/+8
| * net/mlx4: Change QP allocation schemeEugenia Emantayev2014-12-111-2/+19
| * net/mlx4_core: Use tasklet for user-space CQ completion eventsMatan Barak2014-12-111-0/+5
| * net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-101-0/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-102-3/+3
| |\
| | * fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not definedAlexander Duyck2014-12-081-2/+2
| | * uapi: fix to export linux/vm_sockets.hMasahiro Yamada2014-12-051-1/+1
| * | irda: Convert function pointer arrays and uses to constJoe Perches2014-12-101-3/+3
| * | llc: Make llc_sap_action_t function pointer arrays constJoe Perches2014-12-101-1/+1
| * | llc: Make llc_conn_ev_qfyr_t function pointer arrays constJoe Perches2014-12-101-1/+1
| * | llc: Make function pointer arrays constJoe Perches2014-12-101-1/+1
| * | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-102-44/+0
| * | net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck2014-12-101-0/+9
| * | net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck2014-12-101-0/+2
| * | Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller2014-12-107-50/+22
| |\ \
| | * | bury memcpy_toiovec()Al Viro2014-12-091-1/+0
| | * | skb_copy_datagram_iovec() can dieAl Viro2014-12-091-2/+0
| | * | switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro2014-12-091-12/+4
| | * | first fruits - kill l2cap ->memcpy_fromiovec()Al Viro2014-12-091-29/+0
| | * | put iov_iter into msghdrAl Viro2014-12-094-10/+14
| | * | vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro2014-12-091-2/+3
| | * | switch l2cap ->memcpy_fromiovec() to msghdrAl Viro2014-12-091-3/+3
| | * | switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2014-12-091-1/+1
| | * | ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro2014-12-091-1/+2
| | * | Merge branch 'iov_iter' into for-davem-2Al Viro2014-12-091-0/+6
| | |\ \
| * | | | bridge: remove mode BRIDGE_MODE_SWDEVRoopa Prabhu2014-12-091-1/+0
| * | | | bridge: new mode flag to indicate mode 'undefined'Roopa Prabhu2014-12-091-0/+1
| * | | | Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-12-0916-72/+230
| |\ \ \ \
| | * \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-12-054-26/+71
| | |\ \ \ \
| | | * | | | Bluetooth: Enabled LE Direct Advertising Report event if supportedMarcel Holtmann2014-12-051-0/+1
| | | * | | | Bluetooth: Add definitions for LE Direct Advertising Report eventMarcel Holtmann2014-12-051-0/+10
| | | * | | | Bluetooth: Move LE advertising report defines to the right locationMarcel Holtmann2014-12-051-19/+19
| | | * | | | Bluetooth: Report invalid RSSI for service discovery and background scanMarcel Holtmann2014-12-051-0/+3
| | | * | | | Bluetooth: Add helper function for clearing the discovery filterMarcel Holtmann2014-12-051-0/+8
| | | * | | | Bluetooth: Add extra discovery fields for storing filter informationJakub Pawlowski2014-12-051-0/+4
| | | * | | | Bluetooth: Add definitions for MGMT_OP_START_SERVICE_DISCOVERYJakub Pawlowski2014-12-051-0/+9
| | | * | | | Bluetooth: Add HCI_RSSI_INVALID for unknown RSSI valueMarcel Holtmann2014-12-051-0/+1
| | | * | | | Bluetooth: Store address type with OOB dataJohan Hedberg2014-12-031-3/+5
| | | * | | | Bluetooth: Unify remote OOB data functionsJohan Hedberg2014-12-031-4/+2
| | | * | | | Bluetooth: Add skeleton for BR/EDR SMP channelJohan Hedberg2014-12-032-0/+3
| | | * | | | Bluetooth: Add debugfs switch for forcing SMP over BR/EDRJohan Hedberg2014-12-031-0/+1
| | | * | | | Bluetooth: Add hci_conn flag for new link key generationJohan Hedberg2014-12-031-0/+1
| | | * | | | Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltkJohan Hedberg2014-12-031-2/+2
| | | * | | | Bluetooth: Remove unused hci_find_ltk functionJohan Hedberg2014-12-031-2/+0
| | | * | | | Bluetooth: Use custom macro for testing BR/EDR SC enabledJohan Hedberg2014-12-031-0/+3
| | | * | | | Bluetooth: Add mgmt support for LE Secure Connections LTK typesJohan Hedberg2014-12-031-0/+3
| | | * | | | Bluetooth: Track both local and remote L2CAP fixed channel maskJohan Hedberg2014-12-021-2/+2