summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-20tipc: Use struct_size() helperGustavo A. R. Silva2-8/+6
2020-06-19net: dsa: sja1105: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2020-06-19cxgb4: Use struct_size() helperGustavo A. R. Silva1-1/+1
2020-06-19ethernet: ti: am65-cpsw-qos: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-5/+3
2020-06-19ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet3-8/+29
2020-06-19Merge branch 'cxgb4-add-support-for-ethtool-n-tuple-filters'David S. Miller9-72/+463
2020-06-19cxgb4: add action to steer flows to specific RxqVishal Kulkarni1-0/+8
2020-06-19cxgb4: add support to fetch ethtool n-tuple filtersVishal Kulkarni1-0/+110
2020-06-19cxgb4: add ethtool n-tuple filter deletionVishal Kulkarni3-9/+84
2020-06-19cxgb4: add ethtool n-tuple filter insertionVishal Kulkarni5-47/+135
2020-06-19cxgb4: add skeleton for ethtool n-tuple filtersVishal Kulkarni6-16/+126
2020-06-19net: qos offload add flow status with dropped countPo Liu25-50/+60
2020-06-19Merge branch 'cxgb4-add-support-to-read-write-flash'David S. Miller9-16/+637
2020-06-19cxgb4: add support to read serial flashVishal Kulkarni5-2/+57
2020-06-19cxgb4: add support to flash boot cfg imageVishal Kulkarni3-0/+129
2020-06-19cxgb4: add support to flash boot imageVishal Kulkarni4-0/+297
2020-06-19cxgb4: add support to flash PHY imageVishal Kulkarni2-0/+40
2020-06-19cxgb4: update set_flash to flash different imagesVishal Kulkarni2-15/+115
2020-06-19Merge branch 'net-tso-expand-to-UDP-support'David S. Miller9-46/+55
2020-06-19net: tso: add UDP segmentation supportEric Dumazet1-11/+18
2020-06-19net: tso: cache transport header lengthEric Dumazet8-22/+24
2020-06-19net: tso: constify tso_count_descs() and friendsEric Dumazet2-6/+6
2020-06-19net: tso: shrink struct tso_tEric Dumazet1-6/+6
2020-06-19net: tso: double TSO_HEADER_SIZE valueEric Dumazet1-1/+1
2020-06-19octeontx2-af: change (struct qmem)->entry_sz from u8 to u16Eric Dumazet1-1/+1
2020-06-19Merge branch 'hns3-next'David S. Miller2-15/+28
2020-06-19net: hns3: streaming dma buffer sync between cpu and deviceBarry Song1-1/+17
2020-06-19net: hns3: replace disable_irq by IRQ_NOAUTOEN flagBarry Song1-2/+2
2020-06-19net: hns3: rename buffer-related functionsBarry Song1-6/+6
2020-06-19net: hns3: pointer type of buffer should be voidBarry Song2-2/+2
2020-06-19net: hns3: remove unnecessary devm_kfreeBarry Song1-4/+1
2020-06-19mISDN: hfcsusb: Use struct_size() helperGustavo A. R. Silva1-2/+1
2020-06-19lan743x: allow mac address to come from dtTim Harvey1-16/+25
2020-06-19Merge branch 'r8169-smaller-improvements-again'David S. Miller1-26/+25
2020-06-19r8169: allow setting irq coalescing if link is downHeiner Kallweit1-4/+8
2020-06-19r8169: move switching optional clock on/off to pll power functionsHeiner Kallweit1-3/+4
2020-06-19r8169: move updating counters to rtl8169_downHeiner Kallweit1-6/+2
2020-06-19r8169: move napi_disable call and rename rtl8169_hw_resetHeiner Kallweit1-5/+5
2020-06-19r8169: replace synchronize_rcu with synchronize_netHeiner Kallweit1-1/+1
2020-06-19r8169: improve setting WoL on runtime-resumeHeiner Kallweit1-4/+2
2020-06-19r8169: remove unused constant RsvdMaskHeiner Kallweit1-2/+0
2020-06-19r8169: add info for DASH being enabledHeiner Kallweit1-1/+3
2020-06-19enetc: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-4/+2
2020-06-19net: napi: remove useless stack traceEric Dumazet1-1/+3
2020-06-19net: stmmac: selftests: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-1/+1
2020-06-18ethtool: ioctl: Use array_size() in copy_to_user()Gustavo A. R. Silva1-2/+2
2020-06-18liquidio: Replace vmalloc_node + memset with vzalloc_node and use array_sizeGustavo A. R. Silva1-7/+3
2020-06-17tipc: update a binding service via broadcastHoang Huu Le10-48/+177
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds33-314/+309
2020-06-17Merge tag 'afs-fixes-20200616' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-124/+225