summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-23qed: simplify chain allocation with init params structAlexander Lobakin10-233/+242
2020-07-23qed: simplify initialization of the chains with an external PBLAlexander Lobakin1-18/+19
2020-07-23qed: move chain initialization inlines next to allocation functionsAlexander Lobakin2-112/+47
2020-07-23qed: sanitize PBL chains allocationAlexander Lobakin3-21/+20
2020-07-23qed: prevent possible double-frees of the chainsAlexander Lobakin1-1/+3
2020-07-23qed: move chain methods to a separate fileAlexander Lobakin3-273/+303
2020-07-23qed: reformat MakefileAlexander Lobakin1-7/+29
2020-07-23qed: reformat "qed_chain.h" a bitAlexander Lobakin1-60/+66
2020-07-23net: qed_hsi.h: Avoid the use of one-element arrayGustavo A. R. Silva1-1/+1
2020-07-23bna: bfi.h: Avoid the use of one-element arrayGustavo A. R. Silva1-1/+1
2020-07-23tg3: Avoid the use of one-element arrayGustavo A. R. Silva1-1/+1
2020-07-23ionic: fix memory leak of object 'lid'Colin Ian King1-1/+3
2020-07-23Merge branch 'l2tp-cleanup-checkpatch-pl-warnings'David S. Miller8-177/+145
2020-07-23l2tp: avoid precidence issues in L2TP_SKB_CB macroTom Parkin1-1/+1
2020-07-23l2tp: line-break long function prototypesTom Parkin1-2/+4
2020-07-23l2tp: prefer seq_puts for unformatted outputTom Parkin1-2/+2
2020-07-23l2tp: prefer using BIT macroTom Parkin1-2/+2
2020-07-23l2tp: add identifier name in function pointer prototypeTom Parkin1-1/+1
2020-07-23l2tp: cleanup suspect code indentTom Parkin1-2/+2
2020-07-23l2tp: cleanup wonky alignment of line-broken function callsTom Parkin3-8/+8
2020-07-23l2tp: cleanup difficult-to-read line breaksTom Parkin2-44/+31
2020-07-23l2tp: cleanup commentsTom Parkin8-68/+47
2020-07-23l2tp: cleanup whitespace useTom Parkin7-48/+48
2020-07-23devlink: Always use user_ptr[0] for devlink and simplify post_doitParav Pandit1-94/+70
2020-07-23hv_netvsc: add support for vlans in AF_PACKET modeSriram Krishnan2-0/+25
2020-07-23mptcp: zero token hash at creation time.Paolo Abeni1-1/+1
2020-07-23lan743x: remove redundant initialization of variable current_head_indexColin Ian King1-2/+1
2020-07-23enetc: Remove the imdio bus on PF probe bailoutClaudiu Manoil1-1/+9
2020-07-23net: qed: Remove unneeded cast from memory allocationWang Hai1-2/+1
2020-07-23net: phy: fix check in get_phy_c45_idsVladimir Oltean1-2/+2
2020-07-23net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)Richard Sailer2-0/+12
2020-07-23Merge branch 'Add-DSA-yaml-binding'David S. Miller3-256/+99
2020-07-23net: dsa: of: Allow ethernet-ports as encapsulating nodeKurt Kanzenbach1-2/+6
2020-07-23dt-bindings: net: dsa: Let dsa.txt refer to dsa.yamlKurt Kanzenbach1-254/+1
2020-07-23dt-bindings: net: dsa: Add DSA yaml bindingKurt Kanzenbach1-0/+92
2020-07-22net: mscc: ocelot: fix non-initialized CPU port on VSC7514Vladimir Oltean1-14/+14
2020-07-22net: explicitly include <linux/compat.h> in net/core/sock.cChristoph Hellwig1-0/+1
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller68-526/+4930
2020-07-22Merge branch 'ionic-updates'David S. Miller5-44/+89
2020-07-22ionic: interface file updatesShannon Nelson1-20/+68
2020-07-22ionic: rearrange reset and bus-master controlShannon Nelson1-5/+4
2020-07-22ionic: update eid test for overflowShannon Nelson1-1/+1
2020-07-22ionic: remove unused ionic_coal_hw_to_usecShannon Nelson1-13/+0
2020-07-22ionic: set netdev default nameShannon Nelson1-0/+1
2020-07-22ionic: get MTU from lif identityShannon Nelson3-5/+15
2020-07-22bareudp: Reverted support to enable & disable rx metadata collectionMartin Varghese4-22/+7
2020-07-22Merge branch 'dpaa2-eth-add-support-for-TBF-offload'David S. Miller5-7/+126
2020-07-22dpaa2-eth: add support for TBF offloadIoana Ciornei2-1/+48
2020-07-22dpaa2-eth: add API for Tx shapingIoana Ciornei3-0/+65
2020-07-22dpaa2-eth: move the mqprio setup into a separate functionIoana Ciornei1-6/+13