summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: mdio: unexport __init-annotated mdio_bus_init()Masahiro Yamada2022-06-081-1/+0
* net/mlx4_en: Fix wrong return value on ioctl EEPROM query failureGal Pressman2022-06-081-1/+1
* net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_listMiaoqian Lin2022-06-081-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-06-088-35/+98
|\
| * netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso2022-06-065-3/+31
| * netfilter: nf_tables: memleak flow rule from commit pathPablo Neira Ayuso2022-06-061-0/+6
| * netfilter: nf_tables: release new hooks on unsupported flowtable flagsPablo Neira Ayuso2022-06-061-4/+8
| * netfilter: nf_tables: always initialize flowtable hook list in transactionPablo Neira Ayuso2022-06-021-0/+1
| * netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso2022-06-022-26/+6
| * netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in clean_net pathPablo Neira Ayuso2022-06-011-1/+1
| * netfilter: nat: really support inet nat without l3 addressFlorian Westphal2022-06-012-1/+45
* | selftests net: fix bpf build errorLina Wang2022-06-071-2/+2
* | af_unix: Fix a data-race in unix_dgram_peer_wake_me().Kuniyuki Iwashima2022-06-071-1/+1
* | stmmac: intel: Fix an error handling path in intel_eth_pci_probe()Christophe JAILLET2022-06-071-3/+1
* | net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_registerMiaoqian Lin2022-06-061-0/+1
* | Merge branch 'amt-fix-several-bugs-in-amt_rcv'Jakub Kicinski2022-06-061-19/+40
|\ \
| * | amt: fix wrong type string definitionTaehee Yoo2022-06-061-0/+1
| * | amt: fix possible null-ptr-deref in amt_rcv()Taehee Yoo2022-06-061-1/+2
| * | amt: fix wrong usage of pskb_may_pull()Taehee Yoo2022-06-061-18/+37
|/ /
* | net: phy: dp83867: retrigger SGMII AN when link changeTan Tee Min2022-06-061-0/+29
* | Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-02101-611/+665
|\ \
| * \ Merge branch 'net-af_packet-be-careful-when-expanding-mac-header-size'Jakub Kicinski2022-06-023-4/+13
| |\ \
| | * | net/af_packet: make sure to pull mac headerEric Dumazet2022-06-021-2/+4
| | * | net: add debug info to __skb_pull()Eric Dumazet2022-06-021-1/+8
| | * | net: CONFIG_DEBUG_NET depends on CONFIG_NETEric Dumazet2022-06-021-1/+1
| |/ /
| * | stmmac: intel: Add RPL-P PCI IDMichael Sit Wei Hong2022-06-021-0/+2
| * | net: stmmac: use dev_err_probe() for reporting mdio bus registration failureRasmus Villemoes2022-06-022-4/+4
| * | tipc: check attribute length for bearer nameHoang Le2022-06-021-2/+1
| * | ice: fix access-beyond-end in the switch codeAlexander Lobakin2022-06-024-139/+115
| * | nfp: remove padding in nfp_nfdk_tx_descFei Qin2022-06-023-9/+17
| * | ax25: Fix ax25 session cleanup problemsDuoming Zhou2022-06-024-11/+20
| * | net: usb: qmi_wwan: Add support for Cinterion MV31 with new baselineSlark Xiao2022-06-021-0/+1
| * | Merge tag 'mlx5-fixes-2022-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-06-0214-41/+115
| |\ \
| | * | net/mlx5: Fix mlx5_get_next_dev() peer device matchingSaeed Mahameed2022-05-311-11/+23
| | * | net/mlx5e: Update netdev features after changing XDP stateMaxim Mikityanskiy2022-05-311-0/+5
| | * | net/mlx5: correct ECE offset in query qp outputChangcheng Liu2022-05-311-3/+2
| | * | net/mlx5e: Disable softirq in mlx5e_activate_rq to avoid race conditionMaxim Mikityanskiy2022-05-317-11/+31
| | * | net/mlx5: CT: Fix header-rewrite re-use for tupelsPaul Blakey2022-05-311-8/+11
| | * | net/mlx5e: TC NIC mode, fix tc chains miss tableMaor Dickman2022-05-313-3/+39
| | * | net/mlx5: Don't use already freed action pointerLeon Romanovsky2022-05-311-5/+4
| * | | Merge branch 'sfc-siena-fix-some-efx_separate_tx_channels-errors'Jakub Kicinski2022-06-022-5/+3
| |\ \ \
| | * | | sfc/siena: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet2022-06-021-4/+2
| | * | | sfc/siena: fix considering that all channels have TX queuesMartin Habets2022-06-021-1/+1
| |/ / /
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-06-022-5/+8
| |\ \ \
| | * | | xfrm: do not set IPv4 DF flag when encapsulating IPv6 frames <= 1280 bytes.Maciej Żenczykowski2022-05-251-1/+2
| | * | | Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek2022-05-251-4/+6
| * | | | Merge tag 'wireless-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-06-029-30/+39
| |\ \ \ \
| | * | | | wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg2022-06-011-5/+2
| | * | | | wifi: rtw88: add a work to correct atomic scheduling warning of ::set_timPing-Ke Shih2022-05-305-3/+15
| | * | | | wifi: iwlwifi: pcie: rename CAUSE macroJohannes Berg2022-05-301-17/+17