summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-06-02xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua-1/+4
2022-06-01net: usb: qmi_wwan: Add support for Cinterion MV31 with new baselineSlark Xiao-0/+1
2022-06-01Merge tag 'mlx5-fixes-2022-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-41/+115
2022-06-01Merge branch 'sfc-siena-fix-some-efx_separate_tx_channels-errors'Jakub Kicinski-5/+3
2022-06-01sfc/siena: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet-4/+2
2022-06-01sfc/siena: fix considering that all channels have TX queuesMartin Habets-1/+1
2022-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-5/+8
2022-06-01Merge tag 'wireless-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-30/+39
2022-06-01socket: Don't use u8 type in uapi socket.hTobias Klauser-1/+1
2022-06-01net/sched: act_api: fix error code in tcf_ct_flow_table_fill_tuple_ipv6()Dan Carpenter-1/+1
2022-06-01net: ping6: Fix ping -6 with interface nameAya Levin-4/+4
2022-06-01macsec: fix UAF bug for real_devZiyang Xuan-0/+7
2022-06-01octeontx2-af: fix error code in is_valid_offset()Dan Carpenter-1/+1
2022-06-01wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg-5/+2
2022-06-01bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu-4/+14
2022-05-31tcp: tcp_rtx_synack() can be called from process contextEric Dumazet-2/+2
2022-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-19/+62
2022-05-31net: sched: add barrier to fix packet stuck problem for lockless qdiscGuoju Fang-0/+6
2022-05-31netfilter: flowtable: fix nft_flow_route source address for nat casewenxu-2/+2
2022-05-31netfilter: flowtable: fix missing FLOWI_FLAG_ANYSRC flagwenxu-0/+2
2022-05-31netfilter: nf_tables: double hook unregistration in netns pathPablo Neira Ayuso-13/+41
2022-05-31netfilter: nf_tables: hold mutex on netns pre_exit pathPablo Neira Ayuso-0/+4
2022-05-31netfilter: nf_tables: sanitize nft_set_desc_concat_parse()Pablo Neira Ayuso-4/+13
2022-05-31net/mlx5: Fix mlx5_get_next_dev() peer device matchingSaeed Mahameed-11/+23
2022-05-31net/mlx5e: Update netdev features after changing XDP stateMaxim Mikityanskiy-0/+5
2022-05-31net/mlx5: correct ECE offset in query qp outputChangcheng Liu-3/+2
2022-05-31net/mlx5e: Disable softirq in mlx5e_activate_rq to avoid race conditionMaxim Mikityanskiy-11/+31
2022-05-31net/mlx5: CT: Fix header-rewrite re-use for tupelsPaul Blakey-8/+11
2022-05-31net/mlx5e: TC NIC mode, fix tc chains miss tableMaor Dickman-3/+39
2022-05-31net/mlx5: Don't use already freed action pointerLeon Romanovsky-5/+4
2022-05-31xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS()Juergen Gross-1/+1
2022-05-31net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_naArun Ajith S-48/+50
2022-05-31bonding: show NS IPv6 targets in proc master infoHangbin Liu-0/+15
2022-05-30net: phy: at803x: disable WOL at probeViorel Suman-11/+22
2022-05-30net: ipv4: Avoid bounds check warninghuhai-2/+2
2022-05-30wifi: rtw88: add a work to correct atomic scheduling warning of ::set_timPing-Ke Shih-3/+15
2022-05-30wifi: iwlwifi: pcie: rename CAUSE macroJohannes Berg-17/+17
2022-05-30wifi: libertas: use variable-size data in assoc req/resp cmdJohannes Berg-5/+5
2022-05-29Merge branch 'sfc-fixes'David S. Miller-5/+3
2022-05-29sfc: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet-4/+2
2022-05-29sfc: fix considering that all channels have TX queuesMartin Habets-1/+1
2022-05-28net: enetc: Use pci_release_region() to release some resourcesChristophe JAILLET-2/+2
2022-05-28bonding: NS target should accept link local addressHangbin Liu-5/+0
2022-05-28net: nfc: Directly use ida_alloc()/free()keliu-2/+2
2022-05-28nfp: only report pause frame configuration for physical deviceYu Xiao-2/+2
2022-05-28net: dpaa: Convert to SPDX identifiersSean Anderson-143/+15
2022-05-28tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet-4/+7
2022-05-28net: phy: Directly use ida_alloc()/free()Ke Liu-3/+3
2022-05-28net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...Guangguan Wang-1/+1
2022-05-27Merge branch 'net-ipa-fix-page-free-in-two-spots'Jakub Kicinski-6/+3