summaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-24ice: update reporting of autoneg capabilitiesPaul Greenwalt5-6/+29
2020-07-24ice: add ice_aq_get_phy_caps() debug logsPaul Greenwalt1-18/+50
2020-07-24ice: support Total Port Shutdown on devices that support itBruce Allan3-1/+26
2020-07-24ice: add link lenient and default override supportPaul Greenwalt9-216/+628
2020-07-24ice: restore PHY settings on media insertionPaul Greenwalt7-95/+518
2020-07-24ice: move auto FEC checks into ice_cfg_phy_fec()Paul Greenwalt3-39/+40
2020-07-24ice: refactor FC functionsPaul Greenwalt1-29/+46
2020-07-23ice: Add advanced power mgmt for WoLAkeem G Abodunrin10-29/+458
2020-07-23ice: split ice_discover_caps into two functionsJacob Keller1-55/+39
2020-07-23ice: split ice_parse_caps into separate functionsJacob Keller1-170/+378
2020-07-23ice: refactor ice_discover_caps to avoid need to retryJacob Keller1-31/+12
2020-07-23l2tp: cleanup kzalloc callsTom Parkin1-2/+2
2020-07-23l2tp: cleanup netlink tunnel create address handlingTom Parkin1-24/+33
2020-07-23l2tp: cleanup netlink send of tunnel address informationTom Parkin1-56/+70
2020-07-23l2tp: check socket address type in l2tp_dfs_seq_tunnel_showTom Parkin1-3/+5
2020-07-23l2tp: cleanup unnecessary braces in if statementsTom Parkin2-17/+12
2020-07-23l2tp: cleanup comparisons to NULLTom Parkin6-48/+47
2020-07-23net/ncsi: use eth_zero_addr() to clear mac addressMiaohe Lin1-1/+1
2020-07-23cxgb4: use eth_zero_addr() to clear mac addressMiaohe Lin1-1/+1
2020-07-23subflow: introduce and use mptcp_can_accept_new_subflow()Paolo Abeni1-0/+7
2020-07-23subflow: use rsk_ops->send_reset()Paolo Abeni1-1/+1
2020-07-23subflow: explicitly check for plain tcp rskPaolo Abeni1-1/+1
2020-07-23mptcp: cleanup subflow_finish_connect()Paolo Abeni1-31/+25
2020-07-23mptcp: explicitly track the fully established statusPaolo Abeni4-9/+31
2020-07-23mptcp: mark as fallback even early onesPaolo Abeni1-2/+9
2020-07-23mptcp: avoid data corruption on reinsertPaolo Abeni1-1/+6
2020-07-23subflow: always init 'rel_write_seq'Paolo Abeni2-1/+1
2020-07-23sfc: convert to new udp_tunnel infrastructureJakub Kicinski3-182/+63
2020-07-23qede: add .ndo_xdp_xmit() and XDP_REDIRECT supportAlexander Lobakin3-5/+118
2020-07-23qede: refactor XDP Tx processingAlexander Lobakin2-45/+45
2020-07-23qede: reformat net_device_ops declarationsAlexander Lobakin1-61/+61
2020-07-23qede: reformat several structures in "qede.h"Alexander Lobakin1-77/+89
2020-07-23qed: introduce qed_chain_get_elem_used{,u32}()Alexander Lobakin1-4/+14
2020-07-23qed: optimize common chain accessorsAlexander Lobakin1-27/+33
2020-07-23qed: add support for different page sizes for chainsAlexander Lobakin3-18/+33
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-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