aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-19bonding: add a vlan+srcmac tx hashing optionJarod Wilson
2021-01-19net: fix GSO for SG-enabled devicesPaolo Abeni
2021-01-19octeontx2-af: Remove unneeded semicolonsXu Wang
2021-01-19net: smsc911x: Make Runtime PM handling more fine-grainedGeert Uytterhoeven
2021-01-19selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King
2021-01-19net: tun: fix misspellings using codespell toolMenglong Dong
2021-01-19taprio: boolean values to a bool variableJiapeng Zhong
2021-01-19Merge branch 'net-ethernet-ti-am65-cpsw-nuss-introduce-support-for-am64x-cpsw3g'Jakub Kicinski
2021-01-19net: ethernet: ti: am65-cpsw: add support for am64x cpsw3gVignesh Raghavendra
2021-01-19net: ti: cpsw_ale: add driver data for AM64 CPSW3gVignesh Raghavendra
2021-01-19net: ethernet: ti: am65-cpsw-nuss: Support for transparent ASEL handlingPeter Ujfalusi
2021-01-19net: ethernet: ti: am65-cpsw-nuss: Use DMA device for DMA APIPeter Ujfalusi
2021-01-19dt-binding: net: ti: k3-am654-cpsw-nuss: update bindings for am64x cpsw3gGrygorii Strashko
2021-01-19dt-binding: ti: am65x-cpts: add assigned-clock and power-domains propsGrygorii Strashko
2021-01-19Merge branch 'net-support-sctp-crc-csum-offload-for-tunneling-packets-in-some...Jakub Kicinski
2021-01-19net: ixgbevf: use skb_csum_is_sctp instead of protocol checkXin Long
2021-01-19net: ixgbe: use skb_csum_is_sctp instead of protocol checkXin Long
2021-01-19net: igc: use skb_csum_is_sctp instead of protocol checkXin Long
2021-01-19net: igbvf: use skb_csum_is_sctp instead of protocol checkXin Long
2021-01-19net: igb: use skb_csum_is_sctp instead of protocol checkXin Long
2021-01-19net: add inline function skb_csum_is_sctpXin Long
2021-01-19mdio, phy: fix -Wshadow warnings triggered by nested container_of()Alexander Lobakin
2021-01-19vhost_net: avoid tx queue stuck when sendmsg failsYunjian Wang
2021-01-18net: hns: fix variable used when DEBUG is definedTom Rix
2021-01-18arcnet: fix macro name when DEBUG is definedTom Rix
2021-01-18Merge branch 'tls-device-offload-for-bond'Jakub Kicinski
2021-01-18net/tls: Except bond interface from some TLS checksTariq Toukan
2021-01-18net/tls: Device offload to use lowest netdevice in chainTariq Toukan
2021-01-18net/bonding: Declare TLS RX device offload supportTariq Toukan
2021-01-18net/bonding: Implement TLS TX device offloadTariq Toukan
2021-01-18net/bonding: Take update_features call out of XFRM funcitonTariq Toukan
2021-01-18net/bonding: Implement ndo_sk_get_lower_devTariq Toukan
2021-01-18net/bonding: Take IP hash logic into a helperTariq Toukan
2021-01-18net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan
2021-01-18net/qla3xxx: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-01-18net_sched: fix RTNL deadlock again caused by request_module()Cong Wang
2021-01-18net: phy: national: remove definition of DEBUGTom Rix
2021-01-18Merge branch 'net-make-udp-tunnel-devices-support-fraglist'Jakub Kicinski
2021-01-18bareudp: add NETIF_F_FRAGLIST flag for dev featuresXin Long
2021-01-18geneve: add NETIF_F_FRAGLIST flag for dev featuresXin Long
2021-01-18vxlan: add NETIF_F_FRAGLIST flag for dev featuresXin Long
2021-01-18hv_netvsc: Add (more) validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)
2021-01-18net: bridge: check vlan with eth_type_vlan() methodMenglong Dong
2021-01-18Merge branch 'net-ipa-interconnect-improvements'Jakub Kicinski
2021-01-18net: ipa: allow arbitrary number of interconnectsAlex Elder
2021-01-18net: ipa: clean up interconnect initializationAlex Elder
2021-01-18net: ipa: add interconnect name to configuration dataAlex Elder
2021-01-18net: ipa: store average and peak interconnect bandwidthAlex Elder
2021-01-18net: ipa: introduce an IPA interconnect structureAlex Elder
2021-01-18net: ipa: don't return an error from ipa_interconnect_disable()Alex Elder