summaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-03net: ipv4: Pass fib_rt_info as const to fib_dump_info()Amit Cohen2-2/+2
2021-02-03netdevsim: fib: Perform the route programming in a non-atomic contextAmit Cohen1-140/+327
2021-02-03netdevsim: fib: Convert the current occupancy to an atomic variableAmit Cohen1-28/+27
2021-02-03net: ipa: expand last transaction checkAlex Elder1-9/+25
2021-02-03net: ipa: don't disable interrupt on suspendAlex Elder1-15/+29
2021-02-03net: ipa: disable interrupt and NAPI after channel stopAlex Elder1-9/+9
2021-02-03net: ipa: kill gsi_channel_freeze() and gsi_channel_thaw()Alex Elder1-25/+12
2021-02-03net: ipa: introduce __gsi_channel_start()Alex Elder1-20/+23
2021-02-03net: ipa: introduce gsi_channel_stop_retry()Alex Elder1-5/+15
2021-02-03net: ipa: don't thaw channel if error startingAlex Elder1-2/+4
2021-02-03net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver1-1/+13
2021-02-03mptcp: fix length of MP_PRIO suboptionDavide Caratti2-3/+5
2021-02-03net: usb: rtl8150: use new tasklet APIEmil Renner Berthing1-3/+3
2021-02-03net: usb: r8152: use new tasklet APIEmil Renner Berthing1-5/+3
2021-02-03net: usb: pegasus: use new tasklet APIEmil Renner Berthing1-4/+3
2021-02-03net: usb: lan78xx: use new tasklet APIEmil Renner Berthing1-3/+3
2021-02-03net: usb: hso: use new tasklet APIEmil Renner Berthing1-5/+5
2021-02-03ppp: use new tasklet APIEmil Renner Berthing2-8/+8
2021-02-03ifb: use new tasklet APIEmil Renner Berthing1-4/+3
2021-02-03caif_virtio: use new tasklet APIEmil Renner Berthing1-5/+3
2021-02-03arcnet: use new tasklet APIEmil Renner Berthing1-4/+3
2021-02-02net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundaryAndreas Oetken1-1/+4
2021-02-02net: ipa: fix two format specifier errorsAlex Elder1-2/+2
2021-02-02net: ipa: use the right accessor in ipa_endpoint_status_skip()Alex Elder1-2/+2
2021-02-02net: ipa: be explicit about endiannessAlex Elder1-1/+1
2021-02-02net: ipa: add a missing __iomem attributeAlex Elder1-1/+1
2021-02-02net: ipa: pass correct dma_handle to dma_free_coherent()Dan Carpenter1-1/+1
2021-02-02r8169: fix WoL on shutdown if CONFIG_DEBUG_SHIRQ is setHeiner Kallweit1-2/+2
2021-02-02net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov1-0/+3
2021-02-02net: mvpp2: TCAM entry enable should be written after SRAM dataStefan Chulski1-5/+5
2021-02-02net: lapb: Copy the skb before sending a packetXie He1-1/+2
2021-02-02net/mlx5e: Release skb in case of failure in tc update skbMaor Dickman1-4/+12
2021-02-02net/mlx5e: Update max_opened_tc also when channels are closedMaxim Mikityanskiy1-4/+2
2021-02-02net/mlx5: Fix leak upon failure of rule creationMaor Gottlieb1-0/+5
2021-02-02net/mlx5: Fix function calculation for page treesDaniel Jurgens1-1/+1
2021-02-02ibmvnic: remove unnecessary rmb() inside ibmvnic_pollLijun Pan1-1/+0
2021-02-02ibmvnic: rework to ensure SCRQ entry reads are properly orderedLijun Pan1-19/+11
2021-02-02docs: networking: swap words in icmp_errors_use_inbound_ifaddr docVincent Bernat1-1/+1
2021-02-02udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi3-7/+66
2021-02-02net: ip_tunnel: fix mtu calculationVadim Fedorenko1-9/+7
2021-02-02vsock: fix the race conditions in multi-transport supportAlexander Popov1-5/+12
2021-02-02net: sched: replaced invalid qdisc tree flush helper in qdisc_replaceAlexander Ovechkin1-1/+1
2021-02-02ibmvnic: device remove has higher precedence over resetLijun Pan1-5/+0
2021-02-02net: dsa: hellcreek: Report FDB table occupancyKurt Kanzenbach2-7/+40
2021-02-02net: dsa: hellcreek: Report VLAN table occupancyKurt Kanzenbach2-0/+64
2021-02-02net: dsa: mv88e6xxx: override existent unicast portvec in port_fdb_addDENG Qingfang1-1/+5
2021-02-01i40e: Revert "i40e: don't report link up for a VF who hasn't enabled queues"Aleksandr Loktionov2-13/+1
2021-02-01staging: rtl8723bs: Move wiphy setup to after reading the regulatory settings...Hans de Goede1-2/+2
2021-02-01igc: check return value of ret_val in igc_config_fc_after_link_upKevin Lo1-1/+1
2021-02-01igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwrKevin Lo1-2/+1