Age | Commit message (Expand) | Author |
2021-03-08 | atm: idt77252: fix null-ptr-dereference | Tong Zhang |
2021-03-08 | atm: uPD98402: fix incorrect allocation | Tong Zhang |
2021-03-08 | atm: fix a typo in the struct description | Tong Zhang |
2021-03-08 | net: qrtr: fix error return code of qrtr_sendmsg() | Jia-Ju Bai |
2021-03-08 | mptcp: fix length of ADD_ADDR with port sub-option | Davide Caratti |
2021-03-08 | net: bonding: fix error return code of bond_neigh_init() | Jia-Ju Bai |
2021-03-08 | net: enetc: allow hardware timestamping on TX queues with tc-etf enabled | Vladimir Oltean |
2021-03-08 | net: enetc: set MAC RX FIFO to recommended value | Alex Marginean |
2021-03-08 | net: davicom: Use platform_get_irq_optional() | Paul Cercueil |
2021-03-08 | net: davicom: Fix regulator not turned off on driver removal | Paul Cercueil |
2021-03-08 | net: davicom: Fix regulator not turned off on failed probe | Paul Cercueil |
2021-03-08 | net: dsa: fix switchdev objects on bridge master mistakenly being applied on ... | Vladimir Oltean |
2021-03-08 | net: wan: fix error return code of uhdlc_init() | Jia-Ju Bai |
2021-03-08 | net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch() | Jia-Ju Bai |
2021-03-08 | net: usb: log errors to dmesg/syslog | Grant Grundler |
2021-03-08 | net: usb: cdc_ncm: emit dev_err on error paths | Grant Grundler |
2021-03-08 | net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the fil... | Bhaskar Chowdhury |
2021-03-08 | net: dsa: bcm_sf2: simplify optional reset handling | Philipp Zabel |
2021-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2021-03-05 | ethernet: alx: fix order of calls on resume | Jakub Kicinski |
2021-03-05 | lan743x: trim all 4 bytes of the FCS; not just 2 | George McCollister |
2021-03-05 | gianfar: fix jumbo packets+napi+rx overrun crash | Michael Braun |
2021-03-05 | sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count | Denis Efremov |
2021-03-05 | net/hamradio/6pack: remove redundant check in sp_encaps() | Denis Efremov |
2021-03-05 | r8169: fix r8168fp_adjust_ocp_cmd function | Hayes Wang |
2021-03-05 | selftest/net/ipsec.c: Remove unneeded semicolon | Xu Wang |
2021-03-05 | ibmvnic: remove excessive irqsave | Junlin Yang |
2021-03-05 | CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdr | Sergey Nazarov |
2021-03-05 | stmmac: intel: Fixes clock registration error seen for multiple interfaces | Wong Vee Khee |
2021-03-05 | net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMII | Ong Boon Leong |
2021-03-05 | net: intel: iavf: fix error return code of iavf_init_get_resources() | Jia-Ju Bai |
2021-03-05 | net: tehuti: fix error return code in bdx_probe() | Jia-Ju Bai |
2021-03-05 | net/mlx4_en: update moderation when config reset | Kevin(Yudong) Yang |
2021-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2021-03-04 | bpf: Explicitly zero-extend R0 after 32-bit cmpxchg | Brendan Jackman |
2021-03-04 | cipso,calipso: resolve a number of problems with the DOI refcounts | Paul Moore |
2021-03-04 | ibmvnic: always store valid MAC address | Jiri Wiesner |
2021-03-04 | netdevsim: init u64 stats for 32bit hardware | Hillf Danton |
2021-03-04 | Merge branch 'mptcp-fixes' | David S. Miller |
2021-03-04 | mptcp: free resources when the port number is mismatched | Geliang Tang |
2021-03-04 | mptcp: fix missing wakeup | Paolo Abeni |
2021-03-04 | mptcp: fix race in release_cb | Paolo Abeni |
2021-03-04 | mptcp: factor out __mptcp_retrans helper() | Paolo Abeni |
2021-03-04 | mptcp: reset 'first' and ack_hint on subflow close | Florian Westphal |
2021-03-04 | mptcp: dispose initial struct socket when its subflow is closed | Florian Westphal |
2021-03-04 | mptcp: fix memory accounting on allocation error | Paolo Abeni |
2021-03-04 | mptcp: put subflow sock on connect error | Florian Westphal |
2021-03-04 | mptcp: reset last_snd on subflow close | Florian Westphal |
2021-03-04 | net: sched: avoid duplicates in classes dump | Maximilian Heyne |
2021-03-04 | net: usb: qmi_wwan: allow qmimux add/del with master up | Daniele Palmas |