summary refs log tree commit diff
AgeCommit message (Expand)Author
2021-01-21ethernet: ucc_geth: replace kmalloc+memset by kzallocRasmus Villemoes
2021-01-21ethernet: ucc_geth: remove unnecessary memset_io() callsRasmus Villemoes
2021-01-21ethernet: ucc_geth: use qe_muram_free_addr()Rasmus Villemoes
2021-01-21soc: fsl: qe: add cpm_muram_free_addr() helperRasmus Villemoes
2021-01-21soc: fsl: qe: store muram_vbase as a void pointer instead of u8Rasmus Villemoes
2021-01-21soc: fsl: qe: make cpm_muram_offset take a const void* argumentRasmus Villemoes
2021-01-21ethernet: ucc_geth: remove unused read of temoder fieldRasmus Villemoes
2021-01-21Merge branch 'add-devlink-health-reporters-for-nix-block'Jakub Kicinski
2021-01-21docs: octeontx2: Add Documentation for NIX health reportersGeorge Cherian
2021-01-21octeontx2-af: Add devlink health reporters for NIXGeorge Cherian
2021-01-20net: stmmac: dwmac-meson8b: fix the RX delay validationMartin Blumenstingl
2021-01-20ip_gre: remove CRC flag from dev features in gre_gso_segmentXin Long
2021-01-20udp: not remove the CRC flag from dev features when need_csum is falseXin Long
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu
2021-01-20Merge branch 'net-inline-rollback_registered-functions'Jakub Kicinski
2021-01-20net: inline rollback_registered_many()Jakub Kicinski
2021-01-20net: move rollback_registered_many()Jakub Kicinski
2021-01-20net: inline rollback_registered()Jakub Kicinski
2021-01-20net: move net_set_todo inside rollback_registered()Jakub Kicinski
2021-01-20Merge branch 'nexthop-more-fine-grained-policies-for-netlink-message-validation'Jakub Kicinski
2021-01-20nexthop: Specialize rtm_nh_policyPetr Machata
2021-01-20nexthop: Use a dedicated policy for nh_valid_dump_req()Petr Machata
2021-01-20nexthop: Use a dedicated policy for nh_valid_get_del_req()Petr Machata
2021-01-20net: dsa: Fix off by one in dsa_loop_port_vlan_add()Dan Carpenter
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-01-20Merge tag 'for-linus-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-01-20X.509: Fix crash caused by NULL pointerTianjia Zhang
2021-01-20cachefiles: Drop superfluous readpages aops NULL checkTakashi Iwai
2021-01-20Merge tag 'linux-can-fixes-for-5.11-20210120' of git://git.kernel.org/pub/scm...Jakub Kicinski
2021-01-20net: systemport: free dev before on error pathPan Bian
2021-01-20net: usb: cdc_ncm: don't spew notificationsGrant Grundler
2021-01-20net: mscc: ocelot: Fix multicast to the CPU portAlban Bedel
2021-01-20tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima
2021-01-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-01-20bpf: Fix signed_{sub,add32}_overflows type handlingDaniel Borkmann
2021-01-20can: peak_usb: fix use after free bugsVincent Mailhol
2021-01-20can: vxcan: vxcan_xmit: fix use after free bugVincent Mailhol
2021-01-20can: dev: can_restart: fix use after free bugVincent Mailhol
2021-01-19tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng
2021-01-19net: dsa: b53: fix an off by one in checking "vlan->vid"Dan Carpenter
2021-01-19bonding: add a vlan+srcmac tx hashing optionJarod Wilson
2021-01-19net: fix GSO for SG-enabled devicesPaolo Abeni
2021-01-19tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet
2021-01-19octeontx2-af: Remove unneeded semicolonsXu Wang
2021-01-19net: smsc911x: Make Runtime PM handling more fine-grainedGeert Uytterhoeven
2021-01-19selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King
2021-01-19net: tun: fix misspellings using codespell toolMenglong Dong
2021-01-19taprio: boolean values to a bool variableJiapeng Zhong
2021-01-19Merge branch 'net-ethernet-ti-am65-cpsw-nuss-introduce-support-for-am64x-cpsw3g'Jakub Kicinski