summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-06net: dsa: mt7530: drop untagged frames on VLAN-aware ports without PVIDDENG Qingfang
2021-08-06Merge branch 'dsa-cpu-flood'David S. Miller
2021-08-06net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean
2021-08-06net: dsa: mt7530: remove the .port_set_mrouter implementationVladimir Oltean
2021-08-06net: dsa: stop syncing the bridge mcast_router attribute at join timeVladimir Oltean
2021-08-06net: ethernet: ti: am65-cpsw: use napi_complete_done() in TX completionGrygorii Strashko
2021-08-06net: ti: am65-cpsw-nuss: fix RX IRQ state after .ndo_stop()Vignesh Raghavendra
2021-08-06Merge branch 'ptp-ocp-fixes'David S. Miller
2021-08-06ptp: ocp: Remove pending_image indicator from devlinkJonathan Lemon
2021-08-06ptp: ocp: Rename version string shown by devlink.Jonathan Lemon
2021-08-06ptp: ocp: Use 'gnss' naming instead of 'gps'Jonathan Lemon
2021-08-06ptp: ocp: Remove devlink health and unused parameters.Jonathan Lemon
2021-08-06ptp: ocp: Add the mapping for the external PPS registers.Jonathan Lemon
2021-08-06ptp: ocp: Fix the error handling path for the class device.Jonathan Lemon
2021-08-06ethtool: return error from ethnl_ops_begin if dev is NULLHeiner Kallweit
2021-08-06netdevsim: Protect both reload_down and reload_up pathsLeon Romanovsky
2021-08-06Merge branch 'cpsw-emac-skb_put_padto'David S. Miller
2021-08-06net: ethernet: ti: davinci_cpdma: drop frame paddingGrygorii Strashko
2021-08-06net: ethernet: ti: davinci_emac: switch to use skb_put_padto()Grygorii Strashko
2021-08-06net: ethernet: ti: cpsw: switch to use skb_put_padto()Grygorii Strashko
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-05Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-08-05Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa
2021-08-05Merge tag 'selinux-pr-20210805' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-05Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-08-05Merge tag 'trace-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-05Merge tag 's390-5.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-08-05Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2021-08-05pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)
2021-08-05Merge branch 'net-fix-use-after-free-bugs'Jakub Kicinski
2021-08-05net: vxge: fix use-after-free in vxge_device_unregisterPavel Skripkin
2021-08-05net: fec: fix use-after-free in fec_drv_removePavel Skripkin
2021-08-05net: pegasus: fix uninit-value in get_interrupt_intervalPavel Skripkin
2021-08-05tracing: Quiet smp_processor_id() use in preemptable warning in hwlatSteven Rostedt (VMware)
2021-08-05net: ethernet: ti: am65-cpsw: fix crash in am65_cpsw_port_offload_fwd_mark_up...Grygorii Strashko
2021-08-05bnx2x: fix an error code in bnx2x_nic_load()Dan Carpenter
2021-08-05netdevsim: Forbid devlink reload when adding or deleting portsLeon Romanovsky
2021-08-05net: dsa: tag_sja1105: optionally build as module when switch driver is modul...Vladimir Oltean
2021-08-05netdevice: add the case if dev is NULLYajun Deng
2021-08-05net: Remove redundant if statementsYajun Deng
2021-08-05Revert "wwan: mhi: Fix build."David S. Miller
2021-08-05Merge branch 'GRO-Toeplitz-selftests'David S. Miller
2021-08-05selftests/net: toeplitz testCoco Li
2021-08-05selftests/net: GRO coalesce testCoco Li
2021-08-05wwan: mhi: Fix build.David S. Miller
2021-08-05net/ipv6/mcast: Use struct_size() helperGustavo A. R. Silva
2021-08-05net/ipv4/igmp: Use struct_size() helperGustavo A. R. Silva
2021-08-05net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva
2021-08-05Merge branch 'bridge-ioctl-fixes'David S. Miller