aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-04-18devlink: implement line card active stateJiri Pirko4-5/+50
2022-04-18devlink: implement line card provisioningJiri Pirko5-5/+497
2022-04-18devlink: add support to create line card and expose to userJiri Pirko3-1/+280
2022-04-18tcp: fix signed/unsigned comparisonEric Dumazet1-2/+3
2022-04-17Merge branch 'tcp-drop-reason-additions'David S. Miller3-54/+100
2022-04-17tcp: add drop reason support to tcp_ofo_queue()Eric Dumazet3-7/+4
2022-04-17tcp: add drop reasons to tcp_rcv_synsent_state_process()Eric Dumazet1-6/+9
2022-04-17tcp: make tcp_rcv_synsent_state_process() drop monitor friendEric Dumazet1-9/+8
2022-04-17tcp: add drop reason support to tcp_prune_ofo_queue()Eric Dumazet3-1/+5
2022-04-17tcp: add two drop reasons for tcp_ack()Eric Dumazet3-3/+9
2022-04-17tcp: add drop reasons to tcp_rcv_state_process()Eric Dumazet3-7/+23
2022-04-17tcp: make tcp_rcv_state_process() drop monitor friendlyEric Dumazet1-3/+7
2022-04-17tcp: add drop reason support to tcp_validate_incoming()Eric Dumazet3-1/+17
2022-04-17tcp: get rid of rst_seq_matchEric Dumazet1-8/+5
2022-04-17tcp: consume incoming skb leading to a resetEric Dumazet1-12/+16
2022-04-17Merge branch 'qca8k_preiv-shrink'David S. Miller2-100/+57
2022-04-17net: dsa: qca8k: unify bus id naming with legacy and OF mdio busAnsuel Smith1-3/+2
2022-04-17net: dsa: qca8k: correctly handle mdio read errorAnsuel Smith1-1/+6
2022-04-17net: dsa: qca8k: drop dsa_switch_ops from qca8k_privAnsuel Smith2-3/+1
2022-04-17net: dsa: qca8k: rework and simplify mdiobus logicAnsuel Smith2-67/+29
2022-04-17net: dsa: qca8k: drop port_sts from qca8k_privAnsuel Smith2-11/+13
2022-04-17net: dsa: qca8k: drop MTU tracking from qca8k_privAnsuel Smith2-18/+9
2022-04-17net/ipv6: Introduce accept_unsolicited_na knob to implement router-side changes for RFC9131Arun Ajith S7-1/+314
2022-04-15ipv6: fix NULL deref in ip6_rcv_core()Eric Dumazet1-1/+1
2022-04-15net_sched: make qdisc_reset() smallerEric Dumazet1-10/+2
2022-04-15octeon_ep: Remove custom driver versionLeon Romanovsky3-23/+1
2022-04-15Merge branch 'ibmvnic-use-a-set-of-ltbs-per-pool'Jakub Kicinski2-56/+308
2022-04-15ibmvnic: Allow multiple ltbs in txpool ltb_setSukadev Bhattiprolu2-20/+35
2022-04-15ibmvnic: Allow multiple ltbs in rxpool ltb_setSukadev Bhattiprolu2-20/+177
2022-04-15ibmvnic: convert rxpool ltb to a set of ltbsSukadev Bhattiprolu2-6/+45
2022-04-15ibmvnic: define map_txpool_buf_to_ltb()Sukadev Bhattiprolu1-4/+25
2022-04-15ibmvnic: define map_rxpool_buf_to_ltb()Sukadev Bhattiprolu1-4/+24
2022-04-15ibmvnic: rename local variable index to bufidxSukadev Bhattiprolu1-22/+22
2022-04-15Merge branch 'net-ethool-add-support-to-get-set-tx-push-by-ethtool-g-g'Jakub Kicinski6-22/+80
2022-04-15net: hns3: add tx push support in hns3 ring param processJie Wang1-1/+32
2022-04-15net: ethtool: move checks before rtnl_lock() in ethnl_set_ringsJie Wang1-18/+18
2022-04-15net: ethtool: extend ringparam set/get APIs for tx_pushJie Wang5-3/+30
2022-04-15octeon_ep: fix error return code in octep_probe()Yang Yingliang1-1/+2
2022-04-15Merge branch 'emaclite-cleanups'David S. Miller1-37/+18
2022-04-15net: emaclite: Remove custom BUFFER_ALIGN macroShravya Kumbham1-16/+2
2022-04-15net: emaclite: Update copyright text to correct formatMichal Simek1-1/+1
2022-04-15net: emaclite: Fix coding styleRadhey Shyam Pandey1-20/+15
2022-04-15net: ethernet: ti: davinci_emac: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-6/+3
2022-04-15octeon_ep: Fix spelling mistake "inerrupts" -> "interrupts"Colin Ian King1-1/+1
2022-04-15Merge branch 'mlxsw-line-card-prep'David S. Miller7-357/+611
2022-04-15mlxsw: core_thermal: Use common define for thermal zone name lengthVadim Pasternak1-3/+2
2022-04-15mlxsw: core_thermal: Use exact name of cooling devices for bindingVadim Pasternak1-2/+1
2022-04-15mlxsw: core_thermal: Add line card id prefix to line card thermal zone nameVadim Pasternak1-4/+12
2022-04-15mlxsw: core_thermal: Extend internal structures to support multi thermal areasVadim Pasternak1-57/+91
2022-04-15mlxsw: core_hwmon: Introduce slot parameter in hwmon interfacesVadim Pasternak1-10/+20