summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz2022-02-241-2/+1
* Bluetooth: fix data races in smp_unregister(), smp_del_chan()Lin Ma2022-02-241-2/+2
* Bluetooth: hci_core: Fix leaking sent_cmd skbLuiz Augusto von Dentz2022-02-241-0/+1
* net: mv643xx_eth: process retval from of_get_mac_addressMauri Sandberg2022-02-241-10/+14
* ping: remove pr_err from ping_lookupXin Long2022-02-241-1/+0
* Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"Mateusz Palczewski2022-02-241-11/+1
* openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-02-242-8/+43
* ipv6: prevent a possible race condition with lifetimesNiels Dossche2022-02-241-0/+2
* net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2022-02-242-22/+22
* bnx2x: fix driver load from initrdManish Chopra2022-02-241-0/+3
* Revert "xen-netback: Check for hotplug-status existence before watching"Marek Marczykowski-Górecki2022-02-241-8/+4
* Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"Marek Marczykowski-Górecki2022-02-241-1/+1
* Merge tag 'mlx5-fixes-2022-02-23' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-02-2424-94/+236
|\
| * net/mlx5e: Fix VF min/max rate parameters interchange mistakeGal Pressman2022-02-241-1/+1
| * net/mlx5e: Add missing increment of countLama Kayal2022-02-241-0/+1
| * net/mlx5e: MPLSoUDP decap, fix check for unsupported matchesMaor Dickman2022-02-241-17/+11
| * net/mlx5e: Fix MPLSoUDP encap to use MPLS action informationMaor Dickman2022-02-247-3/+32
| * net/mlx5e: Add feature check for set fec countersLama Kayal2022-02-241-3/+3
| * net/mlx5e: TC, Skip redundant ct clear actionsRoi Dayan2022-02-242-0/+8
| * net/mlx5e: TC, Reject rules with forward and drop actionsRoi Dayan2022-02-241-0/+6
| * net/mlx5e: TC, Reject rules with drop and modify hdr actionRoi Dayan2022-02-241-0/+6
| * net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packetsTariq Toukan2022-02-241-1/+2
| * net/mlx5e: Fix wrong return value on ioctl EEPROM query failureGal Pressman2022-02-241-1/+1
| * net/mlx5: Fix possible deadlock on rule deletionMaor Gottlieb2022-02-241-0/+2
| * net/mlx5: Fix tc max supported prio for nic modeChris Mi2022-02-241-0/+3
| * net/mlx5: Fix wrong limitation of metadata match on ecpfAriel Levkovich2022-02-241-4/+0
| * net/mlx5: Update log_max_qp value to be 17 at mostMaher Sanalla2022-02-241-1/+1
| * net/mlx5: DR, Fix the threshold that defines when pool sync is initiatedYevgeny Kliteynik2022-02-241-4/+7
| * net/mlx5: DR, Don't allow match on IP w/o matching on full ethertype/ip_versionYevgeny Kliteynik2022-02-243-17/+45
| * net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fteYevgeny Kliteynik2022-02-241-7/+26
| * net/mlx5: DR, Cache STE shadow memoryYevgeny Kliteynik2022-02-242-35/+79
| * net/mlx5: Update the list of the PCI supported devicesMeir Lichtinger2022-02-241-0/+2
|/
* Merge branch 'ftgmac100-fixes'David S. Miller2022-02-231-114/+129
|\
| * drivers/net/ftgmac100: fix DHCP potential failure with systemdHeyi Guo2022-02-231-2/+11
| * drivers/net/ftgmac100: adjust code place for function call dependencyHeyi Guo2022-02-231-111/+111
| * drivers/net/ftgmac100: refactor ftgmac100_reset_task to enable direct functio...Heyi Guo2022-02-231-3/+9
|/
* net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing2022-02-231-1/+1
* MAINTAINERS: add myself as co-maintainer for Realtek DSA switch driversAlvin Šipraga2022-02-231-0/+1
* tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2022-02-232-2/+2
* udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter2022-02-231-1/+1
* vhost/vsock: don't check owner in vhost_vsock_stop() while releasingStefano Garzarella2022-02-231-7/+14
* ibmvnic: schedule failover only if vioctl failsSukadev Bhattiprolu2022-02-231-1/+5
* net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga2022-02-231-1/+8
* net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet2022-02-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-02-229-9/+58
|\
| * netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal2022-02-221-4/+9
| * netfilter: nft_limit: fix stateful object memory leakFlorian Westphal2022-02-211-0/+18
| * netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso2022-02-211-0/+3
| * netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso2022-02-206-5/+26
| * netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependencyPablo Neira Ayuso2022-02-131-0/+2