summaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-19net/bonding: Declare TLS RX device offload supportTariq Toukan1-1/+1
2021-01-19net/bonding: Implement TLS TX device offloadTariq Toukan3-2/+56
2021-01-19net/bonding: Take update_features call out of XFRM funcitonTariq Toukan1-9/+10
2021-01-19net/bonding: Implement ndo_sk_get_lower_devTariq Toukan2-0/+95
2021-01-19net/bonding: Take IP hash logic into a helperTariq Toukan1-5/+11
2021-01-19net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan2-0/+37
2021-01-19net/qla3xxx: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-109/+87
2021-01-19net_sched: fix RTNL deadlock again caused by request_module()Cong Wang3-41/+79
2021-01-19net: phy: national: remove definition of DEBUGTom Rix1-2/+0
2021-01-19tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen6-7/+14
2021-01-19bareudp: add NETIF_F_FRAGLIST flag for dev featuresXin Long1-2/+3
2021-01-19geneve: add NETIF_F_FRAGLIST flag for dev featuresXin Long1-2/+3
2021-01-19vxlan: add NETIF_F_FRAGLIST flag for dev featuresXin Long1-2/+3
2021-01-19ipv6: set multicast flag on the multicast routeMatteo Croce1-1/+1
2021-01-19ipv6: create multicast route with RTPROT_KERNELMatteo Croce1-0/+1
2021-01-19hv_netvsc: Add (more) validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)4-62/+136
2021-01-18net: bridge: check vlan with eth_type_vlan() methodMenglong Dong3-12/+5
2021-01-18net: dsa: mv88e6xxx: also read STU state in mv88e6250_g1_vtu_getnextRasmus Villemoes1-0/+4
2021-01-18net: ipa: allow arbitrary number of interconnectsAlex Elder4-114/+99
2021-01-18net: ipa: clean up interconnect initializationAlex Elder1-36/+47
2021-01-18net: ipa: add interconnect name to configuration dataAlex Elder4-3/+11
2021-01-18net: ipa: store average and peak interconnect bandwidthAlex Elder1-36/+52
2021-01-18net: ipa: introduce an IPA interconnect structureAlex Elder1-25/+34
2021-01-18net: ipa: don't return an error from ipa_interconnect_disable()Alex Elder1-20/+11
2021-01-18net: ipa: rename interconnect settingsAlex Elder4-31/+31
2021-01-18net: mscc: ocelot: allow offloading of bridge on top of LAGVladimir Oltean1-3/+1
2021-01-18x86/xen: fix 'nopvspin' build errorRandy Dunlap1-0/+2
2021-01-18Linux 5.11-rc4v5.11-rc4Linus Torvalds1-1/+1
2021-01-17mm: don't put pinned pages into the swap cacheLinus Torvalds1-0/+2
2021-01-17x86/hyperv: Initialize clockevents after LAPIC is initializedDexuan Cui1-3/+26
2021-01-17ia64: fix build failure caused by memory model changesMike Rapoport1-0/+1
2021-01-17sctp: remove the NETIF_F_SG flag before calling skb_segmentXin Long1-1/+1
2021-01-17net: move the hsize check to the else block in skb_segmentXin Long1-5/+6
2021-01-17skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin1-1/+5
2021-01-17net: mscc: ocelot: Remove unneeded semicolonXu Wang1-1/+1
2021-01-17cxgb4: enable interrupt based Tx completions for T5Raju Rangoju1-5/+33
2021-01-17net: ethernet: toshiba: spider_net: Document a whole bunch of function parame...Lee Jones1-7/+11
2021-01-17net: ethernet: toshiba: ps3_gelic_net: Fix some kernel-doc misdemeanoursLee Jones1-3/+5
2021-01-17net: ethernet: ibm: ibmvnic: Fix some kernel-doc misdemeanoursLee Jones2-17/+16
2021-01-17net: ethernet: ti: am65-cpts: Document am65_cpts_rx_enable()'s 'en' parameterLee Jones1-1/+1
2021-01-17net: ethernet: ti: am65-cpsw-qos: Demote non-conformant function headerLee Jones1-1/+1
2021-01-17net: xen-netback: xenbus: Demote nonconformant kernel-doc headersLee Jones1-2/+2
2021-01-17net: ethernet: smsc: smc91x: Fix function name in kernel-doc headerLee Jones1-1/+1
2021-01-16dump_common_audit_data(): fix racy accesses to ->d_nameAl Viro1-2/+5
2021-01-16mm: don't play games with pinned pages in clear_page_refsLinus Torvalds1-0/+21
2021-01-16mm: fix clear_refs_write lockingLinus Torvalds1-23/+9
2021-01-16RISC-V: Fix maximum allowed phsyical memory for RV32Atish Patra1-2/+4
2021-01-16RISC-V: Set current memblock limitAtish Patra1-2/+14
2021-01-16RISC-V: Do not allocate memblock while iterating reserved memblocksAtish Patra1-11/+13
2021-01-16GTP: add support for flow based tunneling APIPravin B Shelar5-144/+398