netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-18 01:39:17 to 2020-07-19 12:11:36 UTC [more...]

[PATCH net v2] bonding: check error value of register_netdevice() immediately
 2020-07-19 12:11 UTC 

[PATCH for v5.9] netfilter: xtables: Replace HTTP links with HTTPS ones
 2020-07-19 12:02 UTC 

[PATCH for v5.9] netfilter: Replace HTTP links with HTTPS ones
 2020-07-19 11:52 UTC 

[PATCH for v5.9] net: sched: Replace HTTP links with HTTPS ones
 2020-07-19 11:41 UTC 

[PATCH for v5.9] net: ieee802154: adf7242: Replace HTTP links with HTTPS ones
 2020-07-19 11:31 UTC 

INFO: rcu detected stall in iterate_cleanup_work (2)
 2020-07-19 11:18 UTC 

[PATCH for v5.9] b43legacy: Replace HTTP links with HTTPS ones
 2020-07-19 11:11 UTC 

[PATCH for v5.9] b43: Replace HTTP links with HTTPS ones
 2020-07-19 11:01 UTC 

[PATCH net] net: dsa: mv88e6xxx: fix in-band AN link establishment
 2020-07-19 11:00 UTC 

[PATCH net] arm64: dts: clearfog-gt-8k: fix switch link configuration
 2020-07-19 11:00 UTC 

[PATCH for v5.9] ath9k: Replace HTTP links with HTTPS ones
 2020-07-19 10:50 UTC 

[PATCH for v5.9] ath5k: Replace HTTP links with HTTPS ones
 2020-07-19 10:40 UTC 

[PATCH -next] net: ena: use NULL instead of zero
 2020-07-19 10:08 UTC  (3+ messages)

Bonding driver unexpected behaviour
 2020-07-19 10:07 UTC  (2+ messages)

[PATCH net v2] net/sched: act_ct: fix restore the qdisc_skb_cb after defrag
 2020-07-19  9:14 UTC  (2+ messages)

[PATCH net-next v1] net: phy: at803x: add mdix configuration support for AR9331 and AR8035
 2020-07-19  8:05 UTC 

[PATCH net] bonding: check error value of register_netdevice() immediately
 2020-07-19  7:41 UTC  (3+ messages)

do a single memdup_user in sctp_setsockopt v2
 2020-07-19  7:22 UTC  (52+ messages)
` [PATCH 01/51] sctp: copy the optval from user space in sctp_setsockopt
` [PATCH 02/51] sctp: pass a kernel pointer to sctp_setsockopt_bindx
` [PATCH 03/51] sctp: pass a kernel pointer to __sctp_setsockopt_connectx
` [PATCH 04/51] sctp: pass a kernel pointer to sctp_setsockopt_disable_fragments
` [PATCH 05/51] sctp: pass a kernel pointer to sctp_setsockopt_events
` [PATCH 06/51] sctp: pass a kernel pointer to sctp_setsockopt_autoclose
` [PATCH 07/51] sctp: pass a kernel pointer to sctp_setsockopt_peer_addr_params
` [PATCH 08/51] sctp: pass a kernel pointer to sctp_setsockopt_delayed_ack
` [PATCH 09/51] sctp: pass a kernel pointer to sctp_setsockopt_partial_delivery_point
` [PATCH 10/51] sctp: pass a kernel pointer to sctp_setsockopt_initmsg
` [PATCH 11/51] sctp: pass a kernel pointer to sctp_setsockopt_default_send_param
` [PATCH 12/51] sctp: pass a kernel pointer to sctp_setsockopt_default_sndinfo
` [PATCH 13/51] sctp: pass a kernel pointer to sctp_setsockopt_primary_addr
` [PATCH 14/51] sctp: pass a kernel pointer to sctp_setsockopt_peer_primary_addr
` [PATCH 15/51] sctp: pass a kernel pointer to sctp_setsockopt_nodelay
` [PATCH 16/51] sctp: pass a kernel pointer to sctp_setsockopt_rtoinfo
` [PATCH 17/51] sctp: pass a kernel pointer to sctp_setsockopt_associnfo
` [PATCH 18/51] sctp: pass a kernel pointer to sctp_setsockopt_mappedv4
` [PATCH 19/51] sctp: pass a kernel pointer to sctp_setsockopt_maxseg
` [PATCH 20/51] sctp: pass a kernel pointer to sctp_setsockopt_adaptation_layer
` [PATCH 21/51] sctp: pass a kernel pointer to sctp_setsockopt_context
` [PATCH 22/51] sctp: pass a kernel pointer to sctp_setsockopt_fragment_interleave
` [PATCH 23/51] sctp: pass a kernel pointer to sctp_setsockopt_maxburst
` [PATCH 24/51] sctp: pass a kernel pointer to sctp_setsockopt_auth_chunk
` [PATCH 25/51] sctp: pass a kernel pointer to sctp_setsockopt_hmac_ident
` [PATCH 26/51] sctp: switch sctp_setsockopt_auth_key to use memzero_explicit
` [PATCH 27/51] sctp: pass a kernel pointer to sctp_setsockopt_auth_key
` [PATCH 28/51] sctp: pass a kernel pointer to sctp_setsockopt_active_key
` [PATCH 29/51] sctp: pass a kernel pointer to sctp_setsockopt_del_key
` [PATCH 30/51] sctp: pass a kernel pointer to sctp_setsockopt_deactivate_key
` [PATCH 31/51] sctp: pass a kernel pointer to sctp_setsockopt_auto_asconf
` [PATCH 32/51] sctp: pass a kernel pointer to sctp_setsockopt_paddr_thresholds
` [PATCH 33/51] sctp: pass a kernel pointer to sctp_setsockopt_recvrcvinfo
` [PATCH 34/51] sctp: pass a kernel pointer to sctp_setsockopt_recvnxtinfo
` [PATCH 35/51] sctp: pass a kernel pointer to sctp_setsockopt_pr_supported
` [PATCH 36/51] sctp: pass a kernel pointer to sctp_setsockopt_default_prinfo
` [PATCH 37/51] sctp: pass a kernel pointer to sctp_setsockopt_reconfig_supported
` [PATCH 38/51] sctp: pass a kernel pointer to sctp_setsockopt_enable_strreset
` [PATCH 39/51] sctp: pass a kernel pointer to sctp_setsockopt_reset_streams
` [PATCH 40/51] sctp: pass a kernel pointer to sctp_setsockopt_reset_assoc
` [PATCH 41/51] sctp: pass a kernel pointer to sctp_setsockopt_add_streams
` [PATCH 42/51] sctp: pass a kernel pointer to sctp_setsockopt_scheduler
` [PATCH 43/51] sctp: pass a kernel pointer to sctp_setsockopt_scheduler_value
` [PATCH 44/51] sctp: pass a kernel pointer to sctp_setsockopt_interleaving_supported
` [PATCH 45/51] sctp: pass a kernel pointer to sctp_setsockopt_reuse_port
` [PATCH 46/51] sctp: pass a kernel pointer to sctp_setsockopt_event
` [PATCH 47/51] "
` [PATCH 48/51] sctp: pass a kernel pointer to sctp_setsockopt_auth_supported
` [PATCH 49/51] sctp: pass a kernel pointer to sctp_setsockopt_ecn_supported
` [PATCH 50/51] sctp: pass a kernel pointer to sctp_setsockopt_pf_expose
` [PATCH 51/51] sctp: remove the out_nounlock label in sctp_setsockopt

[PATCH,v2] ipvs: fix the connection sync failed in some cases
 2020-07-19  6:08 UTC  (2+ messages)

[PATCH v2] AF_PACKET doesnt strip VLAN information
 2020-07-19  5:16 UTC  (3+ messages)

[PATCH] igc: Do not use link uninitialized in igc_check_for_copper_link
 2020-07-19  5:34 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH] libbpf bpf_helpers: Use __builtin_offsetof for offsetof if available
 2020-07-19  3:52 UTC  (3+ messages)

[PATCH net-next] tcp: Optimize the recovery of tcp when lack of SACK
 2020-07-19  3:29 UTC  (4+ messages)

[PATCH] docs: core-api/printk-formats.rst: use literal block syntax
 2020-07-19  2:55 UTC  (2+ messages)

[PATCH 0/3] xtensa: add seccomp support
 2020-07-19  2:16 UTC  (4+ messages)
` [PATCH 1/3] xtensa: expose syscall through user_pt_regs
` [PATCH 2/3] xtensa: add seccomp support
` [PATCH 3/3] selftests/seccomp: add xtensa support

[PATCH v2 00/11] Fix PM hibernation in Xen guests
 2020-07-19  1:47 UTC  (7+ messages)
` [PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode

[PATCH net] net/sched: act_ct: fix restore the qdisc_skb_cb after defrag
 2020-07-19  1:31 UTC  (3+ messages)

[PATCH net-next 0/4] net: dsa: Setup dsa_netdev_ops
 2020-07-18 21:53 UTC  (14+ messages)
` [PATCH net-next 1/4] net: Wrap ndo_do_ioctl() to prepare for DSA stacked ops
` [PATCH net-next 2/4] net: dsa: Add wrappers for overloaded ndo_ops
` [PATCH net-next 3/4] net: Call into DSA netdevice_ops wrappers
` [PATCH net-next 4/4] net: dsa: Setup dsa_netdev_ops

[PATCH net-next] net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default values
 2020-07-18 18:43 UTC  (2+ messages)

[PATCH] net: dsa: qca8k: implement the port MTU callbacks
 2020-07-18 18:11 UTC  (5+ messages)
` [PATCH v2] "

[PATCH net-next 0/3] vxlan, geneve: allow to turn off PMTU updates on encap socket
 2020-07-18 18:04 UTC  (16+ messages)
` [PATCH net-next 1/3] udp_tunnel: allow to turn off path mtu discovery on encap sockets

[PATCH net-next v2 0/6] Add adaptive interrupt coalescing
 2020-07-18 17:20 UTC  (7+ messages)
` [PATCH net-next v2 5/6] enetc: Add interrupt coalescing support
` [PATCH net-next v2 6/6] enetc: Add adaptive interrupt coalescing

[Regression] "SUNRPC: Add "@len" parameter to gss_unwrap()" breaks NFS Kerberos on upstream stable 5.4.y
 2020-07-18 15:55 UTC  (5+ messages)

[PATCH 1/2] net: dsa: qca8k: Add additional PORT0_PAD_CTRL options
 2020-07-18 15:34 UTC  (12+ messages)
` [PATCH 2/2] dt-bindings: net: dsa: qca8k: Add PORT0_PAD_CTRL properties

bug: net: dsa: mv88e6xxx: serdes Unable to communicate on fiber with vf610-zii-dev-rev-c
 2020-07-18 15:22 UTC  (5+ messages)

[PATCH] mt76: mt76u: add missing release on skb in __mt76x02u_mcu_send_msg
 2020-07-18 15:20 UTC 

[PATCH] net: ethernet: et131x: Remove redundant register read
 2020-07-18 14:54 UTC  (5+ messages)

[PATCH] mt7601u: add missing release on skb in mt7601u_mcu_msg_send
 2020-07-18 14:48 UTC 

[PATCH net-next 0/3] Document more PTP timestamping known quirks
 2020-07-18 13:35 UTC  (13+ messages)
` [PATCH net-next 2/3] docs: networking: timestamping: add one more known issue
` [PATCH net-next 3/3] docs: networking: timestamping: add a set of frequently asked questions

[PATCH net v2 00/10] net/smc: fixes 2020-07-16
 2020-07-18 13:06 UTC  (11+ messages)
` [PATCH net v2 01/10] net/smc: handle unexpected response types for confirm link
` [PATCH net v2 02/10] net/smc: clear link during SMC client link down processing
` [PATCH net v2 03/10] net/smc: fix link lookup for new rdma connections
` [PATCH net v2 04/10] net/smc: protect smc ib device initialization
` [PATCH net v2 05/10] net/smc: drop out-of-flow llc response messages
` [PATCH net v2 06/10] net/smc: move add link processing for new device into llc layer
` [PATCH net v2 07/10] net/smc: fix handling of delete link requests
` [PATCH net v2 08/10] net/smc: do not call dma sync for unmapped memory
` [PATCH net v2 09/10] net/smc: remove freed buffer from list
` [PATCH net v2 10/10] net/smc: fix restoring of fallback changes

[PATCH -next] net: hsr: remove redundant null check
 2020-07-18 12:53 UTC 

[PATCH v4 net-next 0/3] Add PTP support for Octeontx2
 2020-07-18 12:54 UTC  (8+ messages)
` [PATCH v4 net-next 3/3] octeontx2-pf: Add support for PTP clock

RTL8402 stops working after hibernate/resume
 2020-07-18 12:07 UTC  (4+ messages)

[PATCH] e100: switch from 'pci_' to 'dma_' API
 2020-07-18 11:55 UTC 

[PATCH -next] bpf: Make some functions static
 2020-07-18 11:51 UTC 

memory leak in veth_dev_init
 2020-07-18 11:51 UTC 

bug: net: dsa: mv88e6xxx: unable to tx or rx with Clearfog GT 8K (with git bisect)
 2020-07-18 11:26 UTC  (17+ messages)

[PATCH] net/fealnx: switch from 'pci_' to 'dma_' API
 2020-07-18 11:03 UTC 

[PATCH] net: dsa: felix: Make some symbols static
 2020-07-18 10:49 UTC  (3+ messages)

[PATCH] mISDN: switch from 'pci_' to 'dma_' API
 2020-07-18 10:30 UTC 

[PATCH] ipw2x00: Replace HTTP links with HTTPS ones
 2020-07-18 10:02 UTC 

[PATCH net-next v2 0/2] hinic: add some error messages for debug
 2020-07-18  8:58 UTC  (3+ messages)
` [PATCH net-next v2 1/2] hinic: add support to handle hw abnormal event
` [PATCH net-next v2 2/2] hinic: add log in exception handling processes

linux-next: Signed-off-by missing for commit in the net-next tree
 2020-07-18  8:37 UTC 

[RESEND] net: decnet: TODO Items
 2020-07-18  8:31 UTC 

[PATCH net-next v1 0/2] hinic: add some error messages for debug
 2020-07-18  8:21 UTC  (4+ messages)
` [PATCH net-next v1 1/2] hinic: add support to handle hw abnormal event

[RFC PATCH 0/7] crypto: get rid of ecb(arc4)
 2020-07-18  8:18 UTC  (6+ messages)
` [RFC PATCH 4/7] crypto: remove ARC4 support from the skcipher API

[PATCH] net: cxgb3: add missed destroy_workqueue in cxgb3 probe failure
 2020-07-18  7:57 UTC  (3+ messages)

[PATCH net] netdevsim: fix unbalaced locking in nsim_create()
 2020-07-18  6:49 UTC 

[PATCH] mt76: mt76u: add missing release on skb in __mt76x02u_mcu_send_msg
 2020-07-18  5:47 UTC 

[PATCH] nfc: s3fwrn5: add missing release on skb in s3fwrn5_recv_frame
 2020-07-18  5:31 UTC 

[PATCH] mt7601u: add missing release on skb in mt7601u_mcu_msg_send
 2020-07-18  5:26 UTC 

[PATCH] cxgb4: add missing release on skb in uld_send()
 2020-07-18  5:18 UTC 

[PATCH bpf-next 1/2] bpf: change var type of BTF_ID_LIST to static
 2020-07-18  5:10 UTC  (3+ messages)

BPF logging infrastructure. Was: [PATCH bpf-next 4/6] tools: add new members to bpf_attr.raw_tracepoint in bpf.h
 2020-07-18  3:54 UTC  (12+ messages)

[PATCH bpf-next v5 00/15] Run a BPF program on socket lookup
 2020-07-18  3:25 UTC  (3+ messages)

[PATCH RFC net-next] net: phy: add Marvell PHY PTP support
 2020-07-18  2:24 UTC  (4+ messages)

[PATCH net] mlxsw: core: Fix wrong SFP EEPROM reading for upper pages 1-3
 2020-07-18  2:08 UTC  (2+ messages)

[PATCH net-next] ne2k-pci: Use netif_msg_init to initialize msg_enable bits
 2020-07-18  2:04 UTC  (2+ messages)

[PATCH net-next 0/2] net: atlantic: add support for FW 4.x
 2020-07-18  2:01 UTC  (2+ messages)

[net-next PATCH v3 0/7] Add PRP driver
 2020-07-18  1:56 UTC  (5+ messages)
` [net-next PATCH v3 1/7] hsr: enhance netlink socket interface to support PRP
` [net-next PATCH v3 2/7] net: hsr: introduce common code for skb initialization

[PATCH 1/2 v2] net: hsr: fix incorrect lsdu size in the tag of HSR frames for small frames
 2020-07-18  1:54 UTC  (4+ messages)
` [PATCH 2/2 v2] net: hsr: validate address B before copying to skb

[PATCH] net: ethernet: ti: add NETIF_F_HW_TC hw feature flag for taprio offload
 2020-07-18  1:47 UTC  (2+ messages)

[PATCH net-next] net: ethernet: et131x: Remove unused variable 'pm_csr'
 2020-07-18  1:43 UTC  (2+ messages)

[PATCH net-next] net: bna: Remove unused variable 't'
 2020-07-18  1:43 UTC  (2+ messages)

[PATCH net-next] dpaa_eth: Fix one possible memleak in dpaa_eth_probe
 2020-07-18  1:41 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 NNTP newsgroup(s).