summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vsock: each transport cycles only on its own socketsJiyong Park2022-03-115-7/+20
* alx: acquire mutex for alx_reinit in alx_change_mtuNiels Dossche2022-03-111-1/+4
* net: ipv6: fix skb_over_panic in __ip6_append_dataTadeusz Struk2022-03-111-2/+2
* Merge tag 'net-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-1057-244/+383
|\
| * xdp: xdp_mem_allocator can be NULL in trace_mem_connect().Sebastian Andrzej Siewior2022-03-101-1/+2
| * ice: Fix race condition during interface enslaveIvan Vecera2022-03-102-2/+21
| * net: phy: meson-gxl: improve link-up behaviorHeiner Kallweit2022-03-101-1/+7
| * net: bcmgenet: Don't claim WOL when its not availableJeremy Linton2022-03-101-0/+7
| * net: arc_emac: Fix use after free in arc_mdio_probe()Jianglei Nie2022-03-101-2/+3
| * sctp: fix kernel-infoleak for SCTP socketsEric Dumazet2022-03-101-6/+3
| * net: phy: correct spelling error of media in documentationColin Foster2022-03-101-2/+2
| * Merge tag 'mlx5-fixes-2022-03-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-03-106-21/+19
| |\
| | * net/mlx5e: SHAMPO, reduce TIR indicationBen Ben-Ishay2022-03-093-6/+1
| | * net/mlx5e: Lag, Only handle events from highest priority multipath entryRoi Dayan2022-03-091-3/+8
| | * net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLEDima Chumak2022-03-091-3/+0
| | * net/mlx5: Fix a race on command flush flowMoshe Shemesh2022-03-091-7/+8
| | * net/mlx5: Fix size field in bufferx_reg structMohammad Kabat2022-03-091-2/+2
| * | net: phy: DP83822: clear MISR2 register to disable interruptsClément Léger2022-03-101-1/+1
| * | gianfar: ethtool: Fix refcount leak in gfar_get_ts_infoMiaoqian Lin2022-03-101-0/+1
| * | Merge branch 'selftests-pmtu-sh-fix-cleanup-of-processes-launched-in-subshell'Jakub Kicinski2022-03-091-4/+17
| |\ \
| | * | selftests: pmtu.sh: Kill nettest processes launched in subshell.Guillaume Nault2022-03-091-2/+12
| | * | selftests: pmtu.sh: Kill tcpdump processes launched by subshell.Guillaume Nault2022-03-091-2/+5
| |/ /
| * / NFC: port100: fix use-after-free in port100_send_completePavel Skripkin2022-03-091-0/+2
| |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-03-0910-23/+70
| |\
| | * net: Fix esp GSO on inter address family tunnels.Steffen Klassert2022-03-074-4/+29
| | * esp: Fix BEET mode inter address family tunneling on GSOSteffen Klassert2022-03-072-0/+6
| | * esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-073-0/+12
| | * Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"Kai Lueke2022-03-061-18/+3
| | * xfrm: fix tunnel model fragmentation behaviorLina Wang2022-03-012-1/+20
| * | ax25: Fix NULL pointer dereference in ax25_kill_by_deviceDuoming Zhou2022-03-091-0/+7
| * | net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base...Miaoqian Lin2022-03-091-0/+1
| * | net: ethernet: lpc_eth: Handle error for clk_enableJiasheng Jiang2022-03-091-1/+4
| * | net:mcf8390: Use platform_get_irq() to get the interruptMinghao Chi (CGEL ZTE)2022-03-091-5/+5
| * | net: ethernet: ti: cpts: Handle error for clk_enableJiasheng Jiang2022-03-091-1/+3
| * | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-03-0911-101/+76
| |\ \
| | * | ice: Fix curr_link_speed advertised speedJedrzej Jagielski2022-03-081-1/+1
| | * | ice: Don't use GFP_KERNEL in atomic contextChristophe JAILLET2022-03-081-1/+1
| | * | ice: Fix error with handling of bonding MTUDave Ertman2022-03-082-15/+15
| | * | ice: stop disabling VFs due to PF error responsesJacob Keller2022-03-082-21/+0
| | * | i40e: stop disabling VFs due to PF error responsesJacob Keller2022-03-083-59/+9
| | * | iavf: Fix adopting new combined settingMichal Maloszewski2022-03-082-4/+10
| | * | iavf: Fix handling of vlan strip virtual channel messagesMichal Maloszewski2022-03-081-0/+40
| * | | tipc: fix incorrect order of state message data sanity checkTung Nguyen2022-03-081-4/+5
| * | | ethernet: Fix error handling in xemaclite_of_probeMiaoqian Lin2022-03-081-1/+3
| |/ /
| * | net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate()Russell King (Oracle)2022-03-081-1/+1
| * | smsc95xx: Ignore -ENODEV errors when device is unpluggedFabio Estevam2022-03-071-8/+20
| * | qed: return status of qed_iov_get_linkTom Rix2022-03-071-7/+11
| * | ethernet: sun: Free the coherent when failing in probingZheyu Ma2022-03-071-1/+5
| * | net: lantiq_xrx200: fix use after free bugAleksander Jan Bajkowski2022-03-071-1/+1
| * | net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prep...Jia-Ju Bai2022-03-071-0/+7