summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | net: bcmgenet: always enable status blocksDoug Berger2020-03-222-97/+38
| | |/ / | |/| |
| * | | net: phy: dp83867: w/a for fld detect threshold bootstrapping issueGrygorii Strashko2020-03-221-1/+20
| * | | net: stmmac: dwmac-rk: fix error path in rk_gmac_probeEmil Renner Berthing2020-03-221-1/+1
| * | | slcan: not call free_netdev before rtnl_unlock in slcan_openOliver Hartkopp2020-03-221-0/+3
| * | | ionic: make spdxcheck.py happyLukas Bulwahn2020-03-222-2/+2
| * | | hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo2020-03-221-4/+4
| * | | Merge branch 'hinic-BugFixes'David S. Miller2020-03-226-60/+34
| |\ \ \
| | * | | hinic: fix wrong value of MIN_SKB_LENLuo bin2020-03-221-1/+1
| | * | | hinic: fix wrong para of wait_for_completion_timeoutLuo bin2020-03-222-3/+5
| | * | | hinic: fix out-of-order excution in arm cpuLuo bin2020-03-224-0/+9
| | * | | hinic: fix the bug of clearing event queueLuo bin2020-03-221-7/+17
| | * | | hinic: fix a bug of waitting for IO stoppedLuo bin2020-03-221-49/+2
| |/ / /
| * | | tcp: also NULL skb->dev when copy was neededFlorian Westphal2020-03-211-2/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-03-213-4/+14
| |\ \ \
| | * | | netfilter: flowtable: populate addr_type maskEdward Cree2020-03-191-0/+1
| | * | | netfilter: flowtable: Fix flushing of offloaded flows on freePaul Blakey2020-03-191-0/+3
| | * | | netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan2020-03-191-0/+2
| | * | | netfilter: flowtable: reload ip{v6}h in nf_flow_nat_ip{v6}Haishuang Yan2020-03-191-4/+8
| * | | | tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet2020-03-201-0/+4
| * | | | cxgb4: fix Txq restart check during backpressureRahul Lakkireddy2020-03-201-2/+8
| * | | | cxgb4: fix throughput drop during Tx backpressureRahul Lakkireddy2020-03-201-40/+2
| * | | | net: dsa: mt7530: Change the LINK bit to reflect the link statusRené van Dorst2020-03-201-2/+2
| * | | | Merge tag 'rxrpc-fixes-20200319' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-03-2011-133/+115
| |\ \ \ \
| | * | | | afs: Fix client call Rx-phase signal handlingDavid Howells2020-03-145-67/+6
| | * | | | afs: Fix handling of an abort from a service handlerDavid Howells2020-03-143-33/+26
| | * | | | afs: Fix some tracing detailsDavid Howells2020-03-142-3/+3
| | * | | | rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells2020-03-141-2/+2
| | * | | | rxrpc: Fix call interruptibility handlingDavid Howells2020-03-147-19/+60
| | * | | | rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells2020-03-141-9/+18
| * | | | | mlxsw: pci: Only issue reset when system is readyIdo Schimmel2020-03-201-11/+39
| | |/ / / | |/| | |
| * | | | Merge branch 'wireguard-fixes'David S. Miller2020-03-1911-57/+61
| |\ \ \ \
| | * | | | wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld2020-03-195-48/+49
| | * | | | wireguard: receive: remove dead code from default packet type caseJason A. Donenfeld2020-03-191-2/+1
| | * | | | wireguard: queueing: account for skb->protocol==0Jason A. Donenfeld2020-03-193-4/+10
| | * | | | wireguard: selftests: test using new 64-bit time_tJason A. Donenfeld2020-03-192-2/+1
| | * | | | wireguard: selftests: remove duplicated include <sys/types.h>YueHaibing2020-03-191-1/+0
| |/ / / /
| * | | | vxlan: check return value of gro_cells_init()Taehee Yoo2020-03-191-2/+9
| * | | | net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey2020-03-191-1/+1
| * | | | net: core: dev.c: fix a documentation warningMauro Carvalho Chehab2020-03-181-1/+1
| * | | | net: phy: sfp-bus.c: get rid of docs warningsMauro Carvalho Chehab2020-03-181-14/+18
| * | | | Merge branch 'ENA-driver-bug-fixes'David S. Miller2020-03-181-8/+19
| |\ \ \ \
| | * | | | net: ena: fix continuous keep-alive resetsArthur Kiyanovski2020-03-181-0/+1
| | * | | | net: ena: avoid memory access violation by validating req_id properlyArthur Kiyanovski2020-03-181-4/+11
| | * | | | net: ena: fix request of incorrect number of IRQ vectorsArthur Kiyanovski2020-03-181-3/+6
| | * | | | net: ena: fix incorrect setting of the number of msix vectorsArthur Kiyanovski2020-03-181-1/+1
| |/ / / /
| * | | | net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return valueRayagonda Kokatanur2020-03-181-1/+6
| * | | | Merge branch 'net-bcmgenet-revisit-MAC-reset'David S. Miller2020-03-183-40/+16
| |\ \ \ \
| | * | | | net: bcmgenet: keep MAC in reset until PHY is upDoug Berger2020-03-183-7/+15
| | * | | | Revert "net: bcmgenet: use RGMII loopback for MAC reset"Doug Berger2020-03-182-34/+2
| |/ / / /
| * | | | Merge branch 'net-mvmdio-avoid-error-message-for-optional-IRQ'David S. Miller2020-03-181-2/+2
| |\ \ \ \