summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-13netfilter: conntrack: avoid unconditional local_bh_disableFlorian Westphal1-5/+2
2022-05-13netfilter: conntrack: remove unconfirmed listFlorian Westphal4-105/+3
2022-05-13netfilter: conntrack: remove __nf_ct_unconfirmed_destroyFlorian Westphal3-39/+13
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal1-0/+12
2022-05-13netfilter: extensions: introduce extension genid countFlorian Westphal4-17/+111
2022-05-13netfilter: remove nf_ct_unconfirmed_destroy helperFlorian Westphal3-18/+3
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal2-10/+28
2022-05-13netfilter: conntrack: remove the percpu dying listFlorian Westphal4-47/+13
2022-05-13netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal3-0/+55
2022-05-13netfilter: ecache: use dedicated list for event redeliveryFlorian Westphal4-73/+82
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
2022-04-16ipv6: fix NULL deref in ip6_rcv_core()Eric Dumazet1-1/+1