summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-28Merge branch 'net-bridge-multicast-per-port-eht-hosts-limit'Jakub Kicinski8-2/+100
2021-01-28net: bridge: multicast: make tracked EHT hosts limit configurableNikolay Aleksandrov6-2/+64
2021-01-28net: bridge: multicast: add per-port EHT hosts limitNikolay Aleksandrov4-0/+36
2021-01-28rocker: Simplify the calculation of variablesJiapeng Zhong1-1/+1
2021-01-28net: decnet: fix netdev refcount leaking on error pathVadim Fedorenko1-1/+1
2021-01-28net: remove redundant 'depends on NET'Masahiro Yamada12-12/+5
2021-01-28net: l3mdev: use obj-$(CONFIG_NET_L3_MASTER_DEV) form in net/MakefileMasahiro Yamada2-4/+2
2021-01-28net: switchdev: use obj-$(CONFIG_NET_SWITCHDEV) form in net/MakefileMasahiro Yamada2-4/+2
2021-01-28net: dcb: use obj-$(CONFIG_DCB) form in net/MakefileMasahiro Yamada2-4/+2
2021-01-28net: move CONFIG_NET guard to top MakefileMasahiro Yamada2-8/+6
2021-01-28net: sysctl: remove redundant #ifdef CONFIG_NETMasahiro Yamada1-2/+0
2021-01-28Merge branch 'mptcp-ipv4-mapped-ipv6-addressing-for-subflows'Jakub Kicinski4-20/+120
2021-01-28selftests: increase timeout to 10 minMatthieu Baerts1-1/+1
2021-01-28selftests: mptcp: add IPv4-mapped IPv6 testcasesGeliang Tang1-0/+75
2021-01-28mptcp: pm nl: reduce variable scopeMatthieu Baerts1-3/+3
2021-01-28mptcp: pm nl: support IPv4 mapped in v6 addressesMatthieu Baerts1-9/+24
2021-01-28mptcp: support MPJoin with IPv4 mapped in v6 skMatthieu Baerts1-7/+17
2021-01-28r8169: remove not needed call to rtl_wol_enable_rx from rtl_shutdownHeiner Kallweit1-3/+1
2021-01-28pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu1-1/+1
2021-01-28net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPPRasmus Villemoes1-10/+13
2021-01-28mac80211: minstrel_ht: fix regression in the max_prob_rate fixFelix Fietkau1-1/+1
2021-01-28virt_wifi: fix deadlock on RTNLJohannes Berg1-8/+0
2021-01-27Merge branch 'parisc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-9/+12
2021-01-27x86/xen: avoid warning in Xen pv guest with CONFIG_AMD_MEM_ENCRYPT enabledJuergen Gross3-1/+16
2021-01-27can: dev: prevent potential information leak in can_fill_info()Dan Carpenter1-1/+1
2021-01-27can: mcp251xfd: add BQL supportMarc Kleine-Budde1-4/+17
2021-01-27can: mcp251xfd: add len8_dlc supportMarc Kleine-Budde1-8/+15
2021-01-27can: mcp251xfd: mcp251xfd_tx_obj_from_skb(): don't copy data for RTR CAN fram...Marc Kleine-Budde1-5/+11
2021-01-27can: mcp251xfd: mcp251xfd_hw_rx_obj_to_skb(): don't copy data for RTR CAN fra...Marc Kleine-Budde1-1/+2
2021-01-27can: mcp251xfd: mcp251xfd_tx_obj_from_skb(): clean up padding of CAN-FD framesMarc Kleine-Budde1-6/+7
2021-01-27can: mcp251xfd: mcp251xfd_start_xmit(): use mcp251xfd_get_tx_free() to check ...Marc Kleine-Budde1-1/+1
2021-01-27can: mcp251xfd: replace sizeof(u32) with val_bytes in regmapSu Yanjun1-3/+6
2021-01-27can: mcba_usb: remove h from printk format specifierTom Rix1-3/+3
2021-01-27can: length: can_fd_len2dlc(): make legnth calculation readable againMarc Kleine-Budde1-1/+6
2021-01-27can: dev: export can_get_state_str() functionVincent Mailhol2-1/+3
2021-01-27can: flexcan: fix typosMarc Kleine-Budde1-2/+2
2021-01-27can: gw: fix typoMarc Kleine-Budde1-1/+1
2021-01-27xen: Fix XenStore initialisation for XS_LOCALDavid Woodhouse1-0/+31
2021-01-27net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary8-7/+37
2021-01-27Merge branch 'net-fec-fix-temporary-rmii-clock-reset-on-link-up'Jakub Kicinski2-2/+9
2021-01-27net: fec: Fix temporary RMII clock reset on link upLaurent Badel2-2/+9
2021-01-27Merge branch 'net-usbnet-convert-to-new-tasklet-api'Jakub Kicinski1-5/+4
2021-01-27net: usbnet: use new tasklet APIEmil Renner Berthing1-4/+4
2021-01-27net: usbnet: initialize tasklet using tasklet_initEmil Renner Berthing1-2/+1
2021-01-27Merge branch 'net-dsa-mv88e6xxx-remove-some-6250-specific-methods'Jakub Kicinski3-69/+8
2021-01-27net: dsa: mv88e6xxx: use mv88e6185_g1_vtu_loadpurge() for the 6250Rasmus Villemoes3-32/+5
2021-01-27net: dsa: mv88e6xxx: use mv88e6185_g1_vtu_getnext() for the 6250Rasmus Villemoes3-37/+3
2021-01-27net: lapb: Add locking to the lapb moduleXie He3-20/+82
2021-01-27selftests: add IPv4 unicast extensions testsSeth David Schoen2-0/+229
2021-01-27bonding: add TLS dependencyArnd Bergmann1-0/+1