summaryrefslogtreecommitdiffstats
path: root/Documentation/SubmittingPatches (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-26net: mscc: ocelot: correctly report the timestamping RX filters in ethtoolVladimir Oltean1-1/+4
2021-11-26net: mscc: ocelot: set up traps for PTP packetsVladimir Oltean1-1/+240
2021-11-26net: ptp: add a definition for the UDP port for IEEE 1588 general messagesVladimir Oltean1-0/+1
2021-11-26net: mscc: ocelot: create a function that replaces an existing VCAP filterVladimir Oltean2-0/+18
2021-11-26net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMPVladimir Oltean1-6/+0
2021-11-26net: hns3: fix incorrect components info of ethtool --reset commandJie Wang1-0/+4
2021-11-26net: hns3: fix one incorrect value of page pool info when queried by debugfsHao Chen1-1/+2
2021-11-26net: hns3: add check NULL address for page poolHao Chen1-0/+5
2021-11-26net: hns3: fix VF RSS failed problem after PF enable multi-TCsGuangbin Huang1-2/+2
2021-11-26net: qed: fix the array may be out of boundzhangyue1-3/+3
2021-11-26net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu1-1/+7
2021-11-26nfc: fdp: Merge the same judgmentwengjianfeng1-3/+1
2021-11-26net: vlan: fix underflow for the real_dev refcntZiyang Xuan2-3/+3
2021-11-26ptp: fix filter names in the documentationJakub Kicinski1-2/+2
2021-11-26ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()Julian Wiedmann1-1/+1
2021-11-26nfc: virtual_ncidev: change default device permissionsThadeu Lima de Souza Cascardo1-1/+1
2021-11-26net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti1-3/+5
2021-11-26net: stmmac: Disable Tx queues when reconfiguring the interfaceYannick Vignon1-0/+2
2021-11-26btrfs: fix the memory leak caused in lzo_compress_pages()Qu Wenruo1-0/+2
2021-11-26net: optimize skb_postpull_rcsum()Eric Dumazet1-1/+5
2021-11-26gro: optimize skb_gro_postpull_rcsum()Eric Dumazet1-2/+2
2021-11-26sctp: make the raise timer more simple and accurateXin Long4-25/+22
2021-11-26tipc: delete the unlikely branch in tipc_aead_encryptXin Long1-15/+4
2021-11-26net: ipa: support enhanced channel flow controlAlex Elder3-5/+19
2021-11-26net: ipa: introduce channel flow controlAlex Elder4-32/+82
2021-11-26mctp: serial: remove unnecessary ldisc data checkJeremy Kerr1-3/+0
2021-11-26mctp: serial: enforce fixed MTUJeremy Kerr1-0/+7
2021-11-26mctp: serial: cancel tx work on ldisc closeJeremy Kerr1-0/+1
2021-11-26net: ipa: rearrange GSI structure fieldsAlex Elder1-4/+4
2021-11-26net: ipa: GSI only needs one completionAlex Elder2-37/+12
2021-11-26net: ipa: skip SKB copy if no netdevAlex Elder1-10/+11
2021-11-26net: ipa: explicitly disable HOLB drop during setupAlex Elder1-0/+2
2021-11-26net: ipa: rework how HOL_BLOCK handling is specifiedAlex Elder1-4/+16
2021-11-26net: ipa: zero unused portions of filter table memoryAlex Elder1-7/+41
2021-11-26net: ipa: kill ipa_modem_init()Alex Elder3-16/+4
2021-11-26net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean4-11/+162
2021-11-26net: ocelot: remove "bridge" argument from ocelot_get_bridge_fwd_maskVladimir Oltean1-6/+8
2021-11-26net: dsa: qca8k: Fix spelling mistake "Mismateched" -> "Mismatched"Colin Ian King1-1/+1
2021-11-26selftests: tls: test for correct proto_opsJakub Kicinski1-0/+55
2021-11-26tls: fix replacing proto_opsJakub Kicinski1-7/+40
2021-11-26selftests: tls: test splicing decrypted recordsJakub Kicinski1-0/+49
2021-11-26tls: splice_read: fix accessing pre-processed recordsJakub Kicinski1-8/+25
2021-11-26selftests: tls: test splicing cmsgsJakub Kicinski1-0/+40
2021-11-26tls: splice_read: fix record type checkJakub Kicinski1-13/+10
2021-11-26selftests: tls: add tests for handling of bad recordsJakub Kicinski1-0/+154
2021-11-26selftests: tls: factor out cmsg send/receiveJakub Kicinski1-41/+70
2021-11-26selftests: tls: add helper for creating sock pairsJakub Kicinski1-99/+29
2021-11-26net: stmmac: perserve TX and RX coalesce value during XDP setupOng Boon Leong1-2/+3
2021-11-26tsnep: Add missing of_node_put() in tsnep_mdio_init()Yang Yingliang1-1/+2
2021-11-26veth: use ethtool_sprintf instead of snprintfTonghao Zhang1-17/+10