summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-12selftests: forwarding: new test, verify host mdb entriesJoachim Wiberg2-0/+104
2022-04-12net: bridge: add support for host l2 mdb entriesJoachim Wiberg1-5/+7
2022-04-12sfc: Fix spelling mistake "writting" -> "writing"Lv Ruyi1-2/+2
2022-04-12net/cadence: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-14/+8
2022-04-12sfc: ef10: Fix assigning negative value to unsigned variableHaowen Bai1-1/+1
2022-04-12net: bridge: offload BR_HAIRPIN_MODE, BR_ISOLATED, BR_MULTICAST_TO_UNICASTArınç ÜNAL1-1/+2
2022-04-12Merge branch 'net-lan966x-add-support-for-fdma'Jakub Kicinski6-12/+1117
2022-04-12net: lan966x: Update FDMA to change MTU.Horatiu Vultur3-1/+148
2022-04-12net: lan966x: Add FDMA functionalityHoratiu Vultur5-4/+851
2022-04-12net: lan966x: Expose functions that are needed by FDMAHoratiu Vultur2-7/+11
2022-04-12net: lan966x: Add registers that are used for FDMA.Horatiu Vultur2-0/+107
2022-04-12net: calxedaxgmac: Fix typo (doubled "the")Jonathan Neuschäfer1-1/+1
2022-04-12net: ethernet: ti: am65-cpsw: Fix build error without PHYLINKYueHaibing1-0/+1
2022-04-12Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski54-5354/+364
2022-04-12net: stmmac: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-16/+8
2022-04-12hv_netvsc: Add support for XDP_REDIRECTHaiyang Zhang4-94/+228
2022-04-12Merge branch 'ipv4-convert-several-tos-fields-to-dscp_t'Jakub Kicinski7-27/+30
2022-04-12net: marvell: prestera: Use dscp_t in struct prestera_kern_fib_cacheGuillaume Nault1-3/+3
2022-04-12mlxsw: Use dscp_t in struct mlxsw_sp_fib4_entryGuillaume Nault1-6/+6
2022-04-12netdevsim: Use dscp_t in struct nsim_fib4_rtGuillaume Nault1-3/+3
2022-04-12ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault5-11/+11
2022-04-12ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault7-14/+17
2022-04-11net: ethernet: ti: cpsw: drop CPSW_HEADROOM defineGrygorii Strashko3-3/+2
2022-04-11Merge branch 'mptcp-next'David S. Miller7-37/+193
2022-04-11selftests/mptcp: add diag listen testsFlorian Westphal1-0/+38
2022-04-11mptcp: listen diag dump supportFlorian Westphal1-0/+91
2022-04-11mptcp: remove locking in mptcp_diag_fill_infoFlorian Westphal1-6/+0
2022-04-11mptcp: diag: switch to context structureFlorian Westphal1-3/+11
2022-04-11mptcp: add pm_nl_pernet helpersGeliang Tang1-17/+24
2022-04-11mptcp: reset the packet scheduler on PRIO changePaolo Abeni1-0/+2
2022-04-11mptcp: reset the packet scheduler on incoming MP_PRIOPaolo Abeni3-4/+18
2022-04-11mptcp: optimize release_cb for the common casePaolo Abeni1-7/+9
2022-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller11-127/+199
2022-04-11selftests: netfilter: add fib expression forward test caseFlorian Westphal1-0/+50
2022-04-11netfilter: nft_fib: reverse path filter for policy-based routing on iifPablo Neira Ayuso3-0/+12
2022-04-11bnx2x: Fix spelling mistake "regiser" -> "register"Lv Ruyi1-4/+4
2022-04-11net: ethernet: mtk_eth_soc/wed: fix sparse endian warningsFelix Fietkau1-9/+12
2022-04-11net: ethernet: mtk_eth_soc: fix return value check in mtk_wed_add_hw()Yang Yingliang1-1/+1
2022-04-11Merge branch 'icmp-skb-reason'David S. Miller9-70/+127
2022-04-11net: icmp: add skb drop reasons to icmp protocolMenglong Dong6-47/+75
2022-04-11net: icmp: introduce __ping_queue_rcv_skb() to report drop reasonsMenglong Dong1-5/+13
2022-04-11net: skb: rename SKB_DROP_REASON_PTYPE_ABSENTMenglong Dong3-11/+7
2022-04-11net: sock: introduce sock_queue_rcv_skb_reason()Menglong Dong2-7/+32
2022-04-10Merge branch 'tls-rx-refactoring-part-2'David S. Miller2-161/+104
2022-04-10tls: rx: jump out for cases which need to leave skb on listJakub Kicinski1-21/+22
2022-04-10tls: rx: clear ctx->recv_pkt earlierJakub Kicinski1-9/+7
2022-04-10tls: rx: inline consuming the skb at the end of the loopJakub Kicinski1-24/+5
2022-04-10tls: rx: pull most of zc check out of the loopJakub Kicinski1-4/+5
2022-04-10tls: rx: don't track the async countJakub Kicinski1-7/+5
2022-04-10tls: rx: don't handle async in tls_sw_advance_skb()Jakub Kicinski1-13/+9