summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-10net: marvell: mvpp2: Fix wrong SerDes reconfiguration orderMarek BehĂșn
2021-11-10net: ethernet: ti: cpsw_ale: Fix access to un-initialized memoryChristophe JAILLET
2021-11-10net: stmmac: allow a tc-taprio base-time of zeroVladimir Oltean
2021-11-10selftests: net: test_vxlan_under_vrf: fix HV connectivity testAndrea Righi
2021-11-10Merge branch 'hns3-fixes'David S. Miller
2021-11-10net: hns3: allow configure ETS bandwidth of all TCsGuangbin Huang
2021-11-10net: hns3: remove check VF uc mac exist when set by PFGuangbin Huang
2021-11-10net: hns3: fix some mac statistics is always 0 in device version V2Guangbin Huang
2021-11-10net: hns3: fix kernel crash when unload VF while it is being resetYufeng Mo
2021-11-10net: hns3: sync rx ring head in echo common pullYufeng Mo
2021-11-10net: hns3: fix pfc packet number incorrect after querying pfc parametersJie Wang
2021-11-10net: hns3: fix ROCE base interrupt vector initialization bugJie Wang
2021-11-10net: hns3: fix failed to add reuse multicast mac addr to hardware when mc mac...Guangbin Huang
2021-11-09net: mana: Fix spelling mistake "calledd" -> "called"Colin Ian King
2021-11-09net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet
2021-11-09amt: use cancel_delayed_work() instead of flush_delayed_work() in amt_fini()Taehee Yoo
2021-11-09net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than 10Marek BehĂșn
2021-11-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-11-09amt: add IPV6 Kconfig dependencyArnd Bergmann
2021-11-09gve: Fix off by one in gve_tx_timeout()Dan Carpenter
2021-11-09hamradio: defer 6pack kfree after unregister_netdevLin Ma
2021-11-09hamradio: defer ax25 kfree after unregister_netdevLin Ma
2021-11-09net: sungem_phy: fix code indentationJean Sacren
2021-11-09bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki
2021-11-09bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend
2021-11-09bpf, sockmap: Fix race in ingress receive verdict with redirect to selfJohn Fastabend
2021-11-09bpf, sockmap: Remove unhash handler for BPF sockmap usageJohn Fastabend
2021-11-09bpf, sockmap: Use stricter sk state checks in sk_lookup_assignJohn Fastabend
2021-11-07litex_liteeth: Fix a double free in the remove functionChristophe JAILLET
2021-11-07nfc: pn533: Fix double free when pn533_fill_fragment_skbs() failsChengfeng Ye
2021-11-07selftests: net: tls: remove unused variable and codeAnders Roxell
2021-11-07net: marvell: prestera: fix hw structure laid outVolodymyr Mytnyk
2021-11-07sctp: remove unreachable code from sctp_sf_violation_chunk()Alexey Khoroshilov
2021-11-07llc: fix out-of-bound array index in llc_sk_dev_hash()Eric Dumazet
2021-11-07net: hisilicon: fix hsn3_ethtool kernel-doc warningsRandy Dunlap
2021-11-07nfc: port100: lower verbosity of cancelled URB messagesKrzysztof Kozlowski
2021-11-07Merge tag 'linux-can-fixes-for-5.16-20211106' of git://git.kernel.org/pub/scm...David S. Miller
2021-11-06can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip...Marc Kleine-Budde
2021-11-06Merge branch 'bpf: Fix out-of-bound issue when jit-ing bpf_pseudo_func'Alexei Starovoitov
2021-11-06can: mcp251xfd: mcp251xfd_irq(): add missing can_rx_offload_threaded_irq_fini...Marc Kleine-Budde
2021-11-06bpf: selftest: Trigger a DCE on the whole subprogMartin KaFai Lau
2021-11-06bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau
2021-11-06can: peak_usb: exchange the order of information messagesStephane Grosjean
2021-11-06can: peak_usb: always ask for BERR reporting for PCAN-USB devicesStephane Grosjean
2021-11-06can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error pathVincent Mailhol
2021-11-06can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAMZhang Changzhong
2021-11-06can: j1939: j1939_can_recv(): ignore messages with invalid source addressZhang Changzhong
2021-11-06can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transportZhang Changzhong
2021-11-05ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock()Nghia Le
2021-11-05Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski