aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-06net: don't allow user space to lift the device limitsJakub Kicinski3-2/+46
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski9-18/+24
2022-05-06nfp: flower: enable decap_v2 bitLouis Peens1-1/+2
2022-05-06nfp: flower: remove unused neighbour cacheLouis Peens2-183/+0
2022-05-06nfp: flower: link pre_tun flow rules with neigh entriesLouis Peens3-1/+154
2022-05-06nfp: flower: rework tunnel neighbour configurationLouis Peens1-59/+115
2022-05-06nfp: flower: update nfp_tun_neigh structsLouis Peens2-33/+47
2022-05-06nfp: flower: fixup ipv6/ipv4 route lookup for neigh eventsLouis Peens1-19/+33
2022-05-06nfp: flower: enforce more strict pre_tun checksLouis Peens1-7/+34
2022-05-06nfp: flower: add/remove predt_list entriesLouis Peens2-7/+39
2022-05-06nfp: flower: add infrastructure for pre_tun reworkLouis Peens3-33/+105
2022-05-05mptcp: add more offered MIBs counterPaolo Abeni3-1/+13
2022-05-05mptcp: never shrink offered windowPaolo Abeni3-12/+50
2022-05-05tcp: allow MPTCP to update the announced windowPaolo Abeni3-8/+10
2022-05-05mptcp: add mib for xmit window sharingPaolo Abeni3-1/+5
2022-05-05mptcp: really share subflow snd_wndPaolo Abeni1-9/+15
2022-05-05firmware: tee_bnxt: Use UUID API for exporting the UUIDAndy Shevchenko1-1/+1
2022-05-05net: Make msg_zerocopy_alloc staticDavid Ahern2-3/+1
2022-05-05net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski3-7/+8
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski19-40/+29
2022-05-05jme: remove an unnecessary indirectionJakub Kicinski2-3/+1
2022-05-05net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy9-3/+8
2022-05-05sungem: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-5/+1
2022-05-05net: align SO_RCVMARK required privileges with SO_MARKEyal Birger1-0/+6
2022-05-05Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski9-739/+10
2022-05-05ice: remove period on argument description in ice_for_each_vfJacob Keller1-2/+2
2022-05-05ice: add a function comment for ice_cfg_mac_antispoofJacob Keller1-0/+7
2022-05-05ice: fix wording in comment for ice_reset_vfJacob Keller1-2/+2
2022-05-05ice: remove return value comment for ice_reset_all_vfsJacob Keller1-2/+2
2022-05-05ice: always check VF VSI pointer valuesJacob Keller6-7/+77
2022-05-05ice: add newline to dev_dbg in ice_vf_fdir_dump_infoJacob Keller1-1/+1
2022-05-05ice: get switch id on switchdev devicesMichal Swiatkowski2-0/+37
2022-05-05ice: return ENOSPC when exceeding ICE_MAX_CHAIN_WORDSWojciech Drewek2-2/+4
2022-05-05ice: introduce common helper for retrieving VSI by vsi_numMaciej Fijalkowski3-35/+17
2022-05-05ice: use min_t() to make code cleaner in ice_gnssWan Jiabing1-2/+1
2022-05-05net: sparx5: Add handling of host MDB entriesCasper Andersson1-0/+12
2022-05-05NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou1-2/+2
2022-05-04net: mscc: ocelot: don't use magic numbers for OCELOT_POLICER_DISCARDVladimir Oltean1-11/+7
2022-05-04net: mscc: ocelot: drop port argument from qos_policer_conf_setVladimir Oltean3-14/+18
2022-05-04net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_filter_add_to_blockVladimir Oltean1-9/+5
2022-05-04net: mscc: ocelot: add to tail of empty list in ocelot_vcap_filter_add_to_blockVladimir Oltean1-1/+1
2022-05-04net: mscc: ocelot: use list_add_tail in ocelot_vcap_filter_add_to_block()Vladimir Oltean1-1/+1
2022-05-04dt-bindings: net: lan966x: fix exampleMichael Walle1-2/+2
2022-05-04selftests: ocelot: tc_flower_chains: specify conform-exceed action for policerVladimir Oltean1-1/+1
2022-05-04tcp: drop the hash_32() part from the index calculationWilly Tarreau1-1/+1
2022-05-04tcp: increase source port perturb table to 2^16Willy Tarreau1-4/+5
2022-05-04tcp: dynamically allocate the perturb table used by source portsWilly Tarreau1-2/+10
2022-05-04tcp: add small random increments to the source portWilly Tarreau1-4/+5
2022-05-04tcp: resalt the secret every 10 secondsEric Dumazet1-3/+9
2022-05-04tcp: use different parts of the port_offset for index and offsetWilly Tarreau1-1/+1