Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-18 13:13:05 to 2021-03-19 00:17:33 UTC [more...]

linux-next: manual merge of the net-next tree with the net tree
 2021-03-19  0:16 UTC 

[PATCH bpf-next 00/15] Support calling kernel function
 2021-03-18 23:39 UTC  (6+ messages)
` [PATCH bpf-next 02/15] bpf: btf: Support parsing extern func
` [PATCH bpf-next 03/15] bpf: Refactor btf_check_func_arg_match

[PATCH net-next] net: ocelot: support multiple bridges
 2021-03-18 23:36 UTC 

[PATCH] selftests: net: forwarding: Fix a typo
 2021-03-18 23:29 UTC 

[PATCH net-next v3 0/4] net: ipa: support 32-bit targets
 2021-03-18 23:30 UTC  (7+ messages)
` [PATCH net-next v3 1/4] net: ipa: fix assumptions about DMA address size
` [PATCH net-next v3 2/4] net: ipa: use upper_32_bits()
` [PATCH net-next v3 3/4] net: ipa: fix table alignment requirement
` [PATCH net-next v3 4/4] net: ipa: relax 64-bit build requirement

[PATCH net-next 0/3] s390/qeth: updates 2021-03-18
 2021-03-18 23:30 UTC  (5+ messages)
` [PATCH net-next 1/3] s390/qeth: allocate initial TX Buffer structs with GFP_KERNEL
` [PATCH net-next 2/3] s390/qeth: enable napi_consume_skb() for pending TX buffers
` [PATCH net-next 3/3] s390/qeth: remove RX VLAN filter stubs in L3 driver

[PATCH v4 bpf-next 00/12] BPF static linking
 2021-03-18 23:29 UTC  (14+ messages)
` [PATCH v4 bpf-next 01/12] libbpf: expose btf_type_by_id() internally
` [PATCH v4 bpf-next 02/12] libbpf: generalize BTF and BTF.ext type ID and strings iteration
` [PATCH v4 bpf-next 03/12] libbpf: rename internal memory-management helpers
` [PATCH v4 bpf-next 04/12] libbpf: extract internal set-of-strings datastructure APIs
` [PATCH v4 bpf-next 05/12] libbpf: add generic BTF type shallow copy API
` [PATCH v4 bpf-next 06/12] libbpf: add BPF static linker APIs
` [PATCH v4 bpf-next 07/12] libbpf: add BPF static linker BTF and BTF.ext support
` [PATCH v4 bpf-next 08/12] bpftool: add ability to specify custom skeleton object name
` [PATCH v4 bpf-next 09/12] bpftool: add `gen object` command to perform BPF static linking
` [PATCH v4 bpf-next 10/12] selftests/bpf: re-generate vmlinux.h and BPF skeletons if bpftool changed
` [PATCH v4 bpf-next 11/12] selftests/bpf: pass all BPF .o's through BPF static linker
` [PATCH v4 bpf-next 12/12] selftests/bpf: add multi-file statically linked BPF object file test

[RFC PATCH v2 net-next 00/16] Better support for sandwiched LAGs with bridge and DSA
 2021-03-18 23:18 UTC  (17+ messages)
` [RFC PATCH v2 net-next 01/16] net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a bridge
` [RFC PATCH v2 net-next 02/16] net: dsa: pass extack to dsa_port_{bridge,lag}_join
` [RFC PATCH v2 net-next 03/16] net: dsa: inherit the actual bridge port flags at join time
` [RFC PATCH v2 net-next 04/16] net: dsa: sync up with bridge port's STP state when joining
` [RFC PATCH v2 net-next 05/16] net: dsa: sync up VLAN filtering state when joining the bridge
` [RFC PATCH v2 net-next 06/16] net: dsa: sync multicast router "
` [RFC PATCH v2 net-next 07/16] net: dsa: sync ageing time "
` [RFC PATCH v2 net-next 08/16] net: dsa: replay port and host-joined mdb entries "
` [RFC PATCH v2 net-next 09/16] net: dsa: replay port and local fdb "
` [RFC PATCH v2 net-next 10/16] net: dsa: replay VLANs installed on port "
` [RFC PATCH v2 net-next 11/16] net: ocelot: support multiple bridges
` [RFC PATCH v2 net-next 12/16] net: ocelot: call ocelot_netdevice_bridge_join when joining a bridged LAG
` [RFC PATCH v2 net-next 13/16] net: ocelot: replay switchdev events when joining bridge
` [RFC PATCH v2 net-next 14/16] net: dsa: don't set skb->offload_fwd_mark when not offloading the bridge
` [RFC PATCH v2 net-next 15/16] net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_join
` [RFC PATCH v2 net-next 16/16] net: bridge: switchdev: let drivers inform which bridge ports are offloaded

[PATCH net-next v4 00/13] net: xps: improve the xps maps handling
 2021-03-18 23:10 UTC  (15+ messages)
` [PATCH net-next v4 01/13] net-sysfs: convert xps_cpus_show to bitmap_zalloc
` [PATCH net-next v4 02/13] net-sysfs: store the return of get_netdev_queue_index in an unsigned int
` [PATCH net-next v4 03/13] net-sysfs: make xps_cpus_show and xps_rxqs_show consistent
` [PATCH net-next v4 04/13] net: embed num_tc in the xps maps
` [PATCH net-next v4 05/13] net: embed nr_ids "
` [PATCH net-next v4 06/13] net: remove the xps possible_mask
` [PATCH net-next v4 07/13] net: move the xps maps to an array
` [PATCH net-next v4 08/13] net: add an helper to copy xps maps to the new dev_maps
` [PATCH net-next v4 09/13] net: improve queue removal readability in __netif_set_xps_queue
` [PATCH net-next v4 10/13] net-sysfs: move the rtnl unlock up in the xps show helpers
` [PATCH net-next v4 11/13] net-sysfs: move the xps cpus/rxqs retrieval in a common function
` [PATCH net-next v4 12/13] net: fix use after free in xps
` [PATCH net-next v4 13/13] net: NULL the old xps map entries when freeing them

[RFC PATCH V3 net-next 0/5] ethtool: Extend module EEPROM dump API
 2021-03-18 22:36 UTC  (9+ messages)
` [RFC PATCH V3 net-next 1/5] ethtool: Allow network drivers to dump arbitrary EEPROM data

[PATCH net] ice: fix memory leak of aRFS after resuming from suspend
 2021-03-18 22:20 UTC  (2+ messages)

[PATCH net-next V2 1/2] net: dsa: bcm_sf2: add function finding RGMII register
 2021-03-18 22:00 UTC  (5+ messages)
` [PATCH net-next V2 2/2] net: dsa: bcm_sf2: fix BCM4908 RGMII reg(s)

[PATCH] net: check all name nodes in __dev_alloc_name
 2021-03-18 21:50 UTC  (6+ messages)

[PATCH v3 net-next] net: dsa: b53: mmap: Add device tree support
 2021-03-18 21:40 UTC  (2+ messages)

[PATCH net-next 0/2] net: stmmac: EST interrupts and ethtool
 2021-03-18 21:40 UTC  (2+ messages)

[net PATCH v2 0/8] octeontx2: miscellaneous fixes
 2021-03-18 21:30 UTC  (10+ messages)
` [net PATCH v2 1/8] octeontx2-pf: Do not modify number of rules
` [net PATCH v2 2/8] octeontx2-af: Formatting debugfs entry rsrc_alloc
` [net PATCH v2 3/8] octeontx2-af: Remove TOS field from MKEX TX
` [net PATCH v2 4/8] octeontx2-af: Return correct CGX RX fifo size
` [net PATCH v2 5/8] octeontx2-af: Fix irq free in rvu teardown
` [net PATCH v2 6/8] octeontx2-pf: Clear RSS enable flag on interace down
` [net PATCH v2 7/8] octeontx2-af: fix infinite loop in unmapping NPC counter
` [net PATCH v2 8/8] octeontx2-af: Fix uninitialized variable warning

[PATCH] watchdog: Remove MV64x60 watchdog driver
 2021-03-18 21:30 UTC  (4+ messages)
` [PATCH] net: marvell: Remove reference to CONFIG_MV64X60

[PATCH net-next 0/2] stmmac: add VLAN priority based RX steering
 2021-03-18 21:30 UTC  (4+ messages)
` [PATCH net-next 1/2] net: stmmac: restructure tc implementation for RX VLAN Priority steering
` [PATCH net-next 2/2] net: stmmac: add RX frame steering based on VLAN priority in tc flower

linux-next: manual merge of the net tree with Linus' tree
 2021-03-18 21:29 UTC 

[PATCH net-next 0/5] dpaa2-switch: small cleanup
 2021-03-18 21:19 UTC  (5+ messages)
` [PATCH net-next 3/5] dpaa2-switch: reduce the size of the if_id bitmap to 64 bits
` [PATCH net-next 4/5] dpaa2-switch: fit the function declaration on the same line

[PATCH net-next 0/4] Add tc hardware offloads
 2021-03-18 21:10 UTC  (2+ messages)

[V2 net-next] net: mvpp2: Add reserved port private flag configuration
 2021-03-18 20:53 UTC  (4+ messages)
  ` [EXT] "

[PATCH net-next v1 0/3] Fixes applied to VCS8584 family
 2021-03-18 20:45 UTC  (3+ messages)
` [PATCH net-next v1 2/3] net: phy: mscc: improved serdes calibration applied to VSC8584

[PATCH V3] ethernet: sun: Fix a typo
 2021-03-18 20:34 UTC 

[PATCH V3 1/5] dt-bindings: net: renesas,etheravb: Add additional clocks
 2021-03-18 20:18 UTC  (2+ messages)

[PATCH v2 net-next] net: phy: at803x: remove at803x_aneg_done()
 2021-03-18 20:10 UTC  (3+ messages)

[PATCH V2] Fix a typo
 2021-03-18 20:03 UTC 

[PATCH v2] virt_wifi: Return micros for BSS TSF values
 2021-03-18 20:04 UTC 

[PATCH net-next] net: ocelot: Fix deletetion of MRP entries from MAC table
 2021-03-18 19:29 UTC 

[PATCH v3 net-next 0/8] net: dsa: mv88e6xxx: Offload bridge port flags
 2021-03-18 19:25 UTC  (9+ messages)
` [PATCH v3 net-next 1/8] net: dsa: Add helper to resolve bridge port from DSA port
` [PATCH v3 net-next 2/8] net: dsa: mv88e6xxx: Avoid useless attempts to fast-age LAGs
` [PATCH v3 net-next 3/8] net: dsa: mv88e6xxx: Provide generic VTU iterator
` [PATCH v3 net-next 4/8] net: dsa: mv88e6xxx: Remove some bureaucracy around querying the VTU
` [PATCH v3 net-next 5/8] net: dsa: mv88e6xxx: Use standard helper for broadcast address
` [PATCH v3 net-next 6/8] net: dsa: mv88e6xxx: Flood all traffic classes on standalone ports
` [PATCH v3 net-next 7/8] net: dsa: mv88e6xxx: Offload bridge learning flag
` [PATCH v3 net-next 8/8] net: dsa: mv88e6xxx: Offload bridge broadcast flooding flag

[PATCH net-next] net: lapbether: Close the LAPB device before its underlying Ethernet device closes
 2021-03-18 19:07 UTC 

[PATCH net V2 1/1] net: phy: fix invalid phy id when probe using C22
 2021-03-18 18:58 UTC  (7+ messages)

[PATCH net-next 0/4] net: avoid retpoline overhead on VLAN and TEB GRO
 2021-03-18 18:42 UTC  (5+ messages)
` [PATCH net-next 1/4] gro: make net/gro.h self-contained
` [PATCH net-next 2/4] gro: add combined call_gro_receive() + INDIRECT_CALL_INET() helper
` [PATCH net-next 3/4] vlan/8021q: avoid retpoline overhead on GRO
` [PATCH net-next 4/4] ethernet: avoid retpoline overhead on TEB (GENEVE, NvGRE, VxLAN) GRO

[PATCH net] netsec: restore phy power state after controller reset
 2021-03-18 18:40 UTC  (2+ messages)

[PATCH net] ipv6: weaken the v4mapped source check
 2021-03-18 18:30 UTC  (2+ messages)

[PATCH] ethernet: sun: Fix a typo
 2021-03-18 18:24 UTC  (2+ messages)

[PATCH net] net: core: avoid napi_disable to cause deadlock
 2021-03-18 18:23 UTC  (3+ messages)

[GIT PULL] vhost: cleanups and fixes
 2021-03-18 18:24 UTC  (2+ messages)

[PATCH 0/5] qcom: wcnss: Allow overriding firmware form DT
 2021-03-18 18:12 UTC  (8+ messages)
` [PATCH 5/5] arm64: dts: qcom: msm8916: Enable modem and WiFi

[PATCH iproute2] iplink: remove support for non-netlink configuration
 2021-03-18 17:42 UTC 

[PATCH net-next] net: phy: at803x: remove at803x_aneg_done()
 2021-03-18 17:09 UTC  (7+ messages)

[PATCH] brcmsmac: fix shift on 4 bit masked value
 2021-03-18 16:45 UTC 

[Patch bpf-next v5 00/11] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-18 16:40 UTC  (4+ messages)
` [Patch bpf-next v5 06/11] sock: introduce sk->sk_prot->psock_update_sk_prot()

[PATCH net-next v2 0/4] net: ipa: support 32-bit targets
 2021-03-18 16:24 UTC  (7+ messages)
` [PATCH net-next v2 1/4] net: ipa: fix assumptions about DMA address size
` [PATCH net-next v2 2/4] net: ipa: use upper_32_bits()
` [PATCH net-next v2 3/4] net: ipa: fix table alignment requirement
` [PATCH net-next v2 4/4] net: ipa: relax 64-bit build requirement

[PATCH] selftests/bpf: fix warning comparing pointer to 0
 2021-03-18 16:23 UTC  (2+ messages)

[PATCH 0/2] net: dsa: bcm_sf2: refactor & update RGMII regs
 2021-03-18 16:16 UTC  (5+ messages)
` [PATCH 1/2] net: dsa: bcm_sf2: add function finding RGMII register

[PATCH][next] octeontx2-af: Remove redundant initialization of pointer pfvf
 2021-03-18 16:14 UTC 

[PATCH v2 net-next 0/8] net: dsa: mv88e6xxx: Offload bridge port flags
 2021-03-18 16:14 UTC  (23+ messages)
` [PATCH v2 net-next 1/8] net: dsa: Add helper to resolve bridge port from DSA port
` [PATCH v2 net-next 2/8] net: dsa: mv88e6xxx: Avoid useless attempts to fast-age LAGs
` [PATCH v2 net-next 3/8] net: dsa: mv88e6xxx: Provide generic VTU iterator
` [PATCH v2 net-next 4/8] net: dsa: mv88e6xxx: Remove some bureaucracy around querying the VTU
` [PATCH v2 net-next 5/8] net: dsa: mv88e6xxx: Use standard helper for broadcast address
` [PATCH v2 net-next 6/8] net: dsa: mv88e6xxx: Flood all traffic classes on standalone ports
` [PATCH v2 net-next 7/8] net: dsa: mv88e6xxx: Offload bridge learning flag
` [PATCH v2 net-next 8/8] net: dsa: mv88e6xxx: Offload bridge broadcast flooding flag

[PATCH net-next] net: cdc_ncm: drop redundant driver-data assignment
 2021-03-18 16:01 UTC 

[PATCH net] net: cdc-phonet: fix data-interface release on probe failure
 2021-03-18 15:57 UTC 

[PATCH bpf-next v2] bpf: Simplify expression for identify bpf mem type
 2021-03-18 15:58 UTC  (2+ messages)

[syzbot] BUG: unable to handle kernel access to user memory in sock_ioctl
 2021-03-18 15:54 UTC  (10+ messages)

[PATCH v3 bpf-next] bpf: devmap: move drop error path to devmap for XDP_REDIRECT
 2021-03-18 15:50 UTC  (3+ messages)

[PATCH 00/18] thunderbolt: Align with USB4 inter-domain and DROM specs
 2021-03-18 15:30 UTC  (2+ messages)

[PATCHv2 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-03-18 14:19 UTC  (5+ messages)
` [PATCHv2 bpf-next 2/4] "

Patch version tags
 2021-03-18 13:48 UTC 

[PATCH] nfc/fdp: Simplify the return expression of fdp_nci_open()
 2021-03-18 13:36 UTC 

[PATCH net-next 0/4] net: ipa: support 32-bit targets
 2021-03-18 13:33 UTC  (6+ messages)
` [PATCH net-next 2/4] net: ipa: introduce dma_addr_high32()

[PATCH] net: wireless: search and hold bss in cfg80211_connect_done
 2021-03-18 13:31 UTC  (2+ messages)
` [net] 01df751159: WARNING:at_net/wireless/sme.c:#__cfg80211_connect_result[cfg80211]

[PATCH] virt_wifi: Return micros for BSS TSF values
 2021-03-18 13:19 UTC  (2+ messages)

[PATCH 0/2] send[msg]()/recv[msg]() fixes/improvements
 2021-03-18 13:08 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).