summaryrefslogtreecommitdiffstats
path: root/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-18hamradio: replace deprecated strncpy with strscpy_padJustin Stitt1-2/+2
2023-10-18docs: netlink: clean up after deprecating versionJakub Kicinski2-5/+14
2023-10-18tools: ynl: fix converting flags to names after recent cleanupJakub Kicinski1-1/+1
2023-10-18net: phylink: remove a bunch of unused validation methodsRussell King (Oracle)2-38/+8
2023-10-18net: phylink: remove .validate() methodRussell King (Oracle)3-53/+6
2023-10-18net: fman: convert to .mac_get_caps()Russell King (Oracle)1-6/+5
2023-10-18net: phylink: provide mac_get_caps() methodRussell King (Oracle)3-3/+33
2023-10-18eth: bnxt: fix backward compatibility with older devicesJakub Kicinski5-12/+28
2023-10-18selftests: forwarding: bridge_fdb_learning_limit: Add a new selftestJohannes Nixdorf2-1/+285
2023-10-18net: bridge: Set strict_start_type for br_policyJohannes Nixdorf1-0/+2
2023-10-18net: bridge: Add netlink knobs for number / max learned FDB entriesJohannes Nixdorf2-1/+16
2023-10-18net: bridge: Track and limit dynamically learned FDB entriesJohannes Nixdorf2-2/+37
2023-10-18net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entryJohannes Nixdorf1-3/+4
2023-10-17net: openvswitch: Annotate struct mask_array with __counted_byChristophe JAILLET1-1/+1
2023-10-17net: openvswitch: Use struct_size()Christophe JAILLET1-5/+2
2023-10-17mctp i3c: MCTP I3C driverMatt Johnston3-0/+765
2023-10-17i3c: Add support for bus enumeration & notificationJeremy Kerr2-0/+46
2023-10-17dt-bindings: i3c: Add mctp-controller propertyMatt Johnston1-0/+6
2023-10-17net: gso_test: release each segment individuallyFlorian Westphal1-5/+9
2023-10-17page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin3-23/+24
2023-10-17net: stub tcp_gro_complete if CONFIG_INET=nJacob Keller1-0/+4
2023-10-17drivers: net: wwan: wwan_core.c: resolved spelling mistakeMuhammad Muzammil1-2/+2
2023-10-17cgroup, netclassid: on modifying netclassid in cgroup, only consider the main...Liansen Zhai1-0/+6
2023-10-17net: usb: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-17lan78xx: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-17net: phy: smsc: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-10-17net: netcp: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-16tcp: Set pingpong threshold via sysctlHaiyang Zhang6-6/+39
2023-10-16net, sched: Add tcf_set_drop_reason for {__,}tcf_classifyDaniel Borkmann2-6/+23
2023-10-16net, sched: Make tc-related drop reason more flexibleDaniel Borkmann3-7/+17
2023-10-16bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko1-1/+6
2023-10-16bpf: Disambiguate SCALAR register state output in verifier logsAndrii Nakryiko3-32/+55
2023-10-16selftests/bpf: Make align selftests more robustAndrii Nakryiko1-120/+121
2023-10-16selftests/bpf: Improve missed_kprobe_recursion test robustnessAndrii Nakryiko1-4/+4
2023-10-16selftests/bpf: Improve percpu_alloc test robustnessAndrii Nakryiko3-0/+14
2023-10-16tsnep: Inline small fragments within TX descriptorGerhard Engleder2-26/+79
2023-10-16vxlan: use generic function for tunnel IPv4 route lookupBeniamino Galvani1-73/+41
2023-10-16geneve: use generic function for tunnel IPv4 route lookupBeniamino Galvani1-66/+32
2023-10-16geneve: add dsfield helper functionBeniamino Galvani1-11/+18
2023-10-16ipv4: use tunnel flow flags for tunnel route lookupsBeniamino Galvani1-0/+1
2023-10-16ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani3-20/+25
2023-10-16ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani3-5/+5
2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani5-58/+58
2023-10-16selftests: net: remove unused variableszhujun23-5/+3
2023-10-16net: cxgb3: simplify logic for rspq_check_napiChristian Marangi1-6/+1
2023-10-15ptp: add testptp mask testXabier Marquiegui1-1/+18
2023-10-15ptp: add debugfs interface to see applied channel masksXabier Marquiegui4-0/+39
2023-10-15ptp: support event queue reader channel masksXabier Marquiegui4-2/+41
2023-10-15ptp: support multiple timestamp event readersXabier Marquiegui4-29/+55
2023-10-15ptp: Replace timestamp event queue with linked listXabier Marquiegui4-6/+42