aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-23fm10k: do not assume VF always has 1 queueJacob Keller2-1/+7
2015-11-23rhashtable-test: allow to retry even if -ENOMEM was returnedPhil Sutter1-1/+13
2015-11-23rhashtable-test: calculate max_entries value by defaultPhil Sutter1-3/+5
2015-11-23rhashtable-test: retry insert operationsPhil Sutter1-24/+29
2015-11-23rhashtable-test: add cond_resched() to thread testPhil Sutter1-0/+5
2015-11-23dsa: mv88e6xxx.c: Hardware reset the chip if availableAndrew Lunn1-0/+10
2015-11-23net: dsa: Add support for a switch reset gpioAndrew Lunn3-0/+28
2015-11-23Bluetooth: Increment management interface revisionJohan Hedberg1-1/+1
2015-11-23Bluetooth: Fix powering on with privacy and advertisingAndrzej Kaczmarek1-7/+7
2015-11-23Bluetooth: Fix returning proper HCI status from __hci_req_syncJohan Hedberg1-1/+7
2015-11-23can: xilinx: Convert to runtime_pmKedareswara rao Appana1-75/+101
2015-11-22gianfar: use of_property_read_bool()Saurabh Sengar1-4/+1
2015-11-22bnx2x: Utilize FW 7.13.1.0.Yuval Mintz1-20/+23
2015-11-22net: IPv6 fib lookup tracepointDavid Ahern3-0/+90
2015-11-22Bluetooth: Add support for Get Advertising Size Information commandMarcel Holtmann2-0/+71
2015-11-22Bluetooth: Simplify if statements in tlv_data_is_valid functionMarcel Holtmann1-9/+11
2015-11-22Bluetooth: Add instance range check for Add Advertising commandMarcel Holtmann1-0/+4
2015-11-20net: avoid NULL deref in napi_get_frags()Eric Dumazet1-2/+4
2015-11-20ravb: use clock rate as basis for GTI.TIVSimon Horman2-1/+40
2015-11-20dl2k: Implement suspendOndrej Zary1-14/+65
2015-11-20dl2k: Reorder and cleanup initializationOndrej Zary1-39/+56
2015-11-20dl2k: Handle memory allocation errors in alloc_listOndrej Zary1-85/+97
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy6-133/+133
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy7-345/+415
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy7-461/+462
2015-11-20tipc: convert node lock to rwlockJon Paul Maloy3-133/+136
2015-11-20tipc: introduce per-link spinlockJon Paul Maloy3-26/+25
2015-11-20tipc: reduce code dependency between binding table and node layerJon Paul Maloy6-67/+74
2015-11-20tipc: small cleanup of function tipc_node_check_state()Jon Paul Maloy1-3/+2
2015-11-20tipc: move linearization of buffers to generic codeJon Paul Maloy3-5/+3
2015-11-20bnx2x: Show port statistics in Multi-functionYuval Mintz1-3/+1
2015-11-20bnx2x: Add new SW stat 'tx_exhaustion_events'Yuval Mintz1-2/+3
2015-11-20ppp: remove PPPOX_ZOMBIE socket stateGuillaume Nault3-4/+3
2015-11-20ppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv()Guillaume Nault1-20/+2
2015-11-20mlxsw: spectrum: Add error paths to __mlxsw_sp_port_vlans_addIdo Schimmel1-15/+46
2015-11-20mlxsw: spectrum: Unify setting of HW VLAN filtersIdo Schimmel1-24/+34
2015-11-20mlxsw: spectrum: Use correct PVID value when removing VLANsIdo Schimmel1-10/+8
2015-11-20bpf: add show_fdinfo handler for mapsDaniel Borkmann1-1/+21
2015-11-20net: encx24j600: move rev announcement to probe functionJon Ringle1-12/+12
2015-11-19Bluetooth: Use hex notation for maskAndrei Emeltchenko1-1/+1
2015-11-19Bluetooth: Fix mask for H5 header lenAndrei Emeltchenko1-1/+1
2015-11-19Bluetooth: remove unneeded variable in l2cap_stream_rxPrasanna Karthik1-3/+1
2015-11-19Bluetooth: Clean up hci_core codePrasanna Karthik1-3/+4
2015-11-19Bluetooth: clean up af_bluetooth codePrasanna Karthik1-2/+2
2015-11-19Bluetooth: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring1-2/+1
2015-11-19mac802154: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring1-2/+1
2015-11-19Bluetooth: Simplify request cleanup codeJohan Hedberg2-3/+3
2015-11-19Bluetooth: Remove conn_unfinished variable from hci_connect_le()Johan Hedberg1-36/+12
2015-11-19Bluetooth: Move check for ongoing connect earlier in hci_connect_le()Johan Hedberg1-6/+6
2015-11-19Bluetooth: Fix specifying role for LE connectionsJohan Hedberg4-13/+11