summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-04net: ipa: reduce arguments to ipa_table_init_add()Alex Elder1-19/+18
2022-11-04rds: remove redundant variable total_payload_lenColin Ian King1-2/+1
2022-11-03Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski6-9/+77
2022-11-03Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski14-30/+166
2022-11-03hamradio: baycom_epp: Fix return type of baycom_send_packet()Nathan Chancellor1-1/+1
2022-11-03net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()Nathan Chancellor1-1/+1
2022-11-03net: usb: Use kstrtobool() instead of strtobool()Christophe JAILLET2-3/+5
2022-11-03Merge branch 'net-fix-netdev-to-devlink_port-linkage-and-expose-to-user'Jakub Kicinski42-391/+293
2022-11-03net: expose devlink port over rtnetlinkJiri Pirko4-0/+73
2022-11-03net: remove unused ndo_get_devlink_portJiri Pirko22-150/+0
2022-11-03net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko3-21/+6
2022-11-03net: devlink: add not cleared type warning to port unregisterJiri Pirko1-0/+1
2022-11-03net: devlink: store copy netdevice ifindex and ifname to allow port_fill() wi...Jiri Pirko2-41/+29
2022-11-03net: devlink: remove net namespace check from devlink_nl_port_fill()Jiri Pirko1-2/+1
2022-11-03net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko3-12/+16
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko30-167/+41
2022-11-03net: devlink: track netdev with devlink_port assignedJiri Pirko3-9/+99
2022-11-03net: devlink: take RTNL in port_fill() function only if it is not heldJiri Pirko1-15/+31
2022-11-03net: devlink: move port_type_netdev_checks() call to __devlink_port_type_set()Jiri Pirko1-30/+33
2022-11-03net: devlink: move port_type_warn_schedule() call to __devlink_port_type_set()Jiri Pirko1-2/+5
2022-11-03net: devlink: convert devlink port type-specific pointers to unionJiri Pirko2-7/+23
2022-11-03Merge branch 'bridge-add-mac-authentication-bypass-mab-support'Jakub Kicinski10-6/+241
2022-11-03selftests: forwarding: Add MAC Authentication Bypass (MAB) test casesHans J. Schultz2-1/+162
2022-11-03bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz8-5/+79
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski369-1627/+3233
2022-11-03Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds50-190/+401
2022-11-03Merge tag 'powerpc-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-5/+27
2022-11-03Merge branch 'add-new-pcp-and-apptrust-attributes-to-dcbnl'Paolo Abeni11-8/+744
2022-11-03net: microchip: sparx5: add support for offloading default prioDaniel Machon3-0/+40
2022-11-03net: microchip: sparx5: add support for offloading dscp tableDaniel Machon3-3/+116
2022-11-03net: microchip: sparx5: add support for apptrustDaniel Machon3-2/+126
2022-11-03net: microchip: sparx5: add support for offloading pcp tableDaniel Machon8-2/+327
2022-11-03net: dcb: add new apptrust attributeDaniel Machon3-2/+80
2022-11-03net: dcb: add new pcp selector to app objectDaniel Machon2-4/+60
2022-11-03net: mana: Assign interrupts to CPUs based on NUMA nodesSaurabh Sengar2-3/+28
2022-11-03Merge branch 'vsock-remove-an-unused-variable-and-fix-infinite-sleep'Paolo Abeni1-3/+4
2022-11-03vsock: fix possible infinite sleep in vsock_connectible_wait_data()Dexuan Cui1-1/+4
2022-11-03vsock: remove the unused 'wait' in vsock_connectible_recvmsg()Dexuan Cui1-2/+0
2022-11-03net: fec: add initial XDP supportShenwei Wang2-2/+226
2022-11-03net: tun: bump the link speed from 10Mbps to 10GbpsIlya Maximets1-1/+1
2022-11-02ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao1-4/+10
2022-11-02bridge: Fix flushing of dynamic FDB entriesIdo Schimmel2-2/+2
2022-11-02Merge branch 'rocker-two-small-changes'Jakub Kicinski1-7/+8
2022-11-02rocker: Explicitly mark learned FDB entries as offloadedIdo Schimmel1-0/+1
2022-11-02rocker: Avoid unnecessary scheduling of work itemIdo Schimmel1-7/+7
2022-11-02net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin1-1/+1
2022-11-02net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin1-2/+4
2022-11-02sfc (gcc13): synchronize ef100_enqueue_skb()'s return typeJiri Slaby (SUSE)1-1/+2
2022-11-02bonding (gcc13): synchronize bond_{a,t}lb_xmit() typesJiri Slaby (SUSE)1-2/+2
2022-11-02qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)1-1/+2