summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-01neighbor: fix proxy_delay usage when it is zeroBrian Haley
2023-02-01Merge branch 'net-support-ipv4-big-tcp'Jakub Kicinski
2023-02-01net: add support for ipv4 big tcpXin Long
2023-02-01net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long
2023-02-01packet: add TP_STATUS_GSO_TCP for tp_statusXin Long
2023-02-01ipvlan: use skb_ip_totlen in ipvlan_get_L3_hdrXin Long
2023-02-01cipso_ipv4: use iph_set_totlen in skbuff_setattrXin Long
2023-02-01netfilter: use skb_ip_totlen and iph_totlenXin Long
2023-02-01net: sched: use skb_ip_totlen and iph_totlenXin Long
2023-02-01openvswitch: use skb_ip_totlen in conntrackXin Long
2023-02-01bridge: use skb_ip_totlen in br netfilterXin Long
2023-02-01net: add a couple of helpers for iph tot_lenXin Long
2023-02-01Merge branch 'virtio_net-vdpa-update-mac-address-when-it-is-generated-by-virt...Jakub Kicinski
2023-02-01virtio_net: notify MAC address change on device initializationLaurent Vivier
2023-02-01virtio_net: disable VIRTIO_NET_F_STANDBY if VIRTIO_NET_F_MAC is not setLaurent Vivier
2023-02-01nfp: correct cleanup related to DCB resourcesHuayu Chen
2023-02-01nfp: flower: avoid taking mutex in atomic contextYanguo Li
2023-02-01ipv6: ICMPV6: Use swap() instead of open coding itJiapeng Chong
2023-02-01Merge branch 'ip-ip6_gre-fix-gre-tunnels-not-generating-ipv6-link-local-addre...Jakub Kicinski
2023-02-01ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter
2023-02-01ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local addressThomas Winter
2023-02-01Merge branch 'devlink-trivial-names-cleanup'Jakub Kicinski
2023-02-01devlink: rename and reorder instances of struct devlink_cmdJiri Pirko
2023-02-01devlink: remove "gen" from struct devlink_gen_cmd nameJiri Pirko
2023-02-01devlink: rename devlink_nl_instance_iter_dump() to "dumpit"Jiri Pirko
2023-02-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-02-01Merge tag 'sound-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-02-01ARM: dts: wpcm450: Add nuvoton,shm = <&shm> to FIU nodeJonathan Neuschäfer
2023-02-01MAINTAINERS: Update entry for MediaTek SoC supportMatthias Brugger
2023-01-31Merge branch 'net-ipa-remaining-ipa-v5-0-support'Jakub Kicinski
2023-01-31net: ipa: define two new memory regionsAlex Elder
2023-01-31net: ipa: support a third pulse registerAlex Elder
2023-01-31net: ipa: greater timer granularity optionsAlex Elder
2023-01-31net: ipa: support zeroing new cache tablesAlex Elder
2023-01-31net: ipa: update table cache flushingAlex Elder
2023-01-31net: ipa: define IPA v5.0+ registersAlex Elder
2023-01-31net: ipa: extend endpoints in packet init commandAlex Elder
2023-01-31net: ipa: support more endpointsAlex Elder
2023-01-31Merge tag 'mlx5-updates-2023-01-30' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2023-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2023-01-31net: phy: meson-gxl: Add generic dummy stubs for MMD register accessChris Healy
2023-01-31net: fix NULL pointer in skb_segment_listYan Zhai
2023-01-31net: fman: memac: free mdio device if lynx_pcs_create() failsVladimir Oltean
2023-01-31Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-01-31Merge branch 'selftests-mlxsw-convert-to-iproute2-dcb'Jakub Kicinski
2023-01-31selftests: net: forwarding: lib: Drop lldpad_app_wait_set(), _del()Petr Machata
2023-01-31selftests: mlxsw: qos_defprio: Convert from lldptool to dcbPetr Machata
2023-01-31selftests: mlxsw: qos_dscp_router: Convert from lldptool to dcbPetr Machata
2023-01-31selftests: mlxsw: qos_dscp_bridge: Convert from lldptool to dcbPetr Machata
2023-01-31sctp: do not check hb_timer.expires when resetting hb_timerXin Long