Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2021-08-25 10:27:49 to 2021-08-26 05:05:13 UTC [more...]
[PATCH v2 3/5] treewide: Replace 0-element memcpy() destinations with flexible arrays
2021-08-26 5:04 UTC
[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 net-next] sock: remove one redundant SKB_FRAG_PAGE_ORDER macro
2021-08-26 3:30 UTC (2+ messages)
[PATCH] ipv4/mptcp: fix divide error
2021-08-26 3:22 UTC (5+ messages)
[PATCH] net: tcp_drop adds `reason` parameter for tracing v2
2021-08-26 3:19 UTC (6+ 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)
[PATCH] kconfig: forbid symbols that end with '_MODULE'
2021-08-26 2:28 UTC (5+ 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 v2 0/3] bnxt: add rx discards stats for oom and netpool
2021-08-26 1:47 UTC (4+ 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 0/3] bnxt: add rx discards stats for oom and netpool
2021-08-26 1:44 UTC (8+ messages)
` [PATCH net-next 1/3] bnxt: reorder logic in bnxt_get_stats64()
` [PATCH net-next 2/3] bnxt: count packets discarded because of netpoll
` [PATCH net-next 3/3] bnxt: count discards due to memory allocation errors
[PATCH] net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
2021-08-26 1:27 UTC
[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 (9+ messages)
` [PATCH v2 bpf-next 1/6] bpf: merge printk and seq_printf VARARG max macros
` [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 v2 bpf-next 4/6] bpftool: only probe trace_vprintk feature in 'full' mode
` [PATCH v2 bpf-next 5/6] selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTs
` [PATCH v2 bpf-next 6/6] selftests/bpf: add trace_vprintk test prog
[PATCH net v1 1/1] net: usb: asix: ax88772: fix boolconv.cocci warnings
2021-08-26 0:50 UTC (2+ messages)
[PATCH net] rtnetlink: Return correct error on changing device netns
2021-08-26 0:25 UTC
[PATCH net 0/2] inet: use siphash in exception handling
2021-08-26 0:11 UTC (4+ messages)
` [PATCH net 1/2] ipv6: use siphash in rt6_exception_hash()
` [PATCH net 2/2] ipv4: use siphash instead of Jenkins in fnhe_hashfun()
[RFC net-next 0/2] DSA slave with customise netdev features
2021-08-26 0:03 UTC (6+ 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 v3 0/1] mlx5_vdpa bug fix for feature negotiation
2021-08-26 0:00 UTC (3+ messages)
` [PATCH v3 1/1] vdpa/mlx5: fix feature negotiation across device reset
[PATCH net-next] ptp: ocp: Simplify Kconfig
2021-08-25 23:22 UTC (3+ messages)
[PATCH] ptp: ocp: don't allow on S390
2021-08-25 23:22 UTC (12+ messages)
[PATCH v4 0/2] net: Add LiteETH network driver
2021-08-25 22:21 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: net: Add bindings for LiteETH
` [PATCH v4 2/2] net: Add driver for LiteX's LiteETH network interface
[PATCH v3 0/2] net: Add LiteETH network driver
2021-08-25 22:04 UTC (5+ messages)
` [PATCH v3 1/2] dt-bindings: net: Add bindings for LiteETH
` [PATCH v3 2/2] net: Add driver for LiteX's LiteETH network interface
[PATCH 0/1] can: usb: esd_usb2: Fix the interchange of CAN TX and RX error counters
2021-08-25 21:52 UTC (2+ messages)
` [PATCH 1/1] can: usb: esd_usb2: Fix the interchange of the CAN RX and TX "
[PATCH] net: tcp_drop adds `reason` parameter for tracing
2021-08-25 21:47 UTC (4+ messages)
[syzbot] INFO: task hung in __xfs_buf_submit (2)
2021-08-25 21:45 UTC (2+ messages)
[PATCH net] cxgb4: dont touch blocked freelist bitmap after free
2021-08-25 21:29 UTC
[PATCH net-next v3] tcp: enable mid stream window clamp
2021-08-25 21:01 UTC
[PATCH] dt-bindings: Use 'enum' instead of 'oneOf' plus 'const' entries
2021-08-25 20:55 UTC (4+ messages)
[PATCH net-next 00/13] Add Factorisation code to support Gigabit Ethernet driver
2021-08-25 20:53 UTC (16+ messages)
` [PATCH net-next 01/13] ravb: Remove the macros NUM_TX_DESC_GEN[23]
` [PATCH net-next 02/13] ravb: Add multi_irq to struct ravb_hw_info
` [PATCH net-next 03/13] ravb: Add no_ptp_cfg_active "
` [PATCH net-next 04/13] ravb: Add ptp_cfg_active "
` [PATCH net-next 05/13] ravb: Factorise ravb_ring_free function
[PATCH net-next v2] tcp: enable mid stream window clamp
2021-08-25 20:49 UTC (5+ messages)
Crash on unplug smsc95xx on 5.14.0-rc6
2021-08-25 20:42 UTC
[PATCH bpf-next v3 00/16] selftests: xsk: various simplifications
2021-08-25 19:32 UTC (5+ messages)
` [PATCH bpf-next v3 10/16] selftests: xsk: validate tx stats on tx thread
[PATCH] selftests: cleanup config
2021-08-25 19:31 UTC (2+ messages)
[PATCH 1/1] i40e: Avoid double IRQ free on error path in probe()
2021-08-25 19:23 UTC
[RFCv3 00/15] tcp: Initial support for RFC5925 auth option
2021-08-25 18:56 UTC (16+ messages)
` [RFCv3 05/15] tcp: authopt: Add crypto initialization
` [RFCv3 07/15] tcp: authopt: Hook into tcp core
` [RFCv3 09/15] selftests: tcp_authopt: Test key address binding
[syzbot] KASAN: slab-out-of-bounds Read in sk_psock_get
2021-08-25 18:42 UTC
[syzbot] KASAN: use-after-free Read in netlbl_catmap_walk
2021-08-25 18:41 UTC (3+ messages)
[PATCH] net: usb: asix: ax88772: fix boolconv.cocci warnings
2021-08-25 18:36 UTC (4+ messages)
[PATCH] iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha
2021-08-25 18:07 UTC (6+ messages)
[PATCH NET v4 3/7] ipv6: use skb_expand_head in ip6_xmit
2021-08-25 17:49 UTC (9+ messages)
` [PATCH NET-NEXT] ipv6: skb_expand_head() adjust skb->truesize incorrectly
[PATCH v3] net-next: When a bond have a massive amount of VLANs with IPv6 addresses, performance of changing link state, attaching a VRF, changing an IPv6 address, etc. go down dramtically
2021-08-25 17:42 UTC (2+ messages)
[PATCH net-next] selftests/net: allow GRO coalesce test on veth
2021-08-25 17:40 UTC (3+ messages)
[PATCH 2/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support
2021-08-25 17:05 UTC (4+ messages)
` [PATCH net-next 0/3] "
` [PATCH net-next 2/3] net: netfilter: "
[PATCH net 0/2] net: dsa: hellcreek: 802.1Qbv Fixes
2021-08-25 16:34 UTC (5+ messages)
` [PATCH net 1/2] net: dsa: hellcreek: Fix incorrect setting of GCL
` [PATCH net 2/2] net: dsa: hellcreek: Adjust schedule look ahead window
[PATCH net-next] r8169: add rtl_enable_exit_l1
2021-08-25 16:29 UTC
[PATCH V2] ath10k: don't fail if IRAM write fails
2021-08-25 16:15 UTC (2+ messages)
[net-next PATCH 0/9] Octeontx2: Traffic shaping and SDP link config support
2021-08-25 15:54 UTC (11+ messages)
` [net-next PATCH 1/9] octeontx2-af: enable tx shaping feature for 96xx C0
` [net-next PATCH 2/9] octeontx2-af: Allow to configure flow tag LSB byte as RSS adder
` [net-next PATCH 3/9] octeontx2-pf: cleanup transmit link deriving logic
` [net-next PATCH 4/9] octeontx2-af: nix and lbk in loop mode in 98xx
` [net-next PATCH 5/9] octeontx2-af: Add SDP interface support
` [net-next PATCH 6/9] octeontx2-af: Add free rsrc count mbox msg
` [net-next PATCH 7/9] octeontx2-af: Add PTP device id for CN10K and 95O silcons
` [net-next PATCH 8/9] octeontx2-af: Remove channel verification while installing MCAM rules
` [net-next PATCH 9/9] octeontx2-af: Add mbox to retrieve bandwidth profile free count
[PATCH net-next 5/5] igc: Export LEDs
2021-08-25 15:26 UTC (12+ messages)
[PATCH net-next 0/5] ethtool: add support to set/get tx spare buf size and rx buf len
2021-08-25 15:09 UTC (5+ 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 v4 0/4] open/accept directly into io_uring fixed file table
2021-08-25 15:00 UTC (7+ messages)
` [PATCH v4 1/4] net: add accept helper not installing fd
` [PATCH v4 2/4] io_uring: openat directly into fixed fd table
` [PATCH v4 3/4] io_uring: hand code io_accept() fd installing
` [PATCH v4 4/4] io_uring: accept directly into fixed file table
[RFC PATCH net-next v3 0/6] ethtool: Add ability to control transceiver modules' power mode
2021-08-25 14:26 UTC (5+ messages)
` [RFC PATCH net-next v3 1/6] "
[PATCH 1/6] nfc: microread: remove unused header includes
2021-08-25 14:24 UTC (6+ messages)
` [PATCH 2/6] nfc: mrvl: "
` [PATCH 3/6] nfc: pn544: "
` [PATCH 4/6] nfc: st-nci: "
` [PATCH 5/6] nfc: st21nfca: "
` [PATCH 6/6] nfc: st95hf: "
[PATCH net] net/mlx5: Remove all auxiliary devices at the unregister event
2021-08-25 14:18 UTC (3+ messages)
[PATCH net] net: dsa: sja1105: fix use-after-free after calling of_find_compatible_node, or worse
2021-08-25 13:40 UTC (12+ messages)
[PATCH v11 00/12] Introduce VDUSE - vDPA Device in Userspace
2021-08-25 12:17 UTC (6+ messages)
` [PATCH v11 01/12] iova: Export alloc_iova_fast() and free_iova_fast()
[PATCH] ixgbe: let the xdpdrv work with more than 64 cpus
2021-08-25 12:02 UTC (6+ messages)
` [PATCH v2] "
[PATCH v2 2/2] net: Add driver for LiteX's LiteEth network interface
2021-08-25 12:00 UTC (4+ messages)
[PATCH] octeontx2-af: Wait for TX link idle for credits change
2021-08-25 11:10 UTC (2+ messages)
[PATCH] net: ethernet: actions: Add helper dependency on COMPILE_TEST
2021-08-25 11:10 UTC (2+ messages)
[net-next PATCH] octeontx2-af: cn10k: Set cache lines for NPA batch alloc
2021-08-25 11:10 UTC (2+ messages)
[PATCH] octeontx2-af: Change the order of queue work and interrupt disable
2021-08-25 11:10 UTC (2+ messages)
[PATCH] netfilter: x_tables: handle xt_register_template() returning an error value
2021-08-25 11:07 UTC (2+ messages)
[PATCH net-next 0/3] samples: pktgen: enhance the ability to print the execution results of samples
2021-08-25 10:57 UTC (4+ messages)
` [PATCH net-next 1/3] samples: pktgen: fix to print when terminated normally
` [PATCH net-next 2/3] samples: pktgen: add trap SIGINT for printing execution result
` [PATCH net-next 3/3] pktgen: document the latest pktgen usage options
[PATCH v2] can: mscan: mpc5xxx_can: Remove useless BUG_ON()
2021-08-25 10:30 UTC (2+ messages)
pull-request: can-next 2021-08-25
2021-08-25 10:30 UTC (2+ messages)
[PATCH] mctp: Remove the repeated declaration
2021-08-25 10:30 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).