summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-01-27net/mlx5e: Add flow steering DMAC trap ruleAya Levin-2/+43
2021-01-27net/mlx5e: Add flow steering VLAN trap ruleAya Levin-2/+65
2021-01-27net/mlx5e: Optimize promiscuous modeAya Levin-34/+100
2021-01-27net/mlx5: Notify on trap action by blocking eventAya Levin-0/+83
2021-01-27net/mlx5: Rename events notifier headerAya Levin-8/+11
2021-01-27net/mlx5: Register to devlink DMAC filter trapAya Levin-0/+1
2021-01-27net/mlx5: Register to devlink ingress VLAN filter trapAya Levin-0/+51
2021-01-27net/mlx5: Add support for devlink traps in mlx5 core driverAya Levin-0/+103
2021-01-27devlink: Add DMAC filter generic packet trapAya Levin-0/+9
2021-01-27net: dsa: mv88e6xxx: Make global2 support mandatoryAndrew Lunn-213/+3
2021-01-27Merge tag 'mac80211-next-for-net-next-2021-01-27' of git://git.kernel.org/pub...Jakub Kicinski-1927/+2090
2021-01-27Merge tag 'linux-can-next-for-5.12-20210127' of git://git.kernel.org/pub/scm/...Jakub Kicinski-32/+70
2021-01-27tipc: remove duplicated code in tipc_msg_createHoang Huu Le-4/+0
2021-01-27Merge branch 'net-bridge-multicast-per-port-eht-hosts-limit'Jakub Kicinski-2/+100
2021-01-27net: bridge: multicast: make tracked EHT hosts limit configurableNikolay Aleksandrov-2/+64
2021-01-27net: bridge: multicast: add per-port EHT hosts limitNikolay Aleksandrov-0/+36
2021-01-27rocker: Simplify the calculation of variablesJiapeng Zhong-1/+1
2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada-12/+5
2021-01-27net: l3mdev: use obj-$(CONFIG_NET_L3_MASTER_DEV) form in net/MakefileMasahiro Yamada-4/+2
2021-01-27net: switchdev: use obj-$(CONFIG_NET_SWITCHDEV) form in net/MakefileMasahiro Yamada-4/+2
2021-01-27net: dcb: use obj-$(CONFIG_DCB) form in net/MakefileMasahiro Yamada-4/+2
2021-01-27net: move CONFIG_NET guard to top MakefileMasahiro Yamada-8/+6
2021-01-27net: sysctl: remove redundant #ifdef CONFIG_NETMasahiro Yamada-2/+0
2021-01-27Merge branch 'mptcp-ipv4-mapped-ipv6-addressing-for-subflows'Jakub Kicinski-20/+120
2021-01-27selftests: increase timeout to 10 minMatthieu Baerts-1/+1
2021-01-27selftests: mptcp: add IPv4-mapped IPv6 testcasesGeliang Tang-0/+75
2021-01-27mptcp: pm nl: reduce variable scopeMatthieu Baerts-3/+3
2021-01-27mptcp: pm nl: support IPv4 mapped in v6 addressesMatthieu Baerts-9/+24
2021-01-27mptcp: support MPJoin with IPv4 mapped in v6 skMatthieu Baerts-7/+17
2021-01-27r8169: remove not needed call to rtl_wol_enable_rx from rtl_shutdownHeiner Kallweit-3/+1
2021-01-27pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu-1/+1
2021-01-27mac80211: minstrel_ht: fix regression in the max_prob_rate fixFelix Fietkau-1/+1
2021-01-27virt_wifi: fix deadlock on RTNLJohannes Berg-8/+0
2021-01-27can: mcp251xfd: add BQL supportMarc Kleine-Budde-4/+17
2021-01-27can: mcp251xfd: add len8_dlc supportMarc Kleine-Budde-8/+15
2021-01-27can: mcp251xfd: mcp251xfd_tx_obj_from_skb(): don't copy data for RTR CAN fram...Marc Kleine-Budde-5/+11
2021-01-27can: mcp251xfd: mcp251xfd_hw_rx_obj_to_skb(): don't copy data for RTR CAN fra...Marc Kleine-Budde-1/+2
2021-01-27can: mcp251xfd: mcp251xfd_tx_obj_from_skb(): clean up padding of CAN-FD framesMarc Kleine-Budde-6/+7
2021-01-27can: mcp251xfd: mcp251xfd_start_xmit(): use mcp251xfd_get_tx_free() to check ...Marc Kleine-Budde-1/+1
2021-01-27can: mcp251xfd: replace sizeof(u32) with val_bytes in regmapSu Yanjun-3/+6
2021-01-27can: mcba_usb: remove h from printk format specifierTom Rix-3/+3
2021-01-27can: length: can_fd_len2dlc(): make legnth calculation readable againMarc Kleine-Budde-1/+6
2021-01-27can: dev: export can_get_state_str() functionVincent Mailhol-1/+3
2021-01-27can: flexcan: fix typosMarc Kleine-Budde-2/+2
2021-01-27can: gw: fix typoMarc Kleine-Budde-1/+1
2021-01-26net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary-7/+37
2021-01-26Merge branch 'net-usbnet-convert-to-new-tasklet-api'Jakub Kicinski-5/+4
2021-01-26net: usbnet: use new tasklet APIEmil Renner Berthing-4/+4
2021-01-26net: usbnet: initialize tasklet using tasklet_initEmil Renner Berthing-2/+1
2021-01-26Merge branch 'net-dsa-mv88e6xxx-remove-some-6250-specific-methods'Jakub Kicinski-69/+8