summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-23net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel modeGrygorii Strashko
2023-12-23net: ethernet: am65-cpsw: Move register definitions to header fileRoger Quadros
2023-12-23net: ethernet: ti: am65-cpsw: Move code to avoid forward declarationRoger Quadros
2023-12-23net: ethernet: am65-cpsw: cleanup TAPRIO handlingRoger Quadros
2023-12-23net: ethernet: am65-cpsw: Rename TI_AM65_CPSW_TAS to TI_AM65_CPSW_QOSRoger Quadros
2023-12-23net: ethernet: am65-cpsw: Build am65-cpsw-qos only if requiredRoger Quadros
2023-12-23selftests: forwarding: ethtool_mm: fall back to aggregate if device does not ...Vladimir Oltean
2023-12-23selftests: forwarding: ethtool_mm: support devices with higher rx-min-frag-sizeVladimir Oltean
2023-12-23Merge branch 'net-selftests-unique-namespace-last-part'David S. Miller
2023-12-23kselftest/runner.sh: add netns supportHangbin Liu
2023-12-23selftests/net: convert pmtu.sh to run it in unique namespaceHangbin Liu
2023-12-23selftests/net: use unique netns name for setup_loopback.sh setup_veth.shHangbin Liu
2023-12-23selftests/net: convert xfrm_policy.sh to run it in unique namespaceHangbin Liu
2023-12-23selftests/net: convert stress_reuseport_listen.sh to run it in unique namespaceHangbin Liu
2023-12-23selftests/net: convert rtnetlink.sh to run it in unique namespaceHangbin Liu
2023-12-23selftests/net: convert netns-name.sh to run it in unique namespaceHangbin Liu
2023-12-23selftests/net: convert gre_gso.sh to run it in unique namespaceHangbin Liu
2023-12-23selftests/net: remove unneeded semicolonJiapeng Chong
2023-12-22selftest/tcp-ao: Rectify out-of-tree buildDmitry Safonov
2023-12-22tipc: Remove some excess struct member documentationJonathan Corbet
2023-12-22net: skbuff: Remove some excess struct-member documentationJonathan Corbet
2023-12-22Merge branch 'tcp-refactor-bhash2'David S. Miller
2023-12-22tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima
2023-12-22tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima
2023-12-22tcp: Unlink sk from bhash.Kuniyuki Iwashima
2023-12-22tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).Kuniyuki Iwashima
2023-12-22tcp: Iterate tb->bhash2 in inet_csk_bind_conflict().Kuniyuki Iwashima
2023-12-22tcp: Rearrange tests in inet_csk_bind_conflict().Kuniyuki Iwashima
2023-12-22tcp: Link bhash2 to bhash.Kuniyuki Iwashima
2023-12-22tcp: Rename tb in inet_bind2_bucket_(init|create)().Kuniyuki Iwashima
2023-12-22tcp: Save address type in inet_bind2_bucket.Kuniyuki Iwashima
2023-12-22tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr.Kuniyuki Iwashima
2023-12-22tcp: Rearrange tests in inet_bind2_bucket_(addr_match|match_addr_any)().Kuniyuki Iwashima
2023-12-22tcp: Use bhash2 for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima
2023-12-22selftests/net: Fix various spelling mistakes in TCP-AO testsColin Ian King
2023-12-22octeontx2-af: Fix a double free issueSuman Ghosh
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-21net/ipv6: Remove gc_link warn on in fib6_info_releaseDavid Ahern
2023-12-21Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-12-21net: phy: at803x: replace msleep(1) with usleep_rangeChristian Marangi
2023-12-21net: phy: at803x: remove extra space after castChristian Marangi
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2023-12-21net: check dev->gso_max_size in gso_features_check()Eric Dumazet
2023-12-21kselftest: rtnetlink.sh: use grep_fail when expecting the cmd failHangbin Liu
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern
2023-12-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni
2023-12-21net: avoid build bug in skb extension length calculationThomas Weißschuh
2023-12-21net: ethernet: mtk_wed: fix possible NULL pointer dereference in mtk_wed_wo_q...Lorenzo Bianconi
2023-12-20posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds