summaryrefslogtreecommitdiffstats
path: root/drivers/message (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-28devlink: Simplify internal devlink params implementationLeon Romanovsky1-123/+46
2021-10-28octeontx2-af: debugfs: Add channel and channel mask.Rakesh Babu3-0/+9
2021-10-28octeontx2-af: cn10k: debugfs for dumping LMTST map tableHarman Kalra1-0/+94
2021-10-28octeontx2-af: debugfs: Minor changes.Rakesh Babu Saladi1-11/+11
2021-10-28net: phy: microchip_t1: add cable test support for lan87xx phyYuiko Oshino1-0/+239
2021-10-28ptp: fix code indentation issuesCarlos Llamas1-3/+3
2021-10-28net: cleanup __sk_stream_memory_free()Eric Dumazet1-8/+2
2021-10-28sky2: Remove redundant assignment and parenthesesluo penghao1-1/+1
2021-10-28net: ipconfig: Release the rtnl_lock while waiting for carrierMaxime Chevallier1-2/+10
2021-10-28devlink: add documentation for octeontx2 driverSubbaraya Sundeep2-0/+43
2021-10-28sch_htb: Add extack messages for EOPNOTSUPP errorsMaxim Mikityanskiy1-2/+6
2021-10-28net: mvpp2: clean up mvpp2_phylink_validate()Russell King (Oracle)1-10/+7
2021-10-28net: mvpp2: drop use of phylink_helper_basex_speed()Russell King (Oracle)1-12/+7
2021-10-28net: mvpp2: remove interface checks in mvpp2_phylink_validate()Russell King (Oracle)1-26/+7
2021-10-28net: mvpp2: populate supported_interfaces memberRussell King1-0/+34
2021-10-28ipv6: enable net.ipv6.route.max_size sysctl in network namespaceAlexander Kuznetsov1-12/+12
2021-10-28mpt fusion: use dev_addr_set()Jakub Kicinski1-1/+1
2021-10-28firewire: don't write directly to netdev->dev_addrJakub Kicinski1-7/+7
2021-10-28media: use eth_hw_addr_set()Jakub Kicinski1-4/+4
2021-10-28tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet2-6/+0
2021-10-28tcp: do not clear skb->csum if already zeroEric Dumazet3-3/+0
2021-10-28tcp: factorize ip_summed settingEric Dumazet3-9/+2
2021-10-28tcp: no longer set skb->reserved_tailroomEric Dumazet2-6/+0
2021-10-28tcp: remove dead code from tcp_collapse_retrans()Eric Dumazet1-7/+3
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet3-7/+8
2021-10-28tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet1-9/+1
2021-10-28net: phy: Fix unsigned comparison with less than zeroJiapeng Chong1-1/+1
2021-10-28mptcp: drop unused sk in mptcp_push_releaseGeliang Tang1-5/+4
2021-10-28mptcp: allocate fwd memory separately on the rx and tx pathPaolo Abeni2-145/+95
2021-10-28net: introduce sk_forward_alloc_get()Paolo Abeni4-3/+14
2021-10-28tcp: define macros for a couple reclaim thresholdsPaolo Abeni1-2/+7
2021-10-28inet: remove races in inet{6}_getname()Eric Dumazet3-17/+21
2021-10-28xdp: Remove redundant warningYajun Deng1-2/+0
2021-10-28net: thunderbolt: use eth_hw_addr_set()Jakub Kicinski1-3/+5
2021-10-28staging: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-28net: macb: Fix mdio child node detectionGuenter Roeck1-1/+1
2021-10-28net: sch: simplify condtion for selecting mini_Qdisc_pair bufferSeth Forshee1-1/+1
2021-10-28net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee2-20/+20
2021-10-27net: sched: gred: dynamically allocate tc_gred_qopt_offloadArnd Bergmann1-20/+30
2021-10-27Revert "devlink: Remove not-executed trap policer notifications"Leon Romanovsky1-5/+7
2021-10-27Revert "devlink: Remove not-executed trap group notifications"Leon Romanovsky1-5/+7
2021-10-27net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean3-202/+43
2021-10-27net: bridge: create a common function for populating switchdev FDB entriesVladimir Oltean1-19/+22
2021-10-27net: bridge: move br_fdb_replay inside br_switchdev.cVladimir Oltean3-56/+54
2021-10-27net: bridge: reduce indentation level in fdb_createVladimir Oltean1-14/+17
2021-10-27net: bridge: rename br_fdb_insert to br_fdb_add_localVladimir Oltean4-8/+7
2021-10-27net: bridge: rename fdb_insert to fdb_add_localVladimir Oltean1-7/+7
2021-10-27net: bridge: remove fdb_insert forward declarationVladimir Oltean1-59/+57
2021-10-27net: bridge: remove fdb_notify forward declarationVladimir Oltean1-124/+122
2021-10-27net: mvneta: drop use of phylink_helper_basex_speed()Russell King (Oracle)1-9/+3