summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-11-25net: phy: remove the .did_interrupt() and .ack_interrupt() callbackIoana Ciornei2-47/+3
2020-11-25net: phy: qsemi: remove the use of .ack_interrupt()Ioana Ciornei1-3/+17
2020-11-25net: phy: qsemi: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+22
2020-11-25net: phy: ti: remove the use of .ack_interrupt()Ioana Ciornei6-31/+56
2020-11-25net: phy: ti: implement generic .handle_interrupt() callbackIoana Ciornei6-0/+191
2020-11-25net: phy: national: remove the use of the .ack_interrupt()Ioana Ciornei1-14/+22
2020-11-25net: phy: national: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+22
2020-11-25net: phy: micrel: remove the use of .ack_interrupt()Ioana Ciornei1-16/+15
2020-11-25net: phy: micrel: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+34
2020-11-25net: phy: meson-gxl: remove the use of .ack_callback()Ioana Ciornei1-8/+11
2020-11-25net: phy: meson-gxl: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+20
2020-11-25net: phy: icplus: remove the use .ack_interrupt()Ioana Ciornei1-13/+25
2020-11-25net: phy: icplus: implement generic .handle_interrupt() callbackIoana Ciornei1-8/+16
2020-11-25net: phy: intel-xway: remove the use of .ack_interrupt()Ioana Ciornei1-12/+15
2020-11-25net: phy: intel-xway: implement generic .handle_interrupt() callbackIoana Ciornei1-18/+28
2020-11-25lan743x: replace polling loop by wait_event_timeout()Sven Van Asbroeck2-16/+15
2020-11-25lan743x: clean up software_isr functionSven Van Asbroeck1-9/+4
2020-11-25net: mvneta: alloc skb_shared_info on the mvneta_rx_swbm stackLorenzo Bianconi1-19/+23
2020-11-25net: mvneta: move skb_shared_info in mvneta_xdp_put_buff callerLorenzo Bianconi1-11/+21
2020-11-25net: mvneta: avoid unnecessary xdp_buff initializationLorenzo Bianconi1-4/+5
2020-11-25net: mvpp2: divide fifo for dts-active ports onlyStefan Chulski2-44/+108
2020-11-25net: hns3: fix spelling mistake "memroy" -> "memory"Colin Ian King2-2/+2
2020-11-24mlxsw: spectrum_trap: Add blackhole_nexthop trapIdo Schimmel1-0/+6
2020-11-24mlxsw: spectrum_router: Add support for blackhole nexthopsIdo Schimmel3-10/+48
2020-11-24mlxsw: spectrum_router: Resolve RIF from nexthop struct instead of neighbourIdo Schimmel1-1/+1
2020-11-24mlxsw: spectrum_router: Use loopback RIF for unresolved nexthopsIdo Schimmel1-4/+4
2020-11-24mlxsw: spectrum_router: Use different trap identifier for unresolved nexthopsIdo Schimmel3-2/+4
2020-11-24mlxsw: spectrum_router: Create loopback RIF during initializationIdo Schimmel2-0/+32
2020-11-24net: stmmac: Use hrtimer for TX coalescingVincent Whitchurch2-10/+16
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski36-0/+42
2020-11-24net: pch_gbe: Use 'dma_free_coherent()' to undo 'dma_alloc_coherent()'Christophe JAILLET1-4/+6
2020-11-24net: pch_gbe: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET1-10/+4
2020-11-24net: dsa: hellcreek: Don't print error message on deferKurt Kanzenbach1-1/+1
2020-11-24ptp: ptp_ines: use new PTP_MSGTYPE_* define(s)Christian Eggers1-12/+7
2020-11-24dpaa2-eth: use new PTP_MSGTYPE_* define(s)Christian Eggers1-2/+2
2020-11-23net/tun: Call type change netdev notifiersMartin Schiller1-1/+10
2020-11-22octeontx2-af: Add support for RSS hashing based on Transport protocol fieldGeorge Cherian3-1/+10
2020-11-22Merge tag 'linux-can-next-for-5.11-20201120' of git://git.kernel.org/pub/scm/...Jakub Kicinski39-345/+442
2020-11-22net: hns3: adds debugfs to dump more info of shaping parametersYonglong Liu1-2/+16
2020-11-22net: hns3: add support to utilize the firmware calculated shaping parametersYonglong Liu2-12/+46
2020-11-22net: hns3: add support for pf querying new interrupt resourcesYufeng Mo4-53/+69
2020-11-22net: hns3: add support for mapping device memoryHuazhong Tan5-0/+69
2020-11-22net: hns3: add support for 1280 queuesYonglong Liu7-22/+111
2020-11-21ibmvnic: Do not replenish RX buffers after every polling loopDwip N. Banerjee1-1/+4
2020-11-21ibmvnic: Use netdev_alloc_skb instead of alloc_skb to replenish RX buffersDwip N. Banerjee1-1/+1
2020-11-21ibmvnic: Correctly re-enable interrupts in NAPI polling routineDwip N. Banerjee1-14/+23
2020-11-21ibmvnic: Ensure that device queue memory is cache-line alignedDwip N. Banerjee2-8/+11
2020-11-21ibmvnic: Remove send_subcrq functionThomas Falcon1-34/+0
2020-11-21ibmvnic: Clean up TX code and TX buffer data structureThomas Falcon2-28/+11
2020-11-21ibmvnic: Introduce xmit_more support using batched subCRQ hcallsThomas Falcon1-65/+139