summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-24net: Fix a data-race around netdev_unregister_timeout_secs.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix a data-race around gro_normal_batch.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima3-9/+21
2022-08-24net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima1-3/+8
2022-08-24net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix data-races around sysctl_max_skb_frags.Kuniyuki Iwashima2-3/+3
2022-08-24net: Fix a data-race around netdev_budget.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima5-14/+18
2022-08-24ratelimit: Fix data-races in ___ratelimit().Kuniyuki Iwashima1-3/+9
2022-08-24net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima1-4/+4
2022-08-24net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima5-6/+6
2022-08-24net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima3-8/+11
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima5-10/+10
2022-08-24net/core/skbuff: Check the return value of skb_copy_bits()lily1-3/+2
2022-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller6-4/+7
2022-08-24fec: Restart PPS after link state changeCsókás Bence3-4/+77
2022-08-24net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-3/+9
2022-08-24Merge tag 'mlx5-fixes-2022-08-22' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski11-42/+65
2022-08-24Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-29/+54
2022-08-24Merge branch 'bnxt_en-bug-fixes'Jakub Kicinski5-7/+12
2022-08-24bnxt_en: fix LRO/GRO_HW features in ndo_fix_features callbackVikas Gupta1-4/+1
2022-08-24bnxt_en: fix NQ resource accounting during vf creation on 57500 chipsVikas Gupta1-1/+1
2022-08-24bnxt_en: set missing reload flag in devlink featuresVikas Gupta1-0/+1
2022-08-24bnxt_en: Use PAGE_SIZE to init buffer when multi buffer XDP is not in usePavan Chebbi2-2/+9
2022-08-24net: dsa: microchip: make learning configurable and keep it off while standaloneVladimir Oltean2-1/+45
2022-08-23net: dsa: don't dereference NULL extack in dsa_slave_changeupper()Vladimir Oltean1-1/+1
2022-08-23net: ipvtap - add __init/__exit annotations to module init/exit funcsMaciej Żenczykowski1-2/+2
2022-08-23Merge branch 'bonding-802-3ad-fix-no-transmission-of-lacpdus'Jakub Kicinski9-28/+108
2022-08-23bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins3-10/+5
2022-08-23bonding: 802.3ad: fix no transmission of LACPDUsJonathan Toppins1-22/+16
2022-08-23selftests: include bonding tests into the kselftest infraJonathan Toppins6-0/+91
2022-08-23net: moxa: get rid of asymmetry in DMA mapping/unmappingSergei Antonov1-5/+6
2022-08-23net: phy: Don't WARN for PHY_READY state in mdio_bus_phy_resume()Xiaolei Wang1-4/+4
2022-08-23net: ipa: don't assume SMEM is page-alignedAlex Elder1-1/+1
2022-08-23net: dsa: microchip: keep compatibility with device tree blobs with no phy-modeVladimir Oltean1-1/+7
2022-08-22net/mlx5: Unlock on error in mlx5_sriov_enable()Dan Carpenter1-1/+1
2022-08-22net/mlx5e: Fix use after free in mlx5e_fs_init()Dan Carpenter1-2/+3
2022-08-22net/mlx5e: kTLS, Use _safe() iterator in mlx5e_tls_priv_tx_list_cleanup()Dan Carpenter1-2/+2
2022-08-22net/mlx5: unlock on error path in esw_vfs_changed_event_handler()Dan Carpenter1-1/+3
2022-08-22net/mlx5e: Fix wrong tc flag used when set hw-tc-offload offMaor Dickman1-1/+3
2022-08-22net/mlx5e: TC, Add missing policer validationRoi Dayan1-0/+4
2022-08-22net/mlx5e: Fix wrong application of the LRO stateAya Levin1-8/+0
2022-08-22net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyMoshe Shemesh2-0/+5
2022-08-22net/mlx5: Fix cmd error logging for manage pages cmdRoy Novich1-3/+6
2022-08-22net/mlx5: Disable irq when locking lag_lockVlad Buslov1-22/+33
2022-08-22net/mlx5: Eswitch, Fix forwarding decision to uplinkEli Cohen1-1/+2
2022-08-22net/mlx5: LAG, fix logic over MLX5_LAG_FLAG_NDEVS_READYEli Cohen1-1/+1