summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'macb-TSO-bug-fixes'David S. Miller2020-02-051-6/+8
|\
| * net: macb: Limit maximum GEM TX length in TSOHarini Katakam2020-02-051-1/+5
| * net: macb: Remove unnecessary alignment check for TSOHarini Katakam2020-02-051-5/+3
|/
* bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet2020-02-052-17/+32
* devlink: report 0 after hitting end in region readJacob Keller2020-02-051-0/+6
* net: ethernet: dec: tulip: Fix length mask in receive length calculationMoritz Fischer2020-02-051-1/+4
* Merge branch 'wg-fixes'David S. Miller2020-02-055-17/+24
|\
| * wireguard: selftests: tie socket waiting to target pidJason A. Donenfeld2020-02-051-9/+8
| * wireguard: selftests: cleanup CONFIG_ENABLE_WARN_DEPRECATEDKrzysztof Kozlowski2020-02-051-1/+0
| * wireguard: selftests: ensure non-addition of peers with failed precomputationJason A. Donenfeld2020-02-051-0/+6
| * wireguard: noise: reject peers with low order public keysJason A. Donenfeld2020-02-052-7/+9
| * wireguard: allowedips: fix use-after-free in root_remove_peer_listsEric Dumazet2020-02-051-0/+1
|/
* net_sched: fix a resource leak in tcindex_set_parms()Cong Wang2020-02-051-2/+1
* mptcp: fix use-after-free on tcp fallbackFlorian Westphal2020-02-051-70/+6
* net: dsa: microchip: Platform data shan't include kernel.hAndy Shevchenko2020-02-051-1/+1
* net: dsa: b53: Platform data shan't include kernel.hAndy Shevchenko2020-02-051-1/+1
* netdevsim: fix ptr_ret.cocci warningskbuild test robot2020-02-051-3/+1
* net: sgi: ioc3-eth: Remove leftover free_irq()Thomas Bogendoerfer2020-02-051-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-0447-246/+569
|\
| * gtp: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo2020-02-041-2/+2
| * l2tp: Allow duplicate session creation with UDPRidge Kennedy2020-02-041-1/+6
| * r8152: Add MAC passthrough support to new deviceKai-Heng Feng2020-02-041-3/+10
| * net_sched: fix an OOB access in cls_tcindexCong Wang2020-02-041-20/+20
| * qed: Remove set but not used variable 'p_link'YueHaibing2020-02-041-3/+0
| * Merge branch 'unbreak-basic-and-bpf-tdc-testcases'David S. Miller2020-02-042-1/+52
| |\
| | * tc-testing: add missing 'nsPlugin' to basic.jsonDavide Caratti2020-02-041-0/+51
| | * tc-testing: fix eBPF tests failure on linux fresh clonesDavide Caratti2020-02-041-1/+1
| |/
| * net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet2020-02-041-0/+2
| * Merge branch 'netdevsim-fix-several-bugs-in-netdevsim-module'Jakub Kicinski2020-02-046-91/+93
| |\
| | * netdevsim: remove unused sdev codeTaehee Yoo2020-02-041-69/+0
| | * netdevsim: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo2020-02-042-2/+2
| | * netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfsTaehee Yoo2020-02-043-14/+16
| | * netdevsim: fix stack-out-of-bounds in nsim_dev_debugfs_init()Taehee Yoo2020-02-041-1/+1
| | * netdevsim: fix panic in nsim_dev_take_snapshot_write()Taehee Yoo2020-02-042-2/+12
| | * netdevsim: disable devlink reload when resources are being usedTaehee Yoo2020-02-042-0/+21
| | * netdevsim: fix using uninitialized resourcesTaehee Yoo2020-02-042-3/+41
| |/
| * Merge branch 'bnxt_en-Bug-fixes'Jakub Kicinski2020-02-041-13/+24
| |\
| | * bnxt_en: Fix TC queue mapping.Michael Chan2020-02-041-1/+1
| | * bnxt_en: Fix logic that disables Bus Master during firmware reset.Vasundhara Volam2020-02-041-4/+7
| | * bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset.Michael Chan2020-02-041-2/+5
| | * bnxt_en: Refactor logic to re-enable SRIOV after firmware reset detected.Michael Chan2020-02-041-7/+12
| |/
| * net: stmmac: Delete txtimer in suspend()Nicolin Chen2020-02-041-0/+4
| * Merge tag 'rxrpc-fixes-20200203' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski2020-02-0310-69/+83
| |\
| | * rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells2020-02-035-24/+15
| | * rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells2020-01-305-40/+62
| | * rxrpc: Fix insufficient receive notification generationDavid Howells2020-01-301-4/+2
| | * rxrpc: Fix use-after-free in rxrpc_put_local()David Howells2020-01-301-1/+4
| * | Merge branch 'Fix-reconnection-latency-caused-by-FIN-ACK-handling-race'Jakub Kicinski2020-02-025-1/+196
| |\ \
| | * | selftests: net: Add FIN_ACK processing order related latency spike testSeongJae Park2020-02-024-0/+189
| | * | tcp: Reduce SYN resend delay if a suspicous ACK is receivedSeongJae Park2020-02-021-1/+7
| |/ /