summaryrefslogtreecommitdiffstats
path: root/net/dccp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-19taprio: Handle short intervals and large packetsKurt Kanzenbach1-10/+54
2021-03-19selftests: net: forwarding: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-19ethernet: avoid retpoline overhead on TEB (GENEVE, NvGRE, VxLAN) GROAlexander Lobakin1-3/+8
2021-03-19vlan/8021q: avoid retpoline overhead on GROAlexander Lobakin1-2/+8
2021-03-19gro: add combined call_gro_receive() + INDIRECT_CALL_INET() helperAlexander Lobakin1-0/+8
2021-03-19gro: make net/gro.h self-containedAlexander Lobakin1-0/+5
2021-03-19Fix a typoBhaskar Chowdhury1-2/+2
2021-03-19ionic: protect adminq from early destroyShannon Nelson2-8/+28
2021-03-19ionic: stop watchdog when in broken stateShannon Nelson2-2/+24
2021-03-19ionic: block actions during fw resetShannon Nelson3-4/+15
2021-03-19ionic: update ethtool support bits for BASETShannon Nelson2-0/+10
2021-03-19ionic: fix unchecked referenceShannon Nelson1-1/+1
2021-03-19ionic: simplify the intr_index use in txq_initShannon Nelson1-4/+2
2021-03-19ionic: code cleanup detailsShannon Nelson3-32/+25
2021-03-19net: ocelot: support multiple bridgesVladimir Oltean2-40/+39
2021-03-19net: ocelot: Fix deletetion of MRP entries from MAC tableHoratiu Vultur1-2/+2
2021-03-19net: lapbether: Close the LAPB device before its underlying Ethernet device c...Xie He1-2/+2
2021-03-19octeontx2-af: Remove redundant initialization of pointer pfvfColin Ian King1-1/+1
2021-03-19net: cdc_ncm: drop redundant driver-data assignmentJohan Hovold1-1/+0
2021-03-19nfc/fdp: Simplify the return expression of fdp_nci_open()zuoqilin1-4/+1
2021-03-19/net/core/: fix misspellings using codespell toolXiong Zhenwu1-1/+1
2021-03-19/net/hsr: fix misspellings using codespell toolXiong Zhenwu1-1/+1
2021-03-19of: of_net: Provide function name and param descriptionLee Jones1-0/+3
2021-03-19stmmac: intel: Add PSE and PCH PTP clock source selectionWong, Vee Khee4-0/+57
2021-03-19net: dsa: mv88e6xxx: Offload bridge broadcast flooding flagTobias Waldekranz1-1/+70
2021-03-19net: dsa: mv88e6xxx: Offload bridge learning flagTobias Waldekranz3-8/+52
2021-03-19net: dsa: mv88e6xxx: Flood all traffic classes on standalone portsTobias Waldekranz1-6/+2
2021-03-19net: dsa: mv88e6xxx: Use standard helper for broadcast addressTobias Waldekranz1-1/+3
2021-03-19net: dsa: mv88e6xxx: Remove some bureaucracy around querying the VTUTobias Waldekranz1-25/+20
2021-03-19net: dsa: mv88e6xxx: Provide generic VTU iteratorTobias Waldekranz1-36/+64
2021-03-19net: dsa: mv88e6xxx: Avoid useless attempts to fast-age LAGsTobias Waldekranz1-0/+7
2021-03-19net: dsa: Add helper to resolve bridge port from DSA portTobias Waldekranz2-13/+15
2021-03-19net: ipa: relax 64-bit build requirementAlex Elder2-3/+9
2021-03-19net: ipa: fix table alignment requirementAlex Elder1-8/+12
2021-03-19net: ipa: use upper_32_bits()Alex Elder1-8/+6
2021-03-19net: ipa: fix assumptions about DMA address sizeAlex Elder1-6/+8
2021-03-19s390/qeth: remove RX VLAN filter stubs in L3 driverJulian Wiedmann1-24/+1
2021-03-19s390/qeth: enable napi_consume_skb() for pending TX buffersJulian Wiedmann1-4/+4
2021-03-19s390/qeth: allocate initial TX Buffer structs with GFP_KERNELJulian Wiedmann1-4/+6
2021-03-18net: NULL the old xps map entries when freeing themAntoine Tenart1-0/+1
2021-03-18net: fix use after free in xpsAntoine Tenart1-5/+12
2021-03-18net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart1-77/+48
2021-03-18net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart1-14/+11
2021-03-18net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart1-6/+9
2021-03-18net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart1-20/+25
2021-03-18net: move the xps maps to an arrayAntoine Tenart4-52/+46
2021-03-18net: remove the xps possible_maskAntoine Tenart2-29/+15
2021-03-18net: embed nr_ids in the xps mapsAntoine Tenart3-40/+47
2021-03-18net: embed num_tc in the xps mapsAntoine Tenart3-50/+64
2021-03-18net-sysfs: make xps_cpus_show and xps_rxqs_show consistentAntoine Tenart1-15/+18