summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/sched: cls_u32: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-191-3/+1
* taprio: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-191-3/+2
* Merge branch 'Clause-45-PHY-probing-improvements'David S. Miller2020-06-194-62/+117
|\
| * net: phy: read MMD ID from all present MMDsRussell King2020-06-192-1/+14
| * net: phy: split devices_in_packageRussell King2020-06-194-10/+12
| * net: phy: set devices_in_package only after validationRussell King2020-06-191-7/+9
| * net: phy: add support for probing MMDs >= 8 for devices-in-packageRussell King2020-06-192-2/+40
| * net: phy: reword get_phy_device() kerneldocRussell King2020-06-191-2/+11
| * net: phy: clean up get_phy_c22_id() invalid ID handlingRussell King2020-06-191-6/+8
| * net: phy: clean up get_phy_c45_ids() failure handlingRussell King2020-06-191-12/+10
| * net: phy: clean up PHY ID readingRussell King2020-06-191-16/+9
| * net: phy: clean up cortina workaroundRussell King2020-06-191-15/+13
|/
* tipc: Use struct_size() helperGustavo A. R. Silva2020-06-192-8/+6
* net: dsa: sja1105: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-191-2/+1
* cxgb4: Use struct_size() helperGustavo A. R. Silva2020-06-191-1/+1
* ethernet: ti: am65-cpsw-qos: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2020-06-191-5/+3
* ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2020-06-193-8/+29
* Merge branch 'cxgb4-add-support-for-ethtool-n-tuple-filters'David S. Miller2020-06-199-72/+463
|\
| * cxgb4: add action to steer flows to specific RxqVishal Kulkarni2020-06-191-0/+8
| * cxgb4: add support to fetch ethtool n-tuple filtersVishal Kulkarni2020-06-191-0/+110
| * cxgb4: add ethtool n-tuple filter deletionVishal Kulkarni2020-06-193-9/+84
| * cxgb4: add ethtool n-tuple filter insertionVishal Kulkarni2020-06-195-47/+135
| * cxgb4: add skeleton for ethtool n-tuple filtersVishal Kulkarni2020-06-196-16/+126
|/
* net: qos offload add flow status with dropped countPo Liu2020-06-1925-50/+60
* Merge branch 'cxgb4-add-support-to-read-write-flash'David S. Miller2020-06-189-16/+637
|\
| * cxgb4: add support to read serial flashVishal Kulkarni2020-06-185-2/+57
| * cxgb4: add support to flash boot cfg imageVishal Kulkarni2020-06-183-0/+129
| * cxgb4: add support to flash boot imageVishal Kulkarni2020-06-184-0/+297
| * cxgb4: add support to flash PHY imageVishal Kulkarni2020-06-182-0/+40
| * cxgb4: update set_flash to flash different imagesVishal Kulkarni2020-06-182-15/+115
|/
* Merge branch 'net-tso-expand-to-UDP-support'David S. Miller2020-06-189-46/+55
|\
| * net: tso: add UDP segmentation supportEric Dumazet2020-06-181-11/+18
| * net: tso: cache transport header lengthEric Dumazet2020-06-188-22/+24
| * net: tso: constify tso_count_descs() and friendsEric Dumazet2020-06-182-6/+6
| * net: tso: shrink struct tso_tEric Dumazet2020-06-181-6/+6
| * net: tso: double TSO_HEADER_SIZE valueEric Dumazet2020-06-181-1/+1
| * octeontx2-af: change (struct qmem)->entry_sz from u8 to u16Eric Dumazet2020-06-181-1/+1
|/
* Merge branch 'hns3-next'David S. Miller2020-06-182-15/+28
|\
| * net: hns3: streaming dma buffer sync between cpu and deviceBarry Song2020-06-181-1/+17
| * net: hns3: replace disable_irq by IRQ_NOAUTOEN flagBarry Song2020-06-181-2/+2
| * net: hns3: rename buffer-related functionsBarry Song2020-06-181-6/+6
| * net: hns3: pointer type of buffer should be voidBarry Song2020-06-182-2/+2
| * net: hns3: remove unnecessary devm_kfreeBarry Song2020-06-181-4/+1
|/
* mISDN: hfcsusb: Use struct_size() helperGustavo A. R. Silva2020-06-181-2/+1
* lan743x: allow mac address to come from dtTim Harvey2020-06-181-16/+25
* Merge branch 'r8169-smaller-improvements-again'David S. Miller2020-06-181-26/+25
|\
| * r8169: allow setting irq coalescing if link is downHeiner Kallweit2020-06-181-4/+8
| * r8169: move switching optional clock on/off to pll power functionsHeiner Kallweit2020-06-181-3/+4
| * r8169: move updating counters to rtl8169_downHeiner Kallweit2020-06-181-6/+2
| * r8169: move napi_disable call and rename rtl8169_hw_resetHeiner Kallweit2020-06-181-5/+5