summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | ath10k: fix latency issue for QCA988xMiaoqing Pan2019-10-141-6/+9
| | * | | | Merge tag 'iwlwifi-for-kalle-2019-10-09' of git://git.kernel.org/pub/scm/linu...Kalle Valo2019-10-098-181/+229
| | |\ \ \ \
| | | * | | | iwlwifi: pcie: change qu with jf devices to use qu configurationLuca Coelho2019-10-091-137/+137
| | | * | | | iwlwifi: exclude GEO SAR support for 3168Luca Coelho2019-10-091-7/+9
| | | * | | | iwlwifi: pcie: fix memory leaks in iwl_pcie_ctxt_info_gen3_initNavid Emamdoost2019-10-091-11/+25
| | | * | | | iwlwifi: dbg_ini: fix memory leak in alloc_sgtableNavid Emamdoost2019-10-091-0/+1
| | | * | | | iwlwifi: pcie: fix rb_allocator workqueue allocationJohannes Berg2019-10-091-4/+11
| | | * | | | iwlwifi: pcie: fix indexing in command dump for new HWJohannes Berg2019-10-091-2/+8
| | | * | | | iwlwifi: mvm: fix race in sync rx queue notificationNaftali Goldstein2019-10-091-4/+5
| | | * | | | iwlwifi: mvm: force single phy initHaim Dreyfuss2019-10-091-0/+3
| | | * | | | iwlwifi: fix ACPI table revision checksLuca Coelho2019-10-092-10/+24
| | | * | | | iwlwifi: don't access trans_cfg via cfgLuca Coelho2019-10-091-6/+6
| | |/ / / /
| | * | | | rt2x00: remove input-polldev.h headerDmitry Torokhov2019-10-081-1/+0
| | * | | | rt2x00: initialize last_resetStanislaw Gruszka2019-10-021-1/+1
| * | | | | Merge branch 'aquantia-fixes'David S. Miller2019-10-148-30/+77
| |\ \ \ \ \
| | * | | | | net: aquantia: correctly handle macvlan and multicast coexistenceDmitry Bogdanov2019-10-143-22/+21
| | * | | | | net: aquantia: do not pass lro session with invalid tcp checksumDmitry Bogdanov2019-10-141-1/+2
| | * | | | | net: aquantia: when cleaning hw cache it should be toggledIgor Russkikh2019-10-144-6/+53
| | * | | | | net: aquantia: temperature retrieval fixIgor Russkikh2019-10-141-1/+1
| |/ / / / /
| * | | | | netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exitYueHaibing2019-10-131-1/+2
| * | | | | net/ibmvnic: Fix EOI when running in XIVE mode.Cédric Le Goater2019-10-131-5/+3
| * | | | | net: lpc_eth: avoid resetting twiceAlexandre Belloni2019-10-131-3/+0
| * | | | | Merge branch 'tcp-address-KCSAN-reports-in-tcp_poll-part-I'David S. Miller2019-10-1321-128/+175
| |\ \ \ \ \
| | * | | | | tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-138-19/+24
| | * | | | | tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-135-16/+25
| | * | | | | tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-137-12/+15
| | * | | | | tcp: annotate tp->urg_seq lockless readsEric Dumazet2019-10-132-3/+4
| | * | | | | tcp: annotate tp->snd_nxt lockless readsEric Dumazet2019-10-134-9/+13
| | * | | | | tcp: annotate tp->write_seq lockless readsEric Dumazet2019-10-137-28/+36
| | * | | | | tcp: annotate tp->copied_seq lockless readsEric Dumazet2019-10-137-18/+19
| | * | | | | tcp: annotate tp->rcv_nxt lockless readsEric Dumazet2019-10-136-10/+15
| | * | | | | tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-1311-24/+35
| |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-10-1211-34/+95
| |\ \ \ \ \
| | * | | | | selftests/bpf: More compatible nc options in test_lwt_ip_encapJiri Benc2019-10-081-3/+3
| | * | | | | selftests/bpf: Set rp_filter in test_flow_dissectorJiri Benc2019-10-081-0/+3
| | * | | | | samples/bpf: Add a workaround for asm_inlineKP Singh2019-10-031-1/+12
| | * | | | | xsk: Fix crash in poll when device does not support ndo_xsk_wakeupMagnus Karlsson2019-10-031-15/+27
| | * | | | | samples/bpf: Fix build for task_fd_query_user.cBjörn Töpel2019-10-031-0/+1
| | * | | | | selftests/bpf: test_progs: Don't leak server_fd in test_sockopt_inheritBrian Vazquez2019-10-021-1/+1
| | * | | | | selftests/bpf: test_progs: Don't leak server_fd in tcp_rttBrian Vazquez2019-10-021-1/+2
| | * | | | | libbpf: handle symbol versioning properly for libbpf.aYonghong Song2019-09-303-11/+36
| | * | | | | tools: bpf: Use !building_out_of_srctree to determine srctreeShuah Khan2019-09-302-2/+10
| * | | | | | rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells2019-10-111-0/+3
| * | | | | | Merge branch 'smc-fixes'Jakub Kicinski2019-10-102-9/+25
| |\ \ \ \ \ \
| | * | | | | | net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul2019-10-101-5/+20
| | * | | | | | net/smc: receive returns without dataKarsten Graul2019-10-101-3/+1
| | * | | | | | net/smc: fix SMCD link group creation with VLAN idUrsula Braun2019-10-101-1/+4
| |/ / / / / /
| * | | | | | net: update net_dim documentation after renameJacob Keller2019-10-101-18/+18
| * | | | | | r8169: fix jumbo packet handling on resume from suspendHeiner Kallweit2019-10-101-24/+11
| * | | | | | net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-094-4/+5