summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-22net/mlx5: Add devlink subfunction port documentationParav Pandit1-0/+210
2021-01-22devlink: Extend devlink port documentation for subfunctionsParav Pandit2-3/+86
2021-01-22devlink: Add devlink port documentationParav Pandit2-0/+119
2021-01-22net/mlx5: SF, Port function state change supportParav Pandit7-27/+431
2021-01-22net/mlx5: SF, Add port add delete functionalityParav Pandit13-0/+607
2021-01-22net/mlx5: E-switch, Add eswitch helpers for SF vportParav Pandit4-8/+97
2021-01-22net/mlx5: E-switch, Prepare eswitch to handle SF vportVu Pham5-4/+73
2021-01-22net/mlx5: SF, Add auxiliary device driverParav Pandit10-6/+187
2021-01-22net/mlx5: SF, Add auxiliary device supportParav Pandit6-1/+312
2021-01-22net/mlx5: Introduce vhca state event notifierParav Pandit12-0/+422
2021-01-22devlink: Support get and set state of port functionParav Pandit3-1/+141
2021-01-22devlink: Support add and delete devlink portParav Pandit2-0/+173
2021-01-22devlink: Introduce PCI SF port flavour and port attributeParav Pandit3-0/+60
2021-01-22devlink: Prepare code to fill multiple port function attributesParav Pandit1-31/+33
2021-01-19bonding: add a vlan+srcmac tx hashing optionJarod Wilson5-8/+54
2021-01-19net: fix GSO for SG-enabled devicesPaolo Abeni1-2/+2
2021-01-19octeontx2-af: Remove unneeded semicolonsXu Wang3-4/+4
2021-01-19net: smsc911x: Make Runtime PM handling more fine-grainedGeert Uytterhoeven1-1/+9
2021-01-19selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King1-2/+2
2021-01-19net: tun: fix misspellings using codespell toolMenglong Dong1-1/+1
2021-01-19taprio: boolean values to a bool variableJiapeng Zhong1-3/+3
2021-01-19Merge branch 'net-ethernet-ti-am65-cpsw-nuss-introduce-support-for-am64x-cpsw3g'Jakub Kicinski5-61/+101
2021-01-19net: ethernet: ti: am65-cpsw: add support for am64x cpsw3gVignesh Raghavendra1-0/+7
2021-01-19net: ti: cpsw_ale: add driver data for AM64 CPSW3gVignesh Raghavendra1-0/+7
2021-01-19net: ethernet: ti: am65-cpsw-nuss: Support for transparent ASEL handlingPeter Ujfalusi1-0/+10
2021-01-19net: ethernet: ti: am65-cpsw-nuss: Use DMA device for DMA APIPeter Ujfalusi2-41/+40
2021-01-19dt-binding: net: ti: k3-am654-cpsw-nuss: update bindings for am64x cpsw3gGrygorii Strashko1-20/+30
2021-01-19dt-binding: ti: am65x-cpts: add assigned-clock and power-domains propsGrygorii Strashko1-0/+7
2021-01-19Merge branch 'net-support-sctp-crc-csum-offload-for-tunneling-packets-in-some...Jakub Kicinski8-67/+12
2021-01-19net: ixgbevf: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-19net: ixgbe: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-19net: igc: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-19net: igbvf: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-19net: igb: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-19net: add inline function skb_csum_is_sctpXin Long3-2/+7
2021-01-19mdio, phy: fix -Wshadow warnings triggered by nested container_of()Alexander Lobakin2-7/+23
2021-01-19vhost_net: avoid tx queue stuck when sendmsg failsYunjian Wang1-12/+14
2021-01-18net: hns: fix variable used when DEBUG is definedTom Rix1-1/+1
2021-01-18arcnet: fix macro name when DEBUG is definedTom Rix1-1/+1
2021-01-18Merge branch 'tls-device-offload-for-bond'Jakub Kicinski7-16/+211
2021-01-18net/tls: Except bond interface from some TLS checksTariq Toukan2-1/+3
2021-01-18net/tls: Device offload to use lowest netdevice in chainTariq Toukan1-1/+1
2021-01-18net/bonding: Declare TLS RX device offload supportTariq Toukan1-1/+1
2021-01-18net/bonding: Implement TLS TX device offloadTariq Toukan3-2/+56
2021-01-18net/bonding: Take update_features call out of XFRM funcitonTariq Toukan1-9/+10
2021-01-18net/bonding: Implement ndo_sk_get_lower_devTariq Toukan2-0/+95
2021-01-18net/bonding: Take IP hash logic into a helperTariq Toukan1-5/+11
2021-01-18net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan2-0/+37
2021-01-18net/qla3xxx: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-109/+87
2021-01-18net_sched: fix RTNL deadlock again caused by request_module()Cong Wang3-41/+79