summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-04gtp: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo1-2/+2
2020-02-04l2tp: Allow duplicate session creation with UDPRidge Kennedy1-1/+6
2020-02-04r8152: Add MAC passthrough support to new deviceKai-Heng Feng1-3/+10
2020-02-04net_sched: fix an OOB access in cls_tcindexCong Wang1-20/+20
2020-02-04qed: Remove set but not used variable 'p_link'YueHaibing1-3/+0
2020-02-04Merge branch 'unbreak-basic-and-bpf-tdc-testcases'David S. Miller2-1/+52
2020-02-04tc-testing: add missing 'nsPlugin' to basic.jsonDavide Caratti1-0/+51
2020-02-04tc-testing: fix eBPF tests failure on linux fresh clonesDavide Caratti1-1/+1
2020-02-04net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet1-0/+2
2020-02-04Merge branch 'netdevsim-fix-several-bugs-in-netdevsim-module'Jakub Kicinski6-91/+93
2020-02-04netdevsim: remove unused sdev codeTaehee Yoo1-69/+0
2020-02-04netdevsim: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo2-2/+2
2020-02-04netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfsTaehee Yoo3-14/+16
2020-02-04netdevsim: fix stack-out-of-bounds in nsim_dev_debugfs_init()Taehee Yoo1-1/+1
2020-02-04netdevsim: fix panic in nsim_dev_take_snapshot_write()Taehee Yoo2-2/+12
2020-02-04netdevsim: disable devlink reload when resources are being usedTaehee Yoo2-0/+21
2020-02-04netdevsim: fix using uninitialized resourcesTaehee Yoo2-3/+41
2020-02-04Merge branch 'bnxt_en-Bug-fixes'Jakub Kicinski1-13/+24
2020-02-04bnxt_en: Fix TC queue mapping.Michael Chan1-1/+1
2020-02-04bnxt_en: Fix logic that disables Bus Master during firmware reset.Vasundhara Volam1-4/+7
2020-02-04bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset.Michael Chan1-2/+5
2020-02-04bnxt_en: Refactor logic to re-enable SRIOV after firmware reset detected.Michael Chan1-7/+12
2020-02-04net: stmmac: Delete txtimer in suspend()Nicolin Chen1-0/+4
2020-02-03Merge tag 'rxrpc-fixes-20200203' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski10-69/+83
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells5-24/+15
2020-02-03Merge branch 'Fix-reconnection-latency-caused-by-FIN-ACK-handling-race'Jakub Kicinski5-1/+196
2020-02-03selftests: net: Add FIN_ACK processing order related latency spike testSeongJae Park4-0/+189
2020-02-03tcp: Reduce SYN resend delay if a suspicous ACK is receivedSeongJae Park1-1/+7
2020-02-02MAINTAINERS: correct entries for ISDN/mISDN sectionLukas Bulwahn1-2/+4
2020-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski6-26/+28
2020-02-01cls_rsvp: fix rsvp_policyEric Dumazet1-4/+2
2020-02-01MAINTAINERS: Orphan HSR network protocolSven Eckelmann1-2/+1
2020-02-01qed: Fix a error code in qed_hw_init()Dan Carpenter1-0/+1
2020-02-01octeontx2-pf: Fix an IS_ERR() vs NULL bugDan Carpenter1-2/+2
2020-02-01tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-01tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-01tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet1-0/+1
2020-02-01tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet1-0/+1
2020-01-31netfilter: nf_flowtable: fix documentationMatteo Croce1-1/+1
2020-01-31netfilter: flowtable: Fix setting forgotten NF_FLOW_HW_DEAD flagPaul Blakey1-0/+1
2020-01-31netfilter: flowtable: Fix missing flush hardware on table freePaul Blakey1-0/+1
2020-01-31netfilter: flowtable: Fix hardware flush order on nf_flow_table_cleanupPaul Blakey1-1/+1
2020-01-31netfilter: Use kvcallocJoe Perches2-4/+3
2020-01-31mlxsw: spectrum_qdisc: Fix 64-bit division error in mlxsw_sp_qdisc_tbf_rate_kbpsNathan Chancellor1-1/+1
2020-01-31ionic: fix rxq comp packet type maskShannon Nelson1-1/+1
2020-01-31net: phy: at803x: disable vddio regulatorMichael Walle1-0/+11
2020-01-31net: mii_timestamper: fix static allocation by PHY driverMichael Walle2-1/+14
2020-01-31net: mdio: of: fix potential NULL pointer derefernceMichael Walle1-3/+6
2020-01-31rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells5-40/+62
2020-01-31rxrpc: Fix insufficient receive notification generationDavid Howells1-4/+2