netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-08 04:42:38 to 2019-12-09 16:36:11 UTC [more...]

organization of wireguard linux kernel repos moving forward
 2019-12-09 16:36 UTC  (6+ messages)

pull-request: can 2019-12-08
 2019-12-09 16:32 UTC  (14+ messages)
` [PATCH 01/13] MAINTAINERS: Add myself as a maintainer for MMIO m_can
` [PATCH 02/13] MAINTAINERS: Add myself as a maintainer for TCAN4x5x
` [PATCH 03/13] can: j1939: j1939_sk_bind(): take priv after lock is held
` [PATCH 04/13] can: j1939: fix address claim code example
` [PATCH 05/13] can: xilinx_can: Fix missing Rx can packets on CANFD2.0
` [PATCH 06/13] can: flexcan: fix possible deadlock and out-of-order reception after wakeup
` [PATCH 07/13] can: flexcan: add low power enter/exit acknowledgment helper
` [PATCH 08/13] can: flexcan: poll MCR_LPM_ACK instead of GPR ACK for stop mode acknowledgment
` [PATCH 09/13] can: m_can: tcan4x5x: add required delay after reset
` [PATCH 10/13] dt-bindings: can: tcan4x5x: reset pin is active high
` [PATCH 11/13] dt-bindings: tcan4x5x: Make wake-gpio an optional gpio
` [PATCH 12/13] can: tcan45x: Make wake-up GPIO an optional GPIO
` [PATCH 13/13] can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devices

[PATCH net-next v9 0/3] netdev: ndo_tx_timeout cleanup
 2019-12-09 16:29 UTC  (4+ messages)
` [PATCH net-next v9 1/3] netdev: pass the stuck queue to the timeout handler
` [PATCH net-next v9 3/3] netronome: use the new txqueue timeout argument

[PATCH] fjes: fix missed check in fjes_acpi_add
 2019-12-09 16:22 UTC 

[PATCH] can: ensure an initialized headroom in outgoing CAN sk_buffs
 2019-12-09 16:07 UTC  (4+ messages)

[PATCH net] net: flow_dissector: fix tcp flags dissection on big-endian
 2019-12-09 16:06 UTC  (3+ messages)

KASAN: global-out-of-bounds Read in fb_pad_aligned_buffer
 2019-12-09 15:58 UTC 

[PATCH 1/4] [net-next] wan: remove stale Kconfig entries
 2019-12-09 15:41 UTC  (5+ messages)
` [PATCH 2/4] [net-next] wan: remove sbni/granch driver
` [PATCH 3/4] [net-next] wan: remove old frame relay driver
` [PATCH 4/4] [RFC] staging/net: move AF_X25 into drivers/staging

[PATCH 1/2] staging: remove isdn capi drivers
 2019-12-09 15:37 UTC  (3+ messages)
` [PATCH 2/2] isdn: capi: dead code removal

[PATCH net-next v2 00/14] Add support for SFP+ copper modules
 2019-12-09 15:19 UTC  (15+ messages)
` [PATCH net-next v2 01/14] net: sfp: remove incomplete 100BASE-FX and 100BASE-LX support
` [PATCH net-next v2 02/14] net: sfp: derive interface mode from ethtool link modes
` [PATCH net-next v2 03/14] net: sfp: add more extended compliance codes
` [PATCH net-next v2 04/14] net: sfp: add module start/stop upstream notifications
` [PATCH net-next v2 05/14] net: sfp: move phy_start()/phy_stop() to phylink
` [PATCH net-next v2 06/14] net: mdio-i2c: add support for Clause 45 accesses
` [PATCH net-next v2 07/14] net: phylink: re-split __phylink_connect_phy()
` [PATCH net-next v2 08/14] net: phylink: support Clause 45 PHYs on SFP+ modules
` [PATCH net-next v2 09/14] net: phylink: split link_an_mode configured and current settings
` [PATCH net-next v2 10/14] net: phylink: split phylink_sfp_module_insert()
` [PATCH net-next v2 11/14] net: phylink: delay MAC configuration for copper SFP modules
` [PATCH net-next v2 12/14] net: phylink: make Broadcom BCM84881 based SFPs work
` [PATCH net-next v2 13/14] net: phy: add Broadcom BCM84881 PHY driver
` [PATCH net-next v2 14/14] net: sfp: add support for Clause 45 PHYs

[PATCH bpf-next v2] bpf, x86, arm64: enable jit by default when not built as always-on
 2019-12-09 15:08 UTC 

recvfrom/recvmsg performance and CONFIG_HARDENED_USERCOPY
 2019-12-09 15:05 UTC  (4+ messages)

[PATCH bpf-next v3 0/6] Introduce the BPF dispatcher
 2019-12-09 15:00 UTC  (8+ messages)
` [PATCH bpf-next v3 1/6] bpf: move trampoline JIT image allocation to a function
` [PATCH bpf-next v3 2/6] bpf: introduce BPF dispatcher
` [PATCH bpf-next v3 3/6] bpf, xdp: start using the BPF dispatcher for XDP
` [PATCH bpf-next v3 4/6] bpf: start using the BPF dispatcher in BPF_TEST_RUN
` [PATCH bpf-next v3 5/6] selftests: bpf: add xdp_perf test
` [PATCH bpf-next v3 6/6] bpf, x86: align dispatcher branch targets to 16B

[PATCHv3] bpf: Emit audit messages upon successful prog load and unload
 2019-12-09 14:56 UTC  (3+ messages)

[PATCH net-next 00/14] Add support for SFP+ copper modules
 2019-12-09 14:49 UTC  (16+ messages)
` [PATCH net-next 01/14] net: sfp: remove incomplete 100BASE-FX and 100BASE-LX support
` [PATCH net-next 02/14] net: sfp: derive interface mode from ethtool link modes
` [PATCH net-next 03/14] net: sfp: add more extended compliance codes
` [PATCH net-next 04/14] net: sfp: add module start/stop upstream notifications
` [PATCH net-next 05/14] net: sfp: move phy_start()/phy_stop() to phylink
` [PATCH net-next 06/14] net: mdio-i2c: add support for Clause 45 accesses
` [PATCH net-next 07/14] net: phylink: re-split __phylink_connect_phy()
` [PATCH net-next 08/14] net: phylink: support Clause 45 PHYs on SFP+ modules
` [PATCH net-next 09/14] net: phylink: split link_an_mode configured and current settings
` [PATCH net-next 10/14] net: phylink: split phylink_sfp_module_insert()
` [PATCH net-next 11/14] net: phylink: delay MAC configuration for copper SFP modules
` [PATCH net-next 12/14] net: phylink: make Broadcom BCM84881 based SFPs work
` [PATCH net-next 13/14] net: phy: add Broadcom BCM84881 PHY driver
` [PATCH net-next 14/14] net: sfp: add support for Clause 45 PHYs

[PATCH bpf-next] bpf, x86, arm64: enable jit by default when not built as always-on
 2019-12-09 14:54 UTC  (3+ messages)

[PATCH net-next 0/4] Add support for slow-to-probe-PHY copper SFP modules
 2019-12-09 14:16 UTC  (5+ messages)
` [PATCH net-next 1/4] net: sfp: use a definition for the fault recovery attempts
` [PATCH net-next 2/4] net: sfp: rename sm_retries
` [PATCH net-next 3/4] net: sfp: error handling for phy probe
` [PATCH net-next 4/4] net: sfp: re-attempt probing for phy

[PATCH net] af_packet: set defaule value for tmo
 2019-12-09 14:14 UTC  (2+ messages)

[PATCH V4 net-next 0/4] net: ethernet: stmmac: cleanup clock and optimization
 2019-12-09 14:02 UTC  (2+ messages)

net: dsa: mv88e6xxx: error parsing ethernet node from dts
 2019-12-09 13:43 UTC  (6+ messages)

[PATCH net-next] net: sfp: avoid tx-fault with Nokia GPON module
 2019-12-09 13:40 UTC 

[PATCH][V2][RESEND] qed: remove redundant assignments to rc
 2019-12-09 13:16 UTC 

[PATCH v2 -next] NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu()
 2019-12-09 13:08 UTC 

[PATCH bpf-next 00/12] xsk: clean up ring access functions
 2019-12-09 13:07 UTC  (15+ messages)
` [PATCH bpf-next 01/12] xsk: eliminate the lazy update threshold
` [PATCH bpf-next 02/12] xsk: consolidate to one single cached producer pointer
` [PATCH bpf-next 03/12] xsk: standardize naming of producer ring access functions
` [PATCH bpf-next 04/12] xsk: simplify detection of empty and full rings
` [PATCH bpf-next 05/12] xsk: eliminate the RX batch size
` [PATCH bpf-next 06/12] xsk: simplify xskq_nb_avail and xskq_nb_free
` [PATCH bpf-next 07/12] xsk: simplify the consumer ring access functions
` [PATCH bpf-next 08/12] xsk: change names of validation functions
` [PATCH bpf-next 09/12] xsk: ixgbe: i40e: ice: mlx5: xsk_umem_discard_addr to xsk_umem_release_addr
` [PATCH bpf-next 10/12] xsk: remove unnecessary READ_ONCE of data
` [PATCH bpf-next 11/12] xsk: add function naming comments and reorder functions
` [PATCH bpf-next 12/12] xsk: use struct_size() helper

pull request: bluetooth-next 2019-12-09
 2019-12-09 12:48 UTC 

[PATCHv2 net] sctp: get netns from asoc and ep base
 2019-12-09 12:26 UTC  (2+ messages)

[PATCH][v2] page_pool: handle page recycle for NUMA_NO_NODE condition
 2019-12-09 12:14 UTC  (7+ messages)
    ` 答复: "
        ` 答复: "

[PATCH netfilter] netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()
 2019-12-09 11:58 UTC  (3+ messages)

[PATCH net] sctp: fully initialize v4 addr in some functions
 2019-12-09 11:53 UTC  (2+ messages)

[PATCH 0/3] net: macb: fix for fixed link, support for c45 mdio and 10G
 2019-12-09 11:36 UTC  (6+ messages)
` [PATCH 1/3] net: macb: fix for fixed-link mode
` [PATCH 2/3] net: macb: add support for C45 MDIO read/write
` [PATCH 3/3] net: macb: add support for high speed interface

[PATCH] net: ethernet: ti: davinci_cpdma: fix warning "device driver frees DMA memory with different size"
 2019-12-09 11:19 UTC 

[PATCH] ARM: net: bpf: improve endian conversion
 2019-12-09 11:17 UTC 

[PATCH] ARM: net: bpf: improve prologue code sequence
 2019-12-09 11:17 UTC 

[PATCH] virtio: Work around frames incorrectly marked as gso
 2019-12-09 10:54 UTC  (2+ messages)

[PATCH net-next] ip_gre: Make none-tun-dst gre tunnel keep tunnel info
 2019-12-09 10:48 UTC  (19+ messages)
` Question about flow table offload in mlx5e

[GIT] Networking
 2019-12-09 10:46 UTC  (5+ messages)

[PATCH] staging: qlge: Fix CamelCase in qlge.h and qlge_dbg.c
 2019-12-09 10:19 UTC 

[PATCH net-next v2] net: WireGuard secure network tunnel
 2019-12-09 10:07 UTC  (3+ messages)

Invalid GSO - from 4.x (TBA) to 5.5-rc1. Was: Re: 64 bit time regression in recvmmsg()
 2019-12-09 10:05 UTC  (2+ messages)

[PATCH net-next v2 0/2] unix: Show number of scm files in fdinfo
 2019-12-09 10:03 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd]
` [PATCH net-next v2 2/2] unix: Show number of pending scm files of receive queue in fdinfo

[PATCH v1] ARM i.MX6q: make sure PHY fixup for KSZ9031 is applied only on one board
 2019-12-09  8:44 UTC 

[PATCH V3 0/6] can: flexcan: fixes for stop mode
 2019-12-09  8:43 UTC  (4+ messages)

[PATCH stable v4.19 0/4] xfrm: Fixes for v4.19
 2019-12-09  8:30 UTC  (5+ messages)
` [PATCH stable v4.19 1/4] xfrm interface: fix memory leak on creation
` [PATCH stable v4.19 2/4] xfrm interface: avoid corruption on changelink
` [PATCH stable v4.19 3/4] xfrm interface: fix list corruption for x-netns
` [PATCH stable v4.19 4/4] xfrm interface: fix management of phydev

[PATCH RFC net-next v8 0/3] netdev: ndo_tx_timeout cleanup
 2019-12-09  7:40 UTC  (3+ messages)
` [PATCH RFC net-next v8 1/3] netdev: pass the stuck queue to the timeout handler

[PATCH v2] net/x25: add new state X25_STATE_5
 2019-12-09  7:21 UTC 

[PATCH net] selftests: forwarding: Delete IPv6 address at the end
 2019-12-09  6:56 UTC 

[PATCH net] mlxsw: spectrum_router: Remove unlikely user-triggerable warning
 2019-12-09  6:55 UTC 

[PATCH] net/x25: add new state X25_STATE_5
 2019-12-09  6:41 UTC  (4+ messages)

net-next is OPEN
 2019-12-09  6:36 UTC  (2+ messages)
` so is bpf-next... "

[PATCH net] sctp: get netns from asoc and ep base
 2019-12-09  4:56 UTC  (7+ messages)

[RFC net-next 00/18] virtio_net XDP offload
 2019-12-09  0:24 UTC  (5+ messages)
` [RFC net-next 07/18] tun: set offloaded xdp program

[PATCH bpf 0/3] bpf: Make BPF trampoline friendly to ftrace
 2019-12-09  0:01 UTC  (4+ messages)
` [PATCH bpf 1/3] ftrace: Fix function_graph tracer interaction with BPF trampoline
` [PATCH bpf 2/3] bpf: Make BPF trampoline use register_ftrace_direct() API
` [PATCH bpf 3/3] selftests/bpf: test function_graph tracer and bpf trampoline together

[PATCH] fs: fix use-after-free in __fput() when a chardev is removed but a file is still open
 2019-12-08 19:53 UTC  (3+ messages)

how udp source address gets selected when default gateway is configured with multipath-routing
 2019-12-08 17:34 UTC  (2+ messages)

[PATCH V1 net] net: ena: fix napi handler misbehavior when the napi budget is zero
 2019-12-08 17:30 UTC 

[PATCH net] net: mvpp2: fix condition for setting up link interrupt
 2019-12-08 17:14 UTC  (6+ messages)

[PATCH 21/34] net: Use CONFIG_PREEMPTION
 2019-12-08 14:58 UTC  (2+ messages)
` [tip: sched/urgent] sched/rt, net: Use CONFIG_PREEMPTION.patch

[PATCH] net/ipv4/tcp.c: cleanup duplicate initialization of sk->sk_state in tcp_init_sock()
 2019-12-08 14:31 UTC 

[PATCH V2 0/4] can: flexcan: fixes for stop mode
 2019-12-08 10:56 UTC  (13+ messages)
` [PATCH V2 2/4] can: flexcan: try to exit stop mode during probe stage

linux-next: build warning after merge of the net-next tree
 2019-12-08 10:33 UTC  (4+ messages)
` nf_flow on big-endian (was: Re: linux-next: build warning after merge of the net-next tree)

WARNING in perf_group_attach
 2019-12-08 10:17 UTC 

[RFC PATCH 1/4] b44: Add DMA_ATTR_NO_WARN to dma_map_single attempts
 2019-12-08  8:35 UTC 

[RFC PATCH 2/4] b44: Fix off-by-one error in acceptable address range
 2019-12-08  8:36 UTC 

[RFC PATCH 3/4] b44: Unmap DMA ring buffers before kfree
 2019-12-08  8:38 UTC 

[RFC PATCH 4/4] b44: Spacing cleanups
 2019-12-08  8:39 UTC 

Should TPACKET_ALIGNMENT be defined as 16U rather than just 16, to avoid undefined behavior warnings?
 2019-12-08  5:29 UTC 

WARNING in perf_reg_value
 2019-12-08  5:03 UTC 

[PATCH nf-next 0/7] netfilter: nft_tunnel: reinforce key opts support
 2019-12-08  4:51 UTC  (9+ messages)
` [PATCH nf-next 1/7] netfilter: nft_tunnel: parse ERSPAN_VERSION attr as u8
  ` [PATCH nf-next 2/7] netfilter: nft_tunnel: parse VXLAN_GBP attr as u32 in nft_tunnel
    ` [PATCH nf-next 3/7] netfilter: nft_tunnel: no need to call htons() when dumping ports
      ` [PATCH nf-next 4/7] netfilter: nft_tunnel: also dump ERSPAN_VERSION
        ` [PATCH nf-next 5/7] netfilter: nft_tunnel: also dump OPTS_ERSPAN/VXLAN
          ` [PATCH nf-next 6/7] netfilter: nft_tunnel: add the missing nla_nest_cancel()
            ` [PATCH nf-next 7/7] netfilter: nft_tunnel: add support for geneve opts


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