summaryrefslogtreecommitdiffstats
path: root/net/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-10sparc64: Fix opcode filtering in handling of no fault loadsRob Gardner1-7/+6
2021-03-10s390/qeth: fix notification for pending buffers during teardownJulian Wiedmann1-3/+3
2021-03-10s390/qeth: schedule TX NAPI on QAOB completionJulian Wiedmann1-6/+12
2021-03-10s390/qeth: improve completion of pending TX buffersJulian Wiedmann2-42/+30
2021-03-10s390/qeth: fix memory leak after failed TX Buffer allocationJulian Wiedmann1-18/+17
2021-03-10net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0Balazs Nemeth1-0/+3
2021-03-10net: check if protocol extracted by virtio_net_hdr_set_proto is correctBalazs Nemeth1-1/+6
2021-03-10net: dsa: xrs700x: check if partner is same as port in hsr joinGeorge McCollister1-2/+8
2021-03-09net: lapbether: Remove netif_start_queue / netif_stop_queueXie He1-3/+0
2021-03-09MIPS: kernel: Reserve exception base early to prevent corruptionThomas Bogendoerfer4-5/+17
2021-03-09atm: idt77252: fix null-ptr-dereferenceTong Zhang1-2/+2
2021-03-09atm: uPD98402: fix incorrect allocationTong Zhang1-1/+1
2021-03-09atm: fix a typo in the struct descriptionTong Zhang1-1/+1
2021-03-09net: qrtr: fix error return code of qrtr_sendmsg()Jia-Ju Bai1-1/+3
2021-03-09mptcp: fix length of ADD_ADDR with port sub-optionDavide Caratti1-6/+8
2021-03-08net: bonding: fix error return code of bond_neigh_init()Jia-Ju Bai1-2/+6
2021-03-08net: enetc: allow hardware timestamping on TX queues with tc-etf enabledVladimir Oltean1-0/+6
2021-03-08net: enetc: set MAC RX FIFO to recommended valueAlex Marginean2-0/+8
2021-03-08net: davicom: Use platform_get_irq_optional()Paul Cercueil1-1/+1
2021-03-08net: davicom: Fix regulator not turned off on driver removalPaul Cercueil1-1/+8
2021-03-08net: davicom: Fix regulator not turned off on failed probePaul Cercueil1-3/+9
2021-03-08net: dsa: fix switchdev objects on bridge master mistakenly being applied on ...Vladimir Oltean2-27/+57
2021-03-08net: wan: fix error return code of uhdlc_init()Jia-Ju Bai1-2/+6
2021-03-08net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai1-1/+3
2021-03-08net: usb: log errors to dmesg/syslogGrant Grundler1-1/+1
2021-03-08net: usb: cdc_ncm: emit dev_err on error pathsGrant Grundler1-5/+5
2021-03-08net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the fil...Bhaskar Chowdhury1-4/+4
2021-03-08net: dsa: bcm_sf2: simplify optional reset handlingPhilipp Zabel1-3/+3
2021-03-08MIPS: vmlinux.lds.S: align raw appended dtb to 8 bytesBjørn Mork1-1/+5
2021-03-08gpiolib: Read "gpio-line-names" from a firmware nodeAndy Shevchenko1-8/+4
2021-03-08gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2Andy Shevchenko1-55/+23
2021-03-08gpiolib: acpi: Allow to find GpioInt() resource by name and indexAndy Shevchenko2-6/+16
2021-03-08gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirkAndy Shevchenko2-1/+8
2021-03-08gpiolib: acpi: Add missing IRQF_ONESHOTYang Li1-1/+1
2021-03-08gpio: fix gpio-device list corruptionJohan Hovold1-0/+4
2021-03-08gpio: fix NULL-deref-on-deregistration regressionJohan Hovold1-2/+1
2021-03-08selftests: gpio: update .gitignoreBartosz Golaszewski1-1/+1
2021-03-08crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki3-4/+4
2021-03-08MIPS: boot/compressed: Copy DTB to aligned addressPaul Cercueil2-0/+10
2021-03-06perf cs-etm: Fix bitmap for optionSuzuki K Poulose1-4/+8
2021-03-06perf trace: Fix race in signal handlingMichael Petlan1-3/+2
2021-03-06perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo1-4/+3
2021-03-06perf report: Fix -F for branch & mem modesRavi Bangoria1-2/+2
2021-03-06perf tests x86: Move insn.h include to make sure it finds stddef.hArnaldo Carvalho de Melo2-2/+2
2021-03-06perf test: Support the ins_lat check in the X86 specific testKan Liang4-0/+127
2021-03-06perf test: Fix sample-parsing failure on non-x86 platformsKan Liang1-4/+0
2021-03-06perf archive: Fix filtering of empty build-idsNicholas Fraser1-2/+1
2021-03-06perf daemon: Fix compile error with AsanNamhyung Kim1-1/+1
2021-03-06perf stat: Fix use-after-free when -r option is usedNamhyung Kim1-0/+1
2021-03-06libperf: Add perf_evlist__reset_id_hash()Namhyung Kim2-4/+11