aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-09net/mlx5: Remove not-implemented IPsec capabilitiesLeon Romanovsky1-3/+1
2022-04-09net/mlx5: Remove ipsec_ops function tableLeon Romanovsky4-154/+8
2022-04-09net/mlx5: Reduce kconfig complexity while building crypto supportLeon Romanovsky2-8/+1
2022-04-09net/mlx5: Move IPsec file to relevant directoryLeon Romanovsky12-11/+11
2022-04-09net/mlx5: Remove not-needed IPsec configLeon Romanovsky3-33/+5
2022-04-09net/mlx5: Align flow steering allocation namespace to common styleLeon Romanovsky2-8/+0
2022-04-09net/mlx5: Unify device IPsec capabilities checkLeon Romanovsky5-55/+27
2022-04-09net/mlx5: Remove useless IPsec device checksLeon Romanovsky3-35/+20
2022-04-09net/mlx5: Remove ipsec vs. ipsec offload file separationLeon Romanovsky11-285/+205
2022-04-09RDMA/mlx5: Drop crypto flow steering APILeon Romanovsky2-6/+3
2022-04-09net/mlx5: Remove FPGA ipsec specific statisticsLeon Romanovsky5-68/+0
2022-04-09net/mlx5: Remove XFRM no_trailer flagLeon Romanovsky3-5/+0
2022-04-09net/mlx5: Remove not-used IDA field from IPsec structLeon Romanovsky2-4/+1
2022-04-09net/mlx5: Delete metadata handling logicLeon Romanovsky5-245/+0
2022-04-09net/mlx5_fpga: Drop INNOVA IPsec supportLeon Romanovsky12-1758/+5
2022-04-06net/mlx5: Cleanup kTLS function names and their exposureLeon Romanovsky4-34/+19
2022-04-06net/mlx5: Remove tls vs. ktls separation as it is the sameLeon Romanovsky16-356/+130
2022-04-06net/mlx5: Remove indirection in TLS buildLeon Romanovsky10-197/+84
2022-04-06net/mlx5: Reliably return TLS device capabilitiesLeon Romanovsky1-2/+1
2022-04-06net/mlx5_fpga: Drop INNOVA TLS supportLeon Romanovsky15-1396/+10
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-13/+376
2022-03-31vxlan: do not feed vxlan_vnifilter_dump_dev with non vxlan devicesEric Dumazet1-0/+6
2022-03-31Merge tag 'linux-can-fixes-for-5.18-20220331' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canJakub Kicinski6-31/+36
2022-03-31net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang1-3/+3
2022-03-31net: hns3: fix the concurrency between functions reading debugfsYufeng Mo3-5/+12
2022-03-31can: gs_usb: gs_make_candev(): fix memory leak for devices with extended bit timing configurationMarc Kleine-Budde1-0/+2
2022-03-31can: mcba_usb: properly check endpoint typePavel Skripkin1-10/+16
2022-03-31can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error pathHangyu Hua1-1/+0
2022-03-31can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua1-16/+14
2022-03-31can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua1-1/+0
2022-03-31can: m_can: m_can_tx_handler(): fix use after free of skbMarc Kleine-Budde1-2/+3
2022-03-31can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix return of error valueTom Rix1-1/+1
2022-03-30net: sparx5: uses, depends on BRIDGE or !BRIDGERandy Dunlap1-0/+1
2022-03-30wireguard: socket: ignore v6 endpoints when ipv6 is disabledJason A. Donenfeld1-2/+2
2022-03-30wireguard: socket: free skb in send6 when ipv6 is disabledWang Hai1-0/+1
2022-03-30wireguard: queueing: use CFI-safe ptr_ring cleanup functionJason A. Donenfeld1-1/+2
2022-03-30sfc: Avoid NULL pointer dereference on systems without numa awarenessMartin Habets1-7/+4
2022-03-30net: dsa: felix: fix possible NULL pointer dereferenceZheng Yongjun1-0/+4
2022-03-29Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-2/+5
2022-03-29net: lan966x: fix kernel oops on ioctl when I/F is downMichael Walle1-0/+3
2022-03-28ice: xsk: Fix indexing in ice_tx_xsk_pool()Maciej Fijalkowski1-1/+1
2022-03-28ice: xsk: Stop Rx processing when ntc catches ntuMaciej Fijalkowski1-0/+3
2022-03-28ice: xsk: Eliminate unnecessary loop iterationMagnus Karlsson1-1/+1
2022-03-28Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds24-114/+341
2022-03-28net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iteratorXiaomeng Tong1-3/+3
2022-03-28Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-7/+6
2022-03-28drivers/net/virtio_net: Added RSS hash report control.Andrew Melnychenko1-1/+140
2022-03-28drivers/net/virtio_net: Added RSS hash report.Andrew Melnychenko1-6/+49
2022-03-28drivers/net/virtio_net: Added basic RSS support.Andrew Melnychenko1-6/+186
2022-03-28drivers/net/virtio_net: Fixed padded vheader to use v1 with hash.Andrew Melnychenko1-5/+6