aboutsummaryrefslogtreecommitdiffstats
path: root/net (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-22qede: add .ndo_xdp_xmit() and XDP_REDIRECT supportAlexander Lobakin3-5/+118
2020-07-22qede: refactor XDP Tx processingAlexander Lobakin2-45/+45
2020-07-22qede: reformat net_device_ops declarationsAlexander Lobakin1-61/+61
2020-07-22qede: reformat several structures in "qede.h"Alexander Lobakin1-77/+89
2020-07-22qed: introduce qed_chain_get_elem_used{,u32}()Alexander Lobakin1-4/+14
2020-07-22qed: optimize common chain accessorsAlexander Lobakin1-27/+33
2020-07-22qed: add support for different page sizes for chainsAlexander Lobakin3-18/+33
2020-07-22qed: simplify chain allocation with init params structAlexander Lobakin10-233/+242
2020-07-22qed: simplify initialization of the chains with an external PBLAlexander Lobakin1-18/+19
2020-07-22qed: move chain initialization inlines next to allocation functionsAlexander Lobakin2-112/+47
2020-07-22qed: sanitize PBL chains allocationAlexander Lobakin3-21/+20
2020-07-22qed: prevent possible double-frees of the chainsAlexander Lobakin1-1/+3
2020-07-22qed: move chain methods to a separate fileAlexander Lobakin3-273/+303
2020-07-22qed: reformat MakefileAlexander Lobakin1-7/+29
2020-07-22qed: reformat "qed_chain.h" a bitAlexander Lobakin1-60/+66
2020-07-22net: qed_hsi.h: Avoid the use of one-element arrayGustavo A. R. Silva1-1/+1
2020-07-22bna: bfi.h: Avoid the use of one-element arrayGustavo A. R. Silva1-1/+1
2020-07-22tg3: Avoid the use of one-element arrayGustavo A. R. Silva1-1/+1
2020-07-22ionic: fix memory leak of object 'lid'Colin Ian King1-1/+3
2020-07-22l2tp: avoid precidence issues in L2TP_SKB_CB macroTom Parkin1-1/+1
2020-07-22l2tp: line-break long function prototypesTom Parkin1-2/+4
2020-07-22l2tp: prefer seq_puts for unformatted outputTom Parkin1-2/+2
2020-07-22l2tp: prefer using BIT macroTom Parkin1-2/+2
2020-07-22l2tp: add identifier name in function pointer prototypeTom Parkin1-1/+1
2020-07-22l2tp: cleanup suspect code indentTom Parkin1-2/+2
2020-07-22l2tp: cleanup wonky alignment of line-broken function callsTom Parkin3-8/+8
2020-07-22l2tp: cleanup difficult-to-read line breaksTom Parkin2-44/+31
2020-07-22l2tp: cleanup commentsTom Parkin8-68/+47
2020-07-22l2tp: cleanup whitespace useTom Parkin7-48/+48
2020-07-22devlink: Always use user_ptr[0] for devlink and simplify post_doitParav Pandit1-94/+70
2020-07-22hv_netvsc: add support for vlans in AF_PACKET modeSriram Krishnan2-0/+25
2020-07-22mptcp: zero token hash at creation time.Paolo Abeni1-1/+1
2020-07-22lan743x: remove redundant initialization of variable current_head_indexColin Ian King1-2/+1
2020-07-22enetc: Remove the imdio bus on PF probe bailoutClaudiu Manoil1-1/+9
2020-07-22net: qed: Remove unneeded cast from memory allocationWang Hai1-2/+1