netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-15 17:02:10 to 2022-05-16 16:18:16 UTC [more...]

[PATCH 00/30] The panic notifiers refactor
 2022-05-16 16:18 UTC  (36+ messages)
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering
` [PATCH 18/30] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 20/30] panic: Add the panic informational "
` [PATCH 21/30] panic: Introduce the panic pre-reboot "
` [PATCH 22/30] panic: Introduce the panic post-reboot "
` [PATCH 23/30] printk: kmsg_dump: Introduce helper to inform number of dumpers
` [PATCH 24/30] panic: Refactor the panic path
` [PATCH 25/30] panic, printk: Add console flush parameter and convert panic_print to a notifier

[PATCH v2 net-next 00/15] introduce mt7986 ethernet support
 2022-05-16 16:06 UTC  (16+ messages)
` [PATCH v2 net-next 01/15] arm64: dts: mediatek: mt7986: introduce ethernet nodes
` [PATCH v2 net-next 02/15] dt-bindings: net: mediatek,net: add mt7986-eth binding
` [PATCH v2 net-next 03/15] net: ethernet: mtk_eth_soc: move tx dma desc configuration in mtk_tx_set_dma_desc
` [PATCH v2 net-next 04/15] net: ethernet: mtk_eth_soc: add txd_size to mtk_soc_data
` [PATCH v2 net-next 05/15] net: ethernet: mtk_eth_soc: rely on txd_size in mtk_tx_alloc/mtk_tx_clean
` [PATCH v2 net-next 06/15] net: ethernet: mtk_eth_soc: rely on txd_size in mtk_desc_to_tx_buf
` [PATCH v2 net-next 07/15] net: ethernet: mtk_eth_soc: rely on txd_size in txd_to_idx
` [PATCH v2 net-next 08/15] net: ethernet: mtk_eth_soc: add rxd_size to mtk_soc_data
` [PATCH v2 net-next 09/15] net: ethernet: mtk_eth_soc: rely on txd_size field in mtk_poll_tx/mtk_poll_rx
` [PATCH v2 net-next 10/15] net: ethernet: mtk_eth_soc: rely on rxd_size field in mtk_rx_alloc/mtk_rx_clean
` [PATCH v2 net-next 11/15] net: ethernet: mtk_eth_soc: introduce device register map
` [PATCH v2 net-next 12/15] net: ethernet: mtk_eth_soc: introduce MTK_NETSYS_V2 support
` [PATCH v2 net-next 13/15] net: ethernet: mtk_eth_soc: convert ring dma pointer to void
` [PATCH v2 net-next 14/15] net: ethernet: mtk_eth_soc: convert scratch_ring "
` [PATCH v2 net-next 15/15] net: ethernet: mtk_eth_soc: introduce support for mt7986 chipset

[RFC] can: ctucanfd: RX timestamping implementation
 2022-05-16 16:02 UTC  (3+ messages)
` [RFC PATCH 2/3] dt-bindings: can: ctucanfd: add properties for HW timestamping

[PATCH iproute2] iplink: remove GSO_MAX_SIZE definition
 2022-05-16 15:34 UTC 

[PATCH net-next 0/9] net: tcp: add skb drop reasons to tcp state change
 2022-05-16 15:30 UTC  (15+ messages)
` [PATCH net-next 1/9] net: skb: introduce __DEFINE_SKB_DROP_REASON() to simply the code
` [PATCH net-next 2/9] net: skb: introduce __skb_queue_purge_reason()
` [PATCH net-next 3/9] net: sock: introduce sk_stream_kill_queues_reason()
` [PATCH net-next 4/9] net: inet: add skb drop reason to inet_csk_destroy_sock()
` [PATCH net-next 5/9] net: tcp: make tcp_rcv_synsent_state_process() return drop reasons
` [PATCH net-next 6/9] net: tcp: make tcp_rcv_state_process() return drop reason
` [PATCH net-next 7/9] net: tcp: add skb drop reasons to tcp connect requesting
` [PATCH net-next 8/9] net: tcp: add skb drop reasons to tcp tw code path
` [PATCH net-next 9/9] net: tcp: add skb drop reasons to route_req()

[PATCH v5 00/15] Network support for Landlock
 2022-05-16 15:20 UTC  (16+ messages)
` [PATCH v5 01/15] landlock: access mask renaming
` [PATCH v5 02/15] landlock: landlock_find/insert_rule refactoring
` [PATCH v5 03/15] landlock: merge and inherit function refactoring
` [PATCH v5 04/15] landlock: helper functions refactoring
` [PATCH v5 05/15] landlock: landlock_add_rule syscall refactoring
` [PATCH v5 06/15] landlock: user space API network support
` [PATCH v5 07/15] landlock: add support network rules
` [PATCH v5 08/15] landlock: TCP network hooks implementation
` [PATCH v5 09/15] seltests/landlock: add tests for bind() hooks
` [PATCH v5 10/15] seltests/landlock: add tests for connect() hooks
` [PATCH v5 11/15] seltests/landlock: connect() with AF_UNSPEC tests
` [PATCH v5 12/15] seltests/landlock: rules overlapping test
` [PATCH v5 13/15] seltests/landlock: ruleset expanding test
` [PATCH v5 14/15] seltests/landlock: invalid user input data test
` [PATCH v5 15/15] samples/landlock: adds network demo

sockets staying in FIN-WAIT-1, CLOSING, or LAST-ACK state till reboot
 2022-05-16 15:12 UTC  (2+ messages)

[PATCH net-next v3 00/10] UDP/IPv6 refactoring
 2022-05-16 14:47 UTC  (7+ messages)
` [PATCH net-next v3 02/10] udp/ipv6: move pending section of udpv6_sendmsg
` [PATCH net-next v3 03/10] udp/ipv6: prioritise the ip6 path over ip4 checks

[PATCH net v6 1/2] ptp: ptp_clockmatrix: Add PTP_CLK_REQ_EXTTS support
 2022-05-16 14:47 UTC  (2+ messages)
` [PATCH net v6 2/2] ptp: ptp_clockmatrix: return -EBUSY if phase pull-in is in progress

UDP receive performance drop since 3.10
 2022-05-16 14:29 UTC  (2+ messages)

[PATCH -next] net: ethernet: sunplus: add missing of_node_put() in spl2sw_mdio_init()
 2022-05-16 14:37 UTC 

[PATCH v2 1/4] powerpc/52xx: Remove dead code, i.e. mpc52xx_get_xtal_freq()
 2022-05-16 14:10 UTC  (5+ messages)
` [PATCH v2 4/4] powerpc/52xx: Convert to use fwnode API

[PATCH net-next v3] bond: add mac filter option for balance-xor
 2022-05-16 14:06 UTC  (4+ messages)

[PATCH linux-next] net: ath: fix minmax.cocci warnings
 2022-05-16 13:40 UTC 

[PATCH bpf-next 1/2] cpuidle/rcu: Making arch_cpu_idle and rcu_idle_exit noinstr
 2022-05-16 13:39 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Remove filter for unsafe functions in kprobe_multi test

[PATCH net v2] netfilter: nf_flow_table: fix teardown flow timeout
 2022-05-16 13:02 UTC  (10+ messages)

[Patch] net: af_key: check encryption module availability consistency
 2022-05-16 12:57 UTC 

[Patch] net: af_key: check encryption module availability consistency
 2022-05-16 12:38 UTC 

[PATCH v2] net: phy: marvell: Add errata section 5.1 for Alaska PHY
 2022-05-16 11:57 UTC  (3+ messages)

[PATCH linux-next] net: smc911x: replace ternary operator with min()
 2022-05-16 11:56 UTC 

[PATCH net-next v3] net: dsa: realtek: rtl8366rb: Serialize indirect PHY register access
 2022-05-16 11:33 UTC  (2+ messages)

[PATCH net-next] net: PIM register decapsulation and Forwarding
 2022-05-16 11:29 UTC  (2+ messages)

[RFC Patch net-next v2 0/9] net: dsa: microchip: refactor the ksz switch init function
 2022-05-16 11:30 UTC  (20+ messages)
` [RFC Patch net-next v2 1/9] net: dsa: microchip: ksz8795: update the port_cnt value in ksz_chip_data
` [RFC Patch net-next v2 2/9] net: dsa: microchip: move ksz_chip_data to ksz_common
` [RFC Patch net-next v2 3/9] net: dsa: microchip: perform the compatibility check for dev probed
` [RFC Patch net-next v2 4/9] net: dsa: microchip: move port memory allocation to ksz_common
` [RFC Patch net-next v2 5/9] net: dsa: microchip: move struct mib_names to ksz_chip_data
` [RFC Patch net-next v2 6/9] net: dsa: microchip: move get_strings to ksz_common
` [RFC Patch net-next v2 7/9] net: dsa: move mib->cnt_ptr reset code to ksz_common.c
` [RFC Patch net-next v2 8/9] net: dsa: microchip: add the phylink get_caps
` [RFC Patch net-next v2 9/9] net: dsa: microchip: remove unused members in ksz_device

[PATCH net-next] docs: ctucanfd: Use 'kernel-figure' directive instead of 'figure'
 2022-05-16 11:24 UTC  (3+ messages)
` [PATCH net-next v2] "

[PATCH nf v2 0/2] netfilter: Fix/update mangled packet re-routing within VRF domains
 2022-05-16 11:03 UTC  (3+ messages)
` [PATCH nf v2 2/2] netfilter: Use l3mdev flow key when re-routing mangled packets

[PATCH v2 nf 1/4] netfilter: flowtable: fix excessive hw offload attempts after failure
 2022-05-16 10:59 UTC  (2+ messages)

[net-next PATCH V2] octeontx2-pf: Add support for adaptive interrupt coalescing
 2022-05-16 10:53 UTC 

[net-next PATCH] octeontx2-pf: Add support for adaptive interrupt coalescing
 2022-05-16 10:54 UTC  (4+ messages)
  ` [EXT] "

[PATCH v2 net-next] net: wwan: t7xx: Fix return type of t7xx_dl_add_timedout()
 2022-05-16 10:50 UTC  (2+ messages)

[PATCH] octeontx2-pf: Remove unnecessary synchronize_irq() before free_irq()
 2022-05-16 10:50 UTC  (2+ messages)

[PATCH net-next] octeon_ep: delete unnecessary NULL check
 2022-05-16 10:50 UTC  (2+ messages)

[PATCH net] net/sched: act_pedit: sanitize shift argument before usage
 2022-05-16 10:50 UTC  (2+ messages)

[PATCH net] NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_tx
 2022-05-16 10:43 UTC  (4+ messages)

[PATCH v2 -next] octeon_ep: add missing destroy_workqueue in octep_init_module
 2022-05-16 10:40 UTC  (2+ messages)

[PATCH net-next 0/4] net: polish skb defer freeing
 2022-05-16 10:40 UTC  (6+ messages)
` [PATCH net-next 1/4] net: fix possible race in skb_attempt_defer_free()
` [PATCH net-next 2/4] net: use napi_consume_skb() in skb_defer_free_flush()
` [PATCH net-next 3/4] net: add skb_defer_max sysctl
` [PATCH net-next 4/4] net: call skb_defer_free_flush() before each napi_poll()

[PATCH v2] net: tulip: convert to devres
 2022-05-16 10:40 UTC  (2+ messages)

[RFC PATCH v4 00/15] Landlock LSM
 2022-05-16 10:22 UTC  (5+ messages)
` [RFC PATCH v4 10/15] seltest/landlock: add tests for bind() hooks

[PATCH] net: thunderx: remove null check after call container_of()
 2022-05-16 10:16 UTC 

[BUG] Layerscape CAAM+kTLS+io_uring
 2022-05-16 10:06 UTC  (3+ messages)

[PATCH v2 -next] net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_init
 2022-05-16 10:00 UTC  (2+ messages)

[PATCH net-next v3 0/4] net: skb: check the boundrary of skb drop reason
 2022-05-16 10:00 UTC  (2+ messages)

[PATCH net-next v2] net/smc: align the connect behaviour with TCP
 2022-05-16  9:50 UTC  (2+ messages)

[PATCH v2 net-next 00/10]
 2022-05-16  9:40 UTC  (2+ messages)

[PATCH v7 net-next 00/13] tcp: BIG TCP implementation
 2022-05-16  9:40 UTC  (2+ messages)

[PATCH -next] octeontx2-pf: Use memset_startat() helper in otx2_stop()
 2022-05-16  9:23 UTC 

[PATCH v4 0/5] Add Renesas RZ/V2M Ethernet support
 2022-05-16  9:20 UTC  (2+ messages)

[PATCH net-next 01/17] netfilter: ecache: use dedicated list for event redelivery
 2022-05-16  9:20 UTC  (2+ messages)

[PATCH net 1/2] Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"
 2022-05-16  9:10 UTC  (2+ messages)

[GIT PULL] virtio: last minute fixup
 2022-05-16  9:03 UTC  (7+ messages)

[PATCH] vhost_net: fix double fget()
 2022-05-16  8:44 UTC  (2+ messages)

[PATCH] net: qede: Remove unnecessary synchronize_irq() before free_irq()
 2022-05-16  8:22 UTC 

[PATCH] net: vxge: Remove unnecessary synchronize_irq() before free_irq()
 2022-05-16  8:19 UTC 

[PATCH ipsec,v2] xfrm: fix "disable_policy" flag use when arriving from different devices
 2022-05-16  8:09 UTC  (2+ messages)

[PATCH bpf-next v3 0/7] bpf trampoline for arm64
 2022-05-16  7:58 UTC  (6+ messages)
` [PATCH bpf-next v3 4/7] bpf, arm64: Impelment bpf_arch_text_poke() "

[PATCH] i40e: Remove unnecessary synchronize_irq() before free_irq()
 2022-05-16  7:27 UTC 

[PATCH] qed: Remove unnecessary synchronize_irq() before free_irq()
 2022-05-16  7:26 UTC 

[PATCH net-next] ax25: merge repeat codes in ax25_dev_device_down()
 2022-05-16  6:28 UTC 

[PATCH net] NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc
 2022-05-16  6:15 UTC  (2+ messages)

[PATCH net-next v3 0/2] net/smc: send and write inline optimization for smc
 2022-05-16  5:51 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net/smc: send cdc msg inline if qp has sufficient inline space
` [PATCH net-next v3 2/2] net/smc: rdma write "

[PATCH ipsec-next 0/6] Extend XFRM core to allow full offload configuration
 2022-05-16  5:44 UTC  (13+ messages)
` [PATCH ipsec-next 3/6] xfrm: add an interface to offload policy
` [PATCH ipsec-next 4/6] xfrm: add TX datapath support for IPsec full offload mode
` [PATCH ipsec-next 5/6] xfrm: add RX datapath protection "
` [PATCH ipsec-next 6/6] xfrm: enforce separation between priorities of HW/SW policies

[PATCH 0/2] Introduce ICSSG based ethernet Driver
 2022-05-16  5:09 UTC  (6+ messages)
` [PATCH 2/2] net: ti: icssg-prueth: Add ICSSG ethernet driver

[net-next PATCH V2] octeontx2-pf: Add support for adaptive interrupt coalescing
 2022-05-16  4:46 UTC 

[PATCHv3 bpf-next] selftests/bpf: add missed ima_setup.sh in Makefile
 2022-05-16  4:00 UTC 

[PATCH net 0/2] selftests/bpf: fix ima_setup.sh missing issue
 2022-05-16  3:53 UTC  (4+ messages)
` [PATCH net 1/2] selftests/bpf: Fix build error with ima_setup.sh

[PATCH net-next] net/mlxbf_gige: use eth_zero_addr() to clear mac address
 2022-05-16  3:33 UTC 

[PATCH net-next] ice: use eth_broadcast_addr() to set broadcast address
 2022-05-16  3:29 UTC 

[PATCH] ath11k: Fix pointer dereferenced before checking
 2022-05-16  3:23 UTC 

[PATCH 0/5] Atomics support for eBPF on powerpc
 2022-05-16  3:03 UTC  (3+ messages)
` [PATCH 3/5] bpf ppc64: Add instructions for atomic_[cmp]xchg

[PATCH net-next v2 0/5] net: ipqess: introduce Qualcomm IPQESS driver
 2022-05-16  2:51 UTC  (3+ messages)
` [PATCH net-next v2 1/5] net: ipqess: introduce the "

[PATCHv2 ipsec] xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdown
 2022-05-16  2:28 UTC  (2+ messages)

[PATCH net] dn_route: set rt neigh to blackhole_netdev instead of loopback_dev in ifdown
 2022-05-16  2:28 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix some bugs in map_lookup_percpu_elem testcase
 2022-05-16  2:24 UTC 

[PATCH bpf-next v3 0/2] Introduce access remote cpu elem support in BPF percpu map
 2022-05-16  1:55 UTC  (3+ messages)
  ` [External] "

[PATCH] ethernet/ti: delete if NULL check befort devm_kfree
 2022-05-16  1:52 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2022-05-16  1:19 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2022-05-16  1:14 UTC 

[RFC] netfilter: nf_tables: ignore errors on flowtable device hw offload setup
 2022-05-16  0:57 UTC  (6+ messages)

[PATCH wpan-next v2 00/11] ieee802154: Synchronous Tx support
 2022-05-15 23:03 UTC  (13+ messages)
` [PATCH wpan-next v2 05/11] net: mac802154: Bring the hability to hold the transmit queue
` [PATCH wpan-next v2 08/11] net: mac802154: Introduce a tx queue flushing mechanism
` [PATCH wpan-next v2 09/11] net: mac802154: Introduce a synchronous API for MLME commands
` [PATCH wpan-next v2 10/11] net: mac802154: Add a warning in the hot path
` [PATCH wpan-next v2 11/11] net: mac802154: Add a warning in the slow path

[PATCH] net: systemport: Fix an error handling path in bcm_sysport_probe()
 2022-05-15 21:16 UTC  (2+ messages)

[PATCH v3 0/4] can: can_dropped_invalid_skb() and Kbuild changes
 2022-05-15 19:17 UTC  (3+ messages)
  ` [PATCH v3 3/4] can: skb:: move can_dropped_invalid_skb and can_skb_headroom_valid to skb.c

[PATCH] net/qla3xxx: Fix a test in ql_reset_work()
 2022-05-15 18:07 UTC 

[PATCH net-next v2 0/2] net/smc: send and write inline optimization for smc
 2022-05-15 17:10 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net/smc: send cdc msg inline if qp has sufficient inline space


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).