summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-13net: phy: mxl-gpy: fix version reportingMichael Walle1-5/+6
2022-07-13net: ip6mr: add RTM_GETROUTE netlink opDavid Lamparter1-1/+92
2022-07-13Merge branch 'devlink-cosmetic-fixes'David S. Miller2-124/+144
2022-07-13net: devlink: move unlocked function prototypes alongside the locked onesJiri Pirko1-9/+7
2022-07-13net: devlink: use helpers to work with devlink->lock mutexJiri Pirko1-115/+115
2022-07-13net: devlink: fix unlocked vs locked functions descriptionsJiri Pirko1-0/+22
2022-07-13octeontx2-af: Skip CGX/RPM probe incase of zero lmac countHariprasad Kelam5-4/+17
2022-07-13net: ftgmac100: Hold reference returned by of_get_child_by_name()Liang He1-1/+14
2022-07-13Merge branch 'net-sysctl-races'David S. Miller15-28/+43
2022-07-13nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima3-4/+5
2022-07-13ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima2-3/+3
2022-07-13tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima2-1/+3
2022-07-13tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima5-4/+6
2022-07-13raw: Fix a data-race around sysctl_raw_l3mdev_accept.Kuniyuki Iwashima1-1/+1
2022-07-13icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima1-1/+1
2022-07-13icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima1-1/+2
2022-07-13icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.Kuniyuki Iwashima2-1/+3
2022-07-13icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.Kuniyuki Iwashima2-1/+3
2022-07-13icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts.Kuniyuki Iwashima2-1/+3
2022-07-13icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima2-2/+2
2022-07-13icmp: Fix a data-race around sysctl_icmp_echo_ignore_all.Kuniyuki Iwashima2-1/+3
2022-07-13tcp: Fix a data-race around sysctl_max_tw_buckets.Kuniyuki Iwashima1-1/+2
2022-07-13sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima1-4/+4
2022-07-13sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima1-2/+2
2022-07-13Merge branch 'prestera-port-range-filters'David S. Miller5-7/+54
2022-07-13net: prestera: add support for port range filtersMaksym Glubokiy1-0/+24
2022-07-13net: extract port range fields from fl_flow_keyMaksym Glubokiy4-7/+30
2022-07-13Merge branch 'prestera-mdb-offload'David S. Miller5-91/+1124
2022-07-13net: marvell: prestera: implement software MDB entries allocationOleksandr Mazur3-2/+635
2022-07-13net: marvell: prestera: define and implement MDB / flood domain API for entri...Oleksandr Mazur2-0/+163
2022-07-13net: marvell: prestera: define MDB/flood domain entries and HW API to offload...Oleksandr Mazur4-0/+259
2022-07-13net: marvell: prestera: rework bridge flags settingOleksandr Mazur5-89/+67
2022-07-13ip6_tunnel: allow to inherit from VLAN encapsulated IPMatthias May1-4/+7
2022-07-13ip6_gre: use actual protocol to select xmitMatthias May1-1/+3
2022-07-13ip6_gre: set DSCP for non-IPMatthias May1-7/+32
2022-07-13ip_tunnel: allow to inherit from VLAN encapsulated IPMatthias May1-8/+9
2022-07-13ALSA: hda/realtek - Enable the headset-mic on a Xiaomi's laptopMeng Tang1-0/+1
2022-07-13ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc221Meng Tang1-0/+12
2022-07-13ALSA: hda/realtek: fix mute/micmute LEDs for HP machinesJeremy Szu1-0/+4
2022-07-13qlogic: qed: fix clang -Wformat warningsJustin Stitt1-2/+2
2022-07-13Merge branch 'bnxt_en-5-bug-fixes'Jakub Kicinski6-13/+31
2022-07-13bnxt_en: Fix bnxt_refclk_read()Pavan Chebbi1-2/+11
2022-07-13bnxt_en: Fix and simplify XDP transmit pathMichael Chan1-5/+5
2022-07-13bnxt_en: fix livepatch queryVikas Gupta1-3/+5
2022-07-13bnxt_en: Fix bnxt_reinit_after_abort() code pathMichael Chan1-1/+2
2022-07-13bnxt_en: reclaim max resources if sriov enable failsKashyap Desai3-2/+8
2022-07-13igb: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi1-43/+78
2022-07-13Merge branch 'mptcp-support-changes-to-initial-subflow-priority'Jakub Kicinski4-58/+105
2022-07-13selftests: mptcp: add MPC backup testsPaolo Abeni1-0/+30
2022-07-13mptcp: more accurate MPC endpoint trackingPaolo Abeni2-7/+15