summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-19can: Fix Links to Technologic Systems web resourcesKris Bahnsen2-5/+4
2022-04-19can: bittiming: can_calc_bittiming(): prefer small bit rate pre-scalers over ...Marc Kleine-Budde1-1/+1
2022-04-19can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue...Marc Kleine-Budde7-14/+14
2022-04-19Merge branch 'rtnetlink-improve-alt_ifname-config-and-fix-dangerous-group-usage'Paolo Abeni1-46/+45
2022-04-19rtnetlink: return EINVAL when request cannot succeedFlorent Fourcot1-1/+1
2022-04-19rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellinkFlorent Fourcot1-1/+1
2022-04-19rtnetlink: enable alt_ifname for setlink/newlinkFlorent Fourcot1-40/+29
2022-04-19rtnetlink: return ENODEV when ifname does not exist and group is givenFlorent Fourcot1-4/+14
2022-04-19Merge branch 'net-sched-allow-user-to-select-txqueue'Paolo Abeni6-5/+88
2022-04-19net: sched: support hash selecting tx queueTonghao Zhang3-2/+50
2022-04-19net: sched: use queue_mapping to pick tx queueTonghao Zhang4-3/+38
2022-04-18docs: net: dsa: describe issues with checksum offloadLuiz Angelo Daros de Luca1-0/+17
2022-04-18Merge branch 'mlxsw-line-card'David S. Miller16-84/+2896
2022-04-18selftests: mlxsw: Introduce devlink line card provision/unprovision/activatio...Jiri Pirko1-0/+280
2022-04-18mlxsw: spectrum: Add port to linecard mappingJiri Pirko8-33/+107
2022-04-18mlxsw: core: Extend driver ops by remove selected ports opJiri Pirko3-0/+34
2022-04-18mlxsw: core_linecards: Implement line card activation processJiri Pirko2-1/+66
2022-04-18mlxsw: core_linecards: Add line card objects and implement provisioningJiri Pirko6-1/+1006
2022-04-18mlxsw: reg: Add Management Binary Code Transfer RegisterJiri Pirko1-0/+122
2022-04-18mlxsw: reg: Add Management DownStream Device Control RegisterJiri Pirko1-0/+37
2022-04-18mlxsw: reg: Add Management DownStream Device Query RegisterJiri Pirko1-0/+144
2022-04-18mlxsw: spectrum: Introduce port mapping change event processingJiri Pirko3-9/+166
2022-04-18mlxsw: Narrow the critical section of devl_lock during ports creation/removalJiri Pirko2-13/+14
2022-04-18mlxsw: reg: Add Ports Mapping Event Configuration RegisterJiri Pirko1-0/+64
2022-04-18mlxsw: spectrum: Allocate port mapping array of structs instead of pointersJiri Pirko2-25/+9
2022-04-18mlxsw: spectrum: Allow lane to start from non-zero indexJiri Pirko1-1/+3
2022-04-18devlink: add port to line card relationship setJiri Pirko2-1/+28
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 chang...Arun Ajith S7-1/+314