Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2021-08-26 00:50:09 to 2021-08-26 19:40:20 UTC [more...]
[PATCH bpf-next v4 00/27] x86/ftrace/bpf: Add batch support for direct/tracing attach
2021-08-26 19:39 UTC (9+ messages)
` [PATCH bpf-next v4 01/27] x86/ftrace: Remove extra orig rax move
` [PATCH bpf-next v4 02/27] x86/ftrace: Remove fault protection code in prepare_ftrace_return
` [PATCH bpf-next v4 03/27] x86/ftrace: Make function graph use ftrace directly
` [PATCH bpf-next v4 04/27] tracing: Add trampoline/graph selftest
` [PATCH bpf-next v4 05/27] ftrace: Add ftrace_add_rec_direct function
` [PATCH bpf-next v4 06/27] ftrace: Add multi direct register/unregister interface
` [PATCH bpf-next v4 07/27] ftrace: Add multi direct modify interface
` [PATCH bpf-next v4 08/27] ftrace/samples: Add multi direct interface test module
[PATCH net-next 00/13] Add Factorisation code to support Gigabit Ethernet driver
2021-08-26 19:37 UTC (16+ messages)
` [PATCH net-next 04/13] ravb: Add ptp_cfg_active to struct ravb_hw_info
` [PATCH net-next 06/13] ravb: Factorise ravb_ring_format function
[PATCH net-next v3] tcp: enable mid stream window clamp
2021-08-26 19:32 UTC (3+ messages)
[PATCH net-next v3 0/3] bnxt: add rx discards stats for oom and netpool
2021-08-26 19:18 UTC (6+ messages)
` [PATCH net-next v3 1/3] bnxt: reorder logic in bnxt_get_stats64()
` [PATCH net-next v3 2/3] bnxt: count packets discarded because of netpoll
` [PATCH net-next v3 3/3] bnxt: count discards due to memory allocation errors
[GIT PULL] Networking for 5.14-rc8
2021-08-26 19:10 UTC
[PATCH 0/7] PCI/VPD: Final extensions and cleanups
2021-08-26 18:56 UTC (2+ messages)
` [PATCH 5/7] cxgb4: Use pci_vpd_find_id_string() to find VPD id string
[PATCH] Revert "net: really fix the build..."
2021-08-26 18:20 UTC (2+ messages)
[PATCH v4] ixgbe: let the xdpdrv work with more than 64 cpus
2021-08-26 18:19 UTC (8+ messages)
` [Intel-wired-lan] "
[PATCH v1 0/2] Fix rtl8366rb issues with fw_devlink=on
2021-08-26 18:04 UTC (10+ messages)
` [PATCH v1 1/2] driver core: fw_devlink: Add support for FWNODE_FLAG_BROKEN_PARENT
` [PATCH v1 2/2] net: dsa: rtl8366rb: Quick fix to work with fw_devlink=on
[PATCH net] sch_htb: Fix inconsistency when leaf qdisc creation fails
2021-08-26 17:42 UTC (3+ messages)
[PATCH net] net/mlx5: Remove all auxiliary devices at the unregister event
2021-08-26 17:14 UTC (4+ messages)
[PATCH] qrtr: mhi: Fix duplicate channel start
2021-08-26 16:34 UTC (2+ messages)
[syzbot] BUG: please report to dccp@vger.kernel.org => prev = NUM, last = NUM at net/dccp/ccids/lib/packet_history.c:LINE/tfrc_rx
2021-08-26 16:29 UTC
[syzbot] KASAN: use-after-free Write in sco_sock_timeout
2021-08-26 16:29 UTC
[RFC net-next] ipv6: Support for anonymous tunnel decapsulation
2021-08-26 16:23 UTC (3+ messages)
[PATCH net] rtnetlink: Return correct error on changing device netns
2021-08-26 16:15 UTC (3+ messages)
[PATCH net 0/7] net: hns3: add some fixes for -net
2021-08-26 15:50 UTC (9+ messages)
` [PATCH net 1/7] net: hns3: clear hardware resource when loading driver
` [PATCH net 2/7] net: hns3: add waiting time before cmdq memory is released
` [PATCH net 3/7] net: hns3: fix speed unknown issue in bond 4
` [PATCH net 4/7] net: hns3: fix duplicate node in VLAN list
` [PATCH net 5/7] net: hns3: change the method of getting cmd index in debugfs
` [PATCH net 6/7] net: hns3: fix GRO configuration error after reset
` [PATCH net 7/7] net: hns3: fix get wrong pfc_en when query PFC configuration
[PATCH v2 2/5] treewide: Replace open-coded flex arrays in unions
2021-08-26 15:39 UTC (7+ messages)
` [PATCH v2 3/5] treewide: Replace 0-element memcpy() destinations with flexible arrays
pull-request: bpf 2021-08-26
2021-08-26 15:37 UTC
[PATCH] wcn36xx: Fix missing frame timestamp for beacon/probe-resp
2021-08-26 15:46 UTC
[RFC net-next 0/2] DSA slave with customise netdev features
2021-08-26 15:27 UTC (9+ messages)
` [RFC net-next 1/2] net: dsa: allow taggers to "
` [RFC net-next 2/2] net: dsa: tag_mtk: handle VLAN tag insertion on TX
[PATCH] cxgb4: clip_tbl: Fix spelling mistake "wont" -> "won't"
2021-08-26 15:19 UTC (3+ messages)
[PATCH iproute2-next 00/17] bridge: vlan: add global multicast options
2021-08-26 15:11 UTC (20+ messages)
` [PATCH iproute2-next 01/17] ip: bridge: add support for mcast_vlan_snooping
` [PATCH iproute2-next 02/17] bridge: vlan: add support to show global vlan options
` [PATCH iproute2-next 03/17] bridge: vlan: add support for vlan filtering when dumping options
` [PATCH iproute2-next 04/17] bridge: vlan: add support to set global vlan options
` [PATCH iproute2-next 05/17] bridge: vlan: add global mcast_snooping option
` [PATCH iproute2-next 06/17] bridge: vlan: add global mcast_igmp_version option
` [PATCH iproute2-next 07/17] bridge: vlan: add global mcast_mld_version option
` [PATCH iproute2-next 08/17] bridge: vlan: add global mcast_last_member_count option
` [PATCH iproute2-next 09/17] bridge: vlan: add global mcast_startup_query_count option
` [PATCH iproute2-next 10/17] bridge: vlan: add global mcast_last_member_interval option
` [PATCH iproute2-next 11/17] bridge: vlan: add global mcast_membership_interval option
` [PATCH iproute2-next 12/17] bridge: vlan: add global mcast_querier_interval option
` [PATCH iproute2-next 13/17] bridge: vlan: add global mcast_query_interval option
` [PATCH iproute2-next 14/17] bridge: vlan: add global mcast_query_response_interval option
` [PATCH iproute2-next 15/17] bridge: vlan: add global mcast_startup_query_interval option
` [PATCH iproute2-next 16/17] bridge: vlan: add global mcast_querier option
` [PATCH iproute2-next 17/17] bridge: vlan: add support for dumping router ports
[PATCH v3 net-next 0/7] Make SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICE blocking
2021-08-26 14:41 UTC (3+ messages)
[PATCH 1/1] i40e: Avoid double IRQ free on error path in probe()
2021-08-26 14:26 UTC (3+ messages)
[PATCH] ixgbe: let the xdpdrv work with more than 64 cpus
2021-08-26 14:04 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] qed: Enable RDMA relaxed ordering
2021-08-26 13:40 UTC
[PATCH] qed: Enable RDMA relaxed ordering
2021-08-26 13:06 UTC (2+ messages)
[PATCH net-next 0/3] bnxt: add rx discards stats for oom and netpool
2021-08-26 12:46 UTC (7+ messages)
` [PATCH net-next 3/3] bnxt: count discards due to memory allocation errors
[PATCH net-next 5/5] igc: Export LEDs
2021-08-26 12:45 UTC (11+ messages)
[net-next PATCH] octeontx2-af: cn10K: support for sched lmtst and other features
2021-08-26 12:33 UTC
[PATCH] kconfig: forbid symbols that end with '_MODULE'
2021-08-26 12:16 UTC (6+ messages)
[PATCH] dt-bindings: Use 'enum' instead of 'oneOf' plus 'const' entries
2021-08-26 11:57 UTC (2+ messages)
[PATCH net-next 0/2] Intel AlderLake-S 2.5Gbps link speed support
2021-08-26 11:50 UTC (7+ messages)
` [PATCH net-next 1/2] net: pcs: xpcs: enable skip xPCS soft reset
[PATCH v4 0/2] net: Add LiteETH network driver
2021-08-26 11:30 UTC (2+ messages)
[PATCH V2 ethtool-next 0/2] ethtool: add two link extended substates of bad signal
2021-08-26 11:22 UTC (6+ messages)
` [PATCH V2 ethtool-next 1/2] update UAPI header copies
` [PATCH V2 ethtool-next 2/2] netlink: settings: add two link extended substates of bad signal integrity
[PATCH v2 net-next] selftests/net: allow GRO coalesce test on veth
2021-08-26 11:10 UTC (2+ messages)
[PATCH net-next] r8169: add rtl_enable_exit_l1
2021-08-26 11:10 UTC (2+ messages)
[PATCH net-next] ptp: ocp: Simplify Kconfig
2021-08-26 11:10 UTC (2+ messages)
[PATCH net] net: dsa: sja1105: fix use-after-free after calling of_find_compatible_node, or worse
2021-08-26 11:09 UTC (15+ messages)
[PATCH] net/mlx5e: Add extack msgs related to TC for better debug
2021-08-26 11:02 UTC
[PATCH net-next] sock: remove one redundant SKB_FRAG_PAGE_ORDER macro
2021-08-26 10:10 UTC (3+ messages)
[PATCH -next] octeontx2-pf: cn10k: Fix error return code in otx2_set_flowkey_cfg()
2021-08-26 9:50 UTC (2+ messages)
[PATCH net] cxgb4: dont touch blocked freelist bitmap after free
2021-08-26 9:30 UTC (2+ messages)
[PATCH net 0/2] inet: use siphash in exception handling
2021-08-26 9:30 UTC (2+ messages)
[PATCH net 0/2] net: dsa: hellcreek: 802.1Qbv Fixes
2021-08-26 9:30 UTC (2+ messages)
pull-request: mac80211-next 2021-08-26
2021-08-26 9:28 UTC
[PATCH] net: phylink: Update SFP selected interface on advertising changes
2021-08-26 9:25 UTC (2+ messages)
[PATCH] net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
2021-08-26 8:58 UTC (4+ messages)
pull-request: can 2021-08-26
2021-08-26 8:50 UTC (4+ messages)
` [PATCH net] can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX and TX error counters
[PATCH 1/6] nfc: microread: remove unused header includes
2021-08-26 8:40 UTC (2+ messages)
[PATCH] virtio_net: reduce raw_smp_processor_id() calling in virtnet_xdp_get_sq
2021-08-26 8:21 UTC
[PATCH net-next 0/5] ethtool: add support to set/get tx spare buf size and rx buf len
2021-08-26 7:26 UTC (8+ messages)
` [PATCH net-next 1/5] ethtool: add support to set/get tx spare buf size
` [PATCH net-next 3/5] ethtool: add support to set/get rx buf len
[PATCH net-next v2 0/3] bnxt: add rx discards stats for oom and netpool
2021-08-26 6:58 UTC (5+ messages)
` [PATCH net-next v2 1/3] bnxt: reorder logic in bnxt_get_stats64()
` [PATCH net-next v2 2/3] bnxt: count packets discarded because of netpoll
` [PATCH net-next v2 3/3] bnxt: count discards due to memory allocation errors
[PATCH net-next v5] ipv6: add IFLA_INET6_RA_MTU to expose mtu value
2021-08-26 6:46 UTC
[PATCH 0/1] can: usb: esd_usb2: Fix the interchange of CAN TX and RX error counters
2021-08-26 6:43 UTC (2+ messages)
[PATCH] net: tcp_drop adds `reason` parameter for tracing v2
2021-08-26 5:13 UTC (4+ messages)
[PATCH RFC 0/7] add socket to netdev page frag recycling support
2021-08-26 4:05 UTC (10+ messages)
` [Linuxarm] "
[PATCH] rtlwifi: rtl8192de: Restore channel index initialization
2021-08-26 3:48 UTC (4+ messages)
[PATCH] net: fix NULL pointer reference in cipso_v4_doi_free
2021-08-26 3:42 UTC
[PATCH] ipv4/mptcp: fix divide error
2021-08-26 3:22 UTC (5+ messages)
[PATCH v2] rtlwifi: rtl8192de: Style clean-ups
2021-08-26 3:07 UTC (2+ messages)
[PATCH] rtlwifi: rtl8192de: Fix initialization of place in _rtl92c_phy_get_rightchnlplace()
2021-08-26 2:36 UTC (2+ messages)
[PATCH] rtlwifi: rtl8192de: Style clean-ups
2021-08-26 2:32 UTC (3+ messages)
linux-next: build failure after merge of the bpf-next tree
2021-08-26 2:01 UTC (2+ messages)
[PATCH v2 0/3] kselftests: clean configs
2021-08-26 1:58 UTC (2+ messages)
` [PATCH v2 3/3] selftests/wireguard: Rename DEBUG_PI_LIST to DEBUG_PLIST
[PATCH net-next 0/5] ionic: queue and filter mgmt updates
2021-08-26 1:26 UTC (8+ messages)
` [PATCH net-next 1/5] ionic: remove old work task types
` [PATCH net-next 2/5] ionic: flatten calls to set-rx-mode
` [PATCH net-next 3/5] ionic: sync the filters in the work task
` [PATCH net-next 4/5] ionic: refactor ionic_lif_addr to remove a layer
` [PATCH net-next 5/5] ionic: handle mac filter overflow
` [PATCH 6/6] filter-debug
[PATCH v2 bpf-next 0/6] bpf: implement variadic printk helper
2021-08-26 1:01 UTC (5+ messages)
` [PATCH v2 bpf-next 2/6] bpf: add bpf_trace_vprintk helper
` [PATCH v2 bpf-next 3/6] libbpf: Modify bpf_printk to choose helper based on arg count
[PATCH net v1 1/1] net: usb: asix: ax88772: fix boolconv.cocci warnings
2021-08-26 0:50 UTC (2+ messages)
page: next (older) | prev (newer) | latest
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 NNTP newsgroup(s).