netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-13 01:46:26 to 2020-05-13 16:01:45 UTC [more...]

[PATCH] sctp: check assoc before SCTP_ADDR_{MADE_PRIM,ADDED} event
 2020-05-13 16:01 UTC  (2+ messages)

clean up and streamline probe_kernel_* and friends v2
 2020-05-13 16:00 UTC  (9+ messages)
` [PATCH 04/18] maccess: clarify kerneldoc comments
` [PATCH 06/18] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
` [PATCH 09/18] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/18] maccess: unify the probe kernel arch hooks
` [PATCH 11/18] maccess: remove strncpy_from_unsafe
` [PATCH 13/18] maccess: move user access routines together
` [PATCH 17/18] maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
` [PATCH 18/18] maccess: rename probe_kernel_address to get_kernel_nofault

[PATCH v1] net: phy: at803x: add cable test support
 2020-05-13 16:00 UTC  (7+ messages)

[Patch net-next v2 0/2] net: reduce dynamic lockdep keys
 2020-05-13 15:56 UTC  (4+ messages)
` [Patch net-next v2 1/2] net: partially revert dynamic lockdep key changes

[PATCH net-next] net: dsa: mt7530: set CPU port to fallback mode
 2020-05-13 15:56 UTC  (3+ messages)

[PATCH -next v2] rtl8187: Remove unused variable rtl8225z2_tx_power_ofdm
 2020-05-13 15:55 UTC  (2+ messages)

[PATCH net v2] net: broadcom: Select BROADCOM_PHY for BCMGENET
 2020-05-13 15:51 UTC 

[PATCH bpf-next] libbpf: Fix register naming in PT_REGS s390 macros
 2020-05-13 15:44 UTC 

improve msg_control kernel vs user pointer handling
 2020-05-13 15:41 UTC  (13+ messages)
` [PATCH 1/3] net: add a CMSG_USER_DATA macro
` [PATCH 2/3] net/scm: cleanup scm_detach_fds
` [PATCH 3/3] net: cleanly handle kernel vs user buffers for ->msg_control

[PATCH net-next 0/3] mptcp: fix MP_JOIN failure handling
 2020-05-13 15:31 UTC  (4+ messages)
` [PATCH net-next 1/3] mptcp: add new sock flag to deal with join subflows
` [PATCH net-next 2/3] inet_connection_sock: factor out destroy helper
` [PATCH net-next 3/3] mptcp: cope better with MP_JOIN failure

[PATCH bpf-next 0/3] samples: bpf: refactor kprobe tracing progs with libbpf
 2020-05-13 15:28 UTC  (5+ messages)
` [PATCH bpf-next 1/3] samples: bpf: refactor kprobe tracing user "

KMSAN: kernel-infoleak in _copy_to_iter (5)
 2020-05-13 15:25 UTC 

KMSAN: uninit-value in hash_ip6_test
 2020-05-13 15:25 UTC 

netfilter: does the API break or something else ?
 2020-05-13 15:20 UTC 

mmotm 2020-05-11-15-43 uploaded (ethernet/ti/ti_cpsw)
 2020-05-13 15:18 UTC  (3+ messages)

[PATCH REPOST] net: dsa: mt7530: fix roaming from DSA user ports
 2020-05-13 15:10 UTC 

[v1,net-next, 1/2] ethtool: add setting frame preemption of traffic classes
 2020-05-13 14:55 UTC  (6+ messages)
  ` [EXT] "

[PATCH bpf-next v4] libbpf: fix probe code to return EPERM if encountered
 2020-05-13 14:57 UTC  (2+ messages)

[PATCH net-next 0/4] Extend phylib implementation of pause support
 2020-05-13 14:59 UTC  (16+ messages)
` [PATCH net-next 1/4] net: ethernet: validate pause autoneg setting
` [PATCH net-next 3/4] net: ethernet: introduce phy_set_pause
` [PATCH net-next 4/4] net: bcmgenet: add support for ethtool flow control

[PATCH bpf-next v2 00/17] Run a BPF program on socket lookup
 2020-05-13 14:50 UTC  (11+ messages)
` [PATCH bpf-next v2 02/17] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next v2 05/17] inet: Run SK_LOOKUP BPF program on socket lookup

[PATCH] dt-bindings: net: dsa: b53: Add missing size and address cells to example
 2020-05-13 14:58 UTC  (2+ messages)

[PATCH v4 0/5] net: macb: Wake-on-Lan magic packet fixes and GEM handling
 2020-05-13 14:16 UTC  (4+ messages)
` [PATCH v4 3/5] net: macb: fix macb_get/set_wol() when moving to phylink

[PATCH net-next] netns: enable to inherit devconf from current netns
 2020-05-13 13:58 UTC 

[PATCH RESEND net-next] dpaa2-eth: add bulking to XDP_TX
 2020-05-13 13:55 UTC 

[PATCH net-next v1] net: phy: tja11xx: add cable-test support
 2020-05-13 13:39 UTC  (2+ messages)

[PATCH] net: ignore sock_from_file errors in __scm_install_fd
 2020-05-13 13:37 UTC  (3+ messages)

remove kernel_setsockopt and kernel_getsockopt
 2020-05-13 13:27 UTC  (40+ messages)
` [PATCH 01/33] net: add sock_set_reuseaddr
` [PATCH 02/33] net: add sock_set_linger
` [PATCH 03/33] net: add sock_set_priority
` [PATCH 04/33] net: add sock_set_sndtimeo
` [PATCH 05/33] net: add sock_bindtoindex
` [PATCH 06/33] net: add sock_set_timestamps
` [PATCH 07/33] net: add sock_set_keepalive
` [PATCH 08/33] net: add sock_set_rcvbuf
` [PATCH 09/33] net: add sock_set_reuseport
` [PATCH 10/33] tcp: add tcp_sock_set_cork
` [PATCH 11/33] tcp: tcp_sock_set_nodelay
` [PATCH 12/33] tcp: add tcp_sock_set_quickack
` [PATCH 13/33] tcp: add tcp_sock_set_syncnt
` [PATCH 14/33] tcp: add tcp_sock_set_user_timeout
` [PATCH 15/33] tcp: add tcp_sock_set_keepidle
` [PATCH 16/33] tcp: add tcp_sock_set_keepintvl
` [PATCH 17/33] tcp: add tcp_sock_set_keepcnt
` [PATCH 18/33] ipv4: add ip_sock_set_tos
` [PATCH 19/33] ipv4: add ip_sock_set_freebind
` [PATCH 20/33] ipv4: add ip_sock_set_recverr
` [PATCH 21/33] ipv4: add ip_sock_set_mtu_discover
` [PATCH 22/33] ipv6: add ip6_sock_set_v6only
` [PATCH 23/33] ipv6: add ip6_sock_set_recverr
` [PATCH 24/33] ipv6: add ip6_sock_set_addr_preferences
` [PATCH 25/33] ipv6: add ip6_sock_set_recvpktinfo
` [PATCH 26/33] sctp: lift copying in addrs into sctp_setsockopt
` [PATCH 27/33] sctp: export sctp_setsockopt_bindx
` [PATCH 28/33] sctp: add sctp_sock_set_nodelay
` [PATCH 29/33] rxrpc_sock_set_min_security_level
` [PATCH 30/33] tipc: call tsk_set_importance from tipc_topsrv_create_listener
` [PATCH 31/33] net: remove kernel_setsockopt
` [PATCH 32/33] sctp: add sctp_sock_get_primary_addr
` [PATCH 33/33] net: remove kernel_getsockopt

[PATCH net-next 0/2] am65-cpsw: add taprio/EST offload support
 2020-05-13 13:26 UTC  (3+ messages)
` [PATCH net-next 1/2] ethernet: ti: am65-cpts: add routines to support taprio offload
` [PATCH net-next 2/2] ethernet: ti: am65-cpsw-qos: add TAPRIO offload support

[PATCH net-next] net: phy: realtek: add loopback support for RTL8211F
 2020-05-13 13:12 UTC  (2+ messages)

[PATCHv2 00/10] net: eth: altera: tse: Add PTP and mSGDMA prefetcher
 2020-05-13 13:00 UTC  (5+ messages)
` [PATCHv2 10/10] net: eth: altera: update devicetree bindings documentation

[PATCH] staging: qlge: Remove unnecessary spaces in qlge_main.c
 2020-05-13 13:00 UTC 

[RFC v2] current devlink extension plan for NICs
 2020-05-13 13:00 UTC  (2+ messages)
` [oss-drivers] "

[net 0/3] tipc: add some patches
 2020-05-13 12:33 UTC  (4+ messages)
` [net 1/3] tipc: fix large latency in smart Nagle streaming
` [net 2/3] tipc: fix memory leak in service subscripting
` [net 3/3] tipc: fix failed service subscription deletion

[net-next RFC PATCH 00/13] net: hsr: Add PRP driver
 2020-05-13 12:27 UTC  (2+ messages)

[RFC PATCH bpf-next 0/1] bpf, x64: optimize JIT prologue/epilogue generation
 2020-05-13 11:58 UTC  (4+ messages)

[PATCH net 1/2 RESEND] ipmr: Fix RCU list debugging warning
 2020-05-13 11:54 UTC  (7+ messages)
` [PATCH net 2/2 RESEND] ipmr: Add lockdep expression to ipmr_for_each_table macro

[PATCH] Fix suspicious RCU usage warning
 2020-05-13 11:52 UTC  (2+ messages)

[PATCH bpf-next] bpf, bpftool: Allow probing for CONFIG_HZ from kernel config
 2020-05-13 11:26 UTC  (3+ messages)

[PATCH v6 bpf-next 0/3] Introduce CAP_BPF
 2020-05-13 10:50 UTC  (5+ messages)
` [PATCH v6 bpf-next 1/3] bpf, capability: "
` [PATCH v6 bpf-next 2/3] bpf: implement CAP_BPF
` [PATCH v6 bpf-next 3/3] selftests/bpf: use CAP_BPF and CAP_PERFMON in tests

[PATCH v5 bpf-next 00/11] net: Add support for XDP in egress path
 2020-05-13 10:43 UTC  (5+ messages)
` [PATCH v5 bpf-next 06/11] net: set XDP egress program on netdevice
` [PATCH v5 bpf-next 08/11] libbpf: Add egress XDP support
` [PATCH v5 bpf-next 11/11] samples/bpf: add XDP egress support to xdp1

[PATCH ipsec] esp6: calculate transport_header correctly when sel.family != AF_INET6
 2020-05-13 10:38 UTC 

[PATCH bpf-next 1/4] xdp: Support specifying expected existing program when attaching XDP
 2020-05-13 10:25 UTC  (12+ messages)
          ` bpf: ability to attach freplace to multiple parents

[PATCH rdma-next 00/14] RAW format dumps through RDMAtool
 2020-05-13 10:15 UTC  (4+ messages)
` [PATCH mlx5-next 01/14] net/mlx5: Export resource dump interface
` [PATCH mlx5-next 02/14] net/mlx5: Add support in query QP, CQ and MKEY segments

[PATCH] net/mlx5e: Use IS_ERR() to check and simplify code
 2020-05-13  9:48 UTC  (3+ messages)

[PATCH][next] sfc: fix dereference of table before it is null checked
 2020-05-13  9:39 UTC  (2+ messages)

[PATCH] doc: document danger of applying REJECT to INVALID CTs
 2020-05-13  9:39 UTC  (6+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
        ` [PATCH v4] "

[PATCH net-net] nfp: flower: inform firmware of flower features in the driver
 2020-05-13  8:17 UTC 

pull request: bluetooth-next 2020-05-13
 2020-05-13  8:15 UTC 

Désinfectants
 2020-05-13  8:05 UTC 

[PATCH 00/11] mediatek: add support for MediaTek Ethernet MAC
 2020-05-13  8:09 UTC  (6+ messages)
` [PATCH 01/11] dt-bindings: add a binding document for MediaTek PERICFG controller
` [PATCH 02/11] dt-bindings: new: add yaml bindings for MediaTek Ethernet MAC

[PATCH v1] Bluetooth: L2CAP: add support for waiting disconnection resp
 2020-05-13  8:04 UTC  (2+ messages)

[PATCH net 0/2] s390/net: updates 2020-05-13
 2020-05-13  7:42 UTC  (3+ messages)
` [PATCH net 1/2] s390/ism: fix error return code in ism_probe()
` [PATCH net 2/2] MAINTAINERS: add Karsten Graul as S390 NETWORK DRIVERS maintainer

[PATCH iproute2-next v2 1/3] ss: introduce cgroup2 cache and helper functions
 2020-05-13  7:27 UTC  (3+ messages)

[PATCH V2] ifcvf: move IRQ request/free to status change handlers
 2020-05-13  7:18 UTC  (4+ messages)

net: phylink: supported modes set to 0 with genphy sfp module
 2020-05-13  7:14 UTC  (6+ messages)

[PATCH 0/3] Bluetooth: Prevent scanning when device is not configured for wakeup
 2020-05-13  7:12 UTC  (4+ messages)
` [PATCH 1/3] Bluetooth: Rename BT_SUSPEND_COMPLETE
` [PATCH 2/3] Bluetooth: Add hook for driver to prevent wake from suspend

general protection fault in cfg80211_dev_rename
 2020-05-13  7:08 UTC 

[PATCH rdma-next v1 0/4] Add steering support for default miss
 2020-05-13  7:05 UTC  (2+ messages)

[PATCH] ath9k: release allocated buffer if timed out
 2020-05-13  7:05 UTC  (4+ messages)

[PATCH] net: phy: realtek: clear interrupt during init for rtl8211f
 2020-05-13  6:51 UTC  (3+ messages)

[PATCH 0/2] Bluetooth: Update LE scanning parameters for suspend
 2020-05-13  6:51 UTC  (4+ messages)
` [PATCH 1/2] Bluetooth: Fix incorrect type for window and interval
` [PATCH 2/2] Bluetooth: Modify LE window and interval for suspend

[PATCH] net/sonic: Fix some resource leaks in error handling paths
 2020-05-13  5:07 UTC  (11+ messages)
      `  "
                  ` net/sonic: Software evolution around the application of coding standards

[PATCH ipsec-next] xfrm: fix unused variable warning if CONFIG_NETFILTER=n
 2020-05-13  4:42 UTC  (2+ messages)

[PATCH v2 net-next 0/3] net: dsa: felix: tc taprio and CBS offload support
 2020-05-13  3:20 UTC  (7+ messages)
` [PATCH v2 net-next 1/3] net: dsa: felix: qos classified based on pcp
` [PATCH v2 net-next 2/3] net: dsa: felix: Configure Time-Aware Scheduler via taprio offload
` [PATCH v2 net-next 3/3] net: dsa: felix: add support Credit Based Shaper(CBS) for hardware offload

[PATCH bpf] bpf: fix bug in mmap() implementation for BPF array map
 2020-05-13  3:19 UTC  (2+ messages)

[question] net: phy: rtl8211f: link speed shows 1000Mb/s but actual link speed in phy is 100Mb/s
 2020-05-13  3:04 UTC  (5+ messages)

[PATCH v1] dt-bindings: net: nxp,tja11xx: rework validation support
 2020-05-13  2:36 UTC  (4+ messages)

[v4,iproute2-next 2/2] iproute2-next: add gate action man page
 2020-05-13  2:21 UTC  (3+ messages)
` [v5,iproute2-next 1/2] iproute2-next:tc:action: add a gate control action

[PATCH v4 bpf-next 0/7] Fix, clean up, and revamp selftests/bpf Makefile
 2020-05-13  1:58 UTC  (5+ messages)
` [PATCH v4 bpf-next 5/7] selftests/bpf: replace test_progs and test_maps w/ general rule

linux-next: manual merge of the net-next tree with the net tree
 2020-05-13  1:51 UTC  (3+ 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).