Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-11 02:41:34 to 2021-06-11 15:35:46 UTC [more...]

[PATCH net-next] ibmvnic: fix kernel build warning
 2021-06-11 15:35 UTC 

[PATCH net-next 0/8] net: phy: fix some coding-style issues
 2021-06-11 15:30 UTC  (14+ messages)
` [PATCH net-next 1/8] net: phy: add a blank line after declarations
` [PATCH net-next 2/8] net: phy: correct format of block comments
` [PATCH net-next 3/8] net: phy: delete repeated word "
` [PATCH net-next 4/8] net: phy: fixed formatting issues with braces
` [PATCH net-next 5/8] net: phy: fixed space alignment issues
` [PATCH net-next 6/8] net: phy: print the function name by __func__ instead of an fixed string
` [PATCH net-next 7/8] net: phy: remove unnecessary line continuation
` [PATCH net-next 8/8] net: phy: use '__packed' instead of '__attribute__((__packed__))'

[PATCH net] ixgbe: xsk: fix for metasize when construct skb by xdp_buff
 2021-06-11 15:12 UTC  (2+ messages)

[PATCH] net: usbnet: allow overriding of default USB interface naming
 2021-06-11 15:23 UTC 

[PATCH v11 00/18] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-06-11 15:00 UTC  (24+ messages)
` [PATCH v11 01/18] af_vsock: update functions for connectible socket
` [PATCH v11 02/18] af_vsock: separate wait data loop
` [PATCH v11 03/18] af_vsock: separate receive "
` [PATCH v11 04/18] af_vsock: implement SEQPACKET receive loop
` [PATCH v11 05/18] af_vsock: implement send logic for SEQPACKET
` [PATCH v11 06/18] af_vsock: rest of SEQPACKET support
` [PATCH v11 07/18] af_vsock: update comments for stream sockets
` [PATCH v11 08/18] virtio/vsock: set packet's type in virtio_transport_send_pkt_info()
` [PATCH v11 09/18] virtio/vsock: simplify credit update function API
` [PATCH v11 10/18] virtio/vsock: defines and constants for SEQPACKET
` [PATCH v11 11/18] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [PATCH v11 12/18] virtio/vsock: add SEQPACKET receive logic
` [PATCH v11 13/18] virtio/vsock: rest of SOCK_SEQPACKET support
` [PATCH v11 14/18] virtio/vsock: enable SEQPACKET for transport
` [PATCH v11 15/18] vhost/vsock: support "
` [PATCH v11 16/18] vsock/loopback: enable "
` [PATCH v11 17/18] vsock_test: add SOCK_SEQPACKET tests
` [PATCH v11 18/18] virtio/vsock: update trace event for SEQPACKET

[PATCH net-next v2 1/3] rtnetlink: add alloc() method to rtnl_link_ops
 2021-06-11 15:07 UTC  (6+ messages)
` [PATCH net-next v2 2/3] rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAME
` [PATCH net-next v2 3/3] wwan: add interface creation support

[PATCH v2 0/2] Make ampdu tx work correctly
 2021-06-11 14:47 UTC  (4+ messages)
` [PATCH v2 1/2] rtl8xxxu: unset the hw capability HAS_RATE_CONTROL

[PATCH v4] net: make get_net_ns return error if NET_NS is disabled
 2021-06-11 14:29 UTC 

[PATCH 0/9] riscv: improve self-protection
 2021-06-11 14:10 UTC  (3+ messages)
` [PATCH 7/9] riscv: bpf: Avoid breaking W^X

[PATCH net-next v4 0/3] virtio_net: add optional flow dissection in virtio_net_hdr_to_skb
 2021-06-11 14:12 UTC  (14+ messages)
` [PATCH net-next v4 2/3] "

Ethernet padding - ti_cpsw vs DSA tail tag
 2021-06-11 14:12 UTC  (3+ messages)

[PATCH v3] net: make get_net_ns return error if NET_NS is disabled
 2021-06-11 13:53 UTC  (3+ messages)

[PATCH net] net: ethernet: ti: cpsw: fix min eth packet size for non-switch use-cases
 2021-06-11 13:27 UTC 

[PATCH net-next 00/11] Marvell Prestera driver implementation of devlink functionality
 2021-06-11 13:19 UTC  (4+ messages)
` [PATCH net-next 10/11] net: marvell: prestera: add storm control (rate limiter) implementation

[RFC PATCH 0/3] net: axienet: Introduce dmaengine support
 2021-06-11 13:12 UTC  (4+ messages)
` [RFC PATCH 2/3] dt-bindings: net: xilinx_axienet: Introduce dmaengine binding support

[PATCH net-next 0/2] stmmac: intel: minor clean-up
 2021-06-11 13:16 UTC  (3+ messages)
` [PATCH net-next 1/2] stmmac: intel: move definitions to dwmac-intel header file
` [PATCH net-next 2/2] stmmac: intel: fix wrong kernel-doc

[PATCH net-next 0/4] Add 25G BASE-R support
 2021-06-11 12:54 UTC  (5+ messages)
` [PATCH net-next 1/4] dt-bindings: net: Add 25G BASE-R phy interface
` [PATCH net-next 2/4] net: phy: Add 25G BASE-R interface mode
` [PATCH net-next 3/4] net: sfp: add support for 25G BASE-R SFPs
` [PATCH net-next 4/4] net: phylink: Add 25G BASE-R support

[PATCH net-next v9 00/15] ACPI support for dpaa2 driver
 2021-06-11 12:31 UTC  (26+ messages)
` [PATCH net-next v9 01/15] Documentation: ACPI: DSD: Document MDIO PHY
` [PATCH net-next v9 02/15] net: phy: Introduce fwnode_mdio_find_device()
` [PATCH net-next v9 03/15] net: phy: Introduce phy related fwnode functions
` [PATCH net-next v9 04/15] of: mdio: Refactor of_phy_find_device()
` [PATCH net-next v9 05/15] net: phy: Introduce fwnode_get_phy_id()
` [PATCH net-next v9 06/15] of: mdio: Refactor of_get_phy_id()
` [PATCH net-next v9 07/15] net: mii_timestamper: check NULL in unregister_mii_timestamper()
` [PATCH net-next v9 08/15] net: mdiobus: Introduce fwnode_mdiobus_register_phy()
` [PATCH net-next v9 09/15] of: mdio: Refactor of_mdiobus_register_phy()
` [PATCH net-next v9 10/15] ACPI: utils: Introduce acpi_get_local_address()
` [PATCH net-next v9 11/15] net: mdio: Add ACPI support code for mdio
` [PATCH net-next v9 12/15] net/fsl: Use [acpi|of]_mdiobus_register
` [PATCH net-next v9 13/15] net: phylink: introduce phylink_fwnode_phy_connect()
` [PATCH net-next v9 14/15] net: phylink: Refactor phylink_of_phy_connect()
` [PATCH net-next v9 15/15] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver

[PATCH v2 net-next 00/13] Port the SJA1105 DSA driver to XPCS
 2021-06-11 11:44 UTC  (2+ messages)

Maintainers / Kernel Summit 2021 planning kick-off
 2021-06-11 11:10 UTC  (20+ messages)

[PATCH ipsec-next v2 0/5] xfrm: ipv6: remove hdr_off indirection
 2021-06-11 10:50 UTC  (6+ messages)
` [PATCH ipsec-next v2 1/5] xfrm: ipv6: add xfrm6_hdr_offset helper
` [PATCH ipsec-next v2 2/5] xfrm: ipv6: move mip6_destopt_offset into xfrm core
` [PATCH ipsec-next v2 3/5] xfrm: ipv6: move mip6_rthdr_offset "
` [PATCH ipsec-next v2 4/5] xfrm: remove hdr_offset indirection
` [PATCH ipsec-next v2 5/5] xfrm: merge dstopt and routing hdroff functions

[PATCH net-next] net: dsa: b53: Create default VLAN entry explicitly
 2021-06-11 10:34 UTC  (2+ messages)

"ip addr show" returns interface names that won't work with "ip addr show dev <ifname>"
 2021-06-11 10:27 UTC 

[PATCH iproute2] utils: bump max args number to 256 for batch files
 2021-06-11  9:51 UTC  (5+ messages)

[PATCH V2 net-next 0/2] net: fec: fix TX bandwidth fluctuations
 2021-06-11  9:50 UTC  (3+ messages)
` [PATCH V2 1/2] net: fec: add FEC_QUIRK_HAS_MULTI_QUEUES represents i.MX6SX ENET IP
` [PATCH V2 2/2] net: fec: add ndo_select_queue to fix TX bandwidth fluctuations

[PATCH v2 iproute2] utils: bump max args number to 512 for batch files
 2021-06-11  9:46 UTC 

[ipsec-next:testing 10/10] net/xfrm/xfrm_output.c:100:33: error: 'nh' undeclared
 2021-06-11  9:44 UTC  (2+ messages)

[PATCH net-next 0/4] Add trusted VF support
 2021-06-11  9:42 UTC  (5+ messages)
` [PATCH net-next 1/4] octeontx2-af: add support for multicast/promisc packet replication feature
` [PATCH net-next 2/4] octeontx2-nicvf: add ndo_set_rx_mode support for multicast & promisc
` [PATCH net-next 3/4] octeontx2-af: add new mailbox to configure VF trust mode
` [PATCH net-next 4/4] octeontx2-pf: add support for ndo_set_vf_trust

[PATCH net-next 0/4] net/smc: Add SMC statistic support
 2021-06-11  9:28 UTC  (4+ messages)

[PATCH net-next v8 00/15] ACPI support for dpaa2 driver
 2021-06-11  9:17 UTC  (5+ messages)
` [PATCH net-next v8 12/15] net/fsl: Use [acpi|of]_mdiobus_register

[PATCH net-next] r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPM
 2021-06-11  9:14 UTC  (3+ messages)

[PATCH net-next v1 1/1] net: stmmac: Fix potential integer overflow
 2021-06-11  9:02 UTC 

[PATCH net 0/3] cxgb4: bug fixes for ethtool flash ops
 2021-06-11  6:47 UTC  (4+ messages)
` [PATCH net 1/3] cxgb4: fix endianness when flashing boot image
` [PATCH net 2/3] cxgb4: fix sleep in atomic when flashing PHY firmware
` [PATCH net 3/3] cxgb4: halt chip before flashing PHY firmware image

[PATCH net-next v3] net: mdio: mscc-miim: Use devm_platform_get_and_ioremap_resource()
 2021-06-11  8:04 UTC 

[PATCH -next v2] netlabel: Fix memory leak in netlbl_mgmt_add_common
 2021-06-11  8:21 UTC 

[PATCH net-next 0/2] s390/iucv: updates 2021-06-11
 2021-06-11  7:45 UTC  (3+ messages)
` [PATCH net-next 1/2] net/af_iucv: clean up some forward declarations
` [PATCH net-next 2/2] s390/netiuvc: get rid of "

[PATCH net-next v2] net: mdio: mscc-miim: Use devm_platform_get_and_ioremap_resource()
 2021-06-11  7:40 UTC  (3+ messages)

[PATCH net-next 0/9] s390/qeth: updates 2021-06-11
 2021-06-11  7:33 UTC  (10+ messages)
` [PATCH net-next 1/9] s390/qeth: count TX completion interrupts
` [PATCH net-next 2/9] s390/qeth: also use TX NAPI for non-IQD devices
` [PATCH net-next 3/9] s390/qeth: unify the tracking of active cmds on ccw device
` [PATCH net-next 4/9] s390/qeth: use ethtool_sprintf()
` [PATCH net-next 5/9] s390/qeth: consolidate completion of pending TX buffers
` [PATCH net-next 6/9] s390/qeth: remove QAOB's pointer to its TX buffer
` [PATCH net-next 7/9] s390/qeth: remove TX buffer's pointer to its queue
` [PATCH net-next 8/9] s390/qeth: shrink TX buffer struct
` [PATCH net-next 9/9] s390/qeth: Consider dependency on SWITCHDEV module

[PATCH RESEND2 iproute2 net-next 0/3] devlink rate support
 2021-06-11  7:25 UTC  (4+ messages)
` [PATCH RESEND2 iproute2 net-next 1/3] devlink: Add helper function to validate object handler
` [PATCH RESEND2 iproute2 net-next 2/3] devlink: Add port func rate support
` [PATCH RESEND2 iproute2 net-next 3/3] devlink: Add ISO/IEC switch

[PATCH] crypto: x86/curve25519 - fix cpu feature checking logic in mod_exit
 2021-06-11  7:23 UTC  (2+ messages)

[PATCH] net: stmmac: dwmac1000: Fix extended MAC address registers definition
 2021-06-11  7:16 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net-next v4 0/9] provide cable test support for the ksz886x switch
 2021-06-11  7:15 UTC  (10+ messages)
` [PATCH net-next v4 1/9] net: phy: micrel: move phy reg offsets to common header
` [PATCH net-next v4 2/9] net: dsa: microchip: ksz8795: add phylink support
` [PATCH net-next v4 3/9] net: phy: micrel: use consistent alignments
` [PATCH net-next v4 4/9] net: phy: micrel: apply resume errata workaround for ksz8873 and ksz8863
` [PATCH net-next v4 5/9] net: phy/dsa micrel/ksz886x add MDI-X support
` [PATCH net-next v4 6/9] net: phy: micrel: ksz8081 "
` [PATCH net-next v4 7/9] net: dsa: microchip: ksz8795: add LINK_MD register support
` [PATCH net-next v4 8/9] net: dsa: dsa_slave_phy_connect(): extend phy's flags with port specific phy flags
` [PATCH net-next v4 9/9] net: phy: micrel: ksz886x/ksz8081: add cabletest support

[PATCH net-next v1 1/1] net: stmmac: Fix unused values warnings
 2021-06-11  7:11 UTC 

[PATCH v2 bpf-next 0/3] bpf: Introduce BPF timers
 2021-06-11  7:05 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Introduce bpf_timer
` [PATCH v2 bpf-next 2/3] bpf: Add verifier checks for bpf_timer
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add bpf_timer test

[PATCH net-next] can: j1939: socket: correct a grammatical error
 2021-06-11  7:02 UTC  (2+ messages)

[PATCH v2] bus: mhi: Add inbound buffers allocation flag
 2021-06-11  7:00 UTC  (2+ messages)

[PATCH net-next v5 0/3] virtio_net: add optional flow dissection in virtio_net_hdr_to_skb
 2021-06-11  6:49 UTC  (3+ messages)
` [PATCH net-next v5 1/3] net: flow_dissector: extend bpf flow dissector support with vnet hdr

[PATCH] alx: Fix an error handling path in 'alx_probe()'
 2021-06-11  6:13 UTC 

[PATCH] xfrm: policy: fix a spelling mistake
 2021-06-11  5:48 UTC  (2+ messages)

[PATCH ipsec-next] xfrm: remove description from xfrm_type struct
 2021-06-11  5:42 UTC  (2+ messages)

[PATCH] can: j1939: socket: correct a grammatical error
 2021-06-11  4:19 UTC  (2+ messages)

[PATCH -next] netlabel: Fix memory leak in netlbl_mgmt_add_common
 2021-06-11  4:05 UTC  (3+ messages)

[PATCH net-next v2] net: usb: asix: ax88772: manage PHY PM from MAC
 2021-06-11  3:55 UTC 

[PATCH net-next 0/8] net: pc300too: clean up some code style issues
 2021-06-11  3:36 UTC  (9+ messages)
` [PATCH net-next 1/8] net: pc300too: remove redundant blank lines
` [PATCH net-next 2/8] net: pc300too: add blank line after declarations
` [PATCH net-next 3/8] net: pc300too: fix the code style issue about "foo * bar"
` [PATCH net-next 4/8] net: pc300too: move out assignment in if condition
` [PATCH net-next 5/8] net: pc300too: remove redundant initialization for statics
` [PATCH net-next 6/8] net: pc300too: replace comparison to NULL with "!card->plxbase"
` [PATCH net-next 7/8] net: pc300too: add some required spaces
` [PATCH net-next 8/8] net: pc300too: fix the comments style issue

[PATCH v5] ping: Check return value of function 'ping_queue_rcv_skb'
 2021-06-11  3:37 UTC  (2+ messages)

[PATCH net-next] net: mdio: mscc-miim: Use devm_platform_get_and_ioremap_resource()
 2021-06-11  3:35 UTC  (4+ messages)

[net-next:master 183/184] drivers/net/ethernet/ibm/ibmvnic.c:855:2: warning: enumeration value 'VNIC_DOWN' not handled in switch
 2021-06-11  3:31 UTC 

[PATCH] can: j1939: socket: correct a grammatical error
 2021-06-11  3:29 UTC  (2+ messages)

[PATCH v2 net-next 00/10] DSA tagging driver for NXP SJA1110
 2021-06-11  3:26 UTC  (4+ messages)

linux-next: build warning after merge of the net-next tree
 2021-06-11  3:24 UTC 

[PATCH] soc: qcom: ipa: Remove superfluous error message around platform_get_irq()
 2021-06-11  3:04 UTC  (4+ messages)

[PATCH iproute2] uapi: add missing virtio related headers
 2021-06-11  2:54 UTC  (3+ messages)

[PATCH RESEND iproute2 net-next 0/4] devlink rate support
 2021-06-11  2:52 UTC  (3+ messages)
` [PATCH RESEND iproute2 net-next 3/4] devlink: Add port func "

[PATCH iproute2-next v2] devlink: Add optional controller user input
 2021-06-11  2:40 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).