netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-09 13:34:21 to 2019-12-09 22:34:51 UTC [more...]

[PATCH net-next 0/4] Add support for slow-to-probe-PHY copper SFP modules
 2019-12-09 22:34 UTC  (10+ 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-next] net: bridge: add STP xstats
 2019-12-09 22:34 UTC  (3+ messages)
` [PATCH iproute2] iplink: add support for "

[PATCH net-next] net: sfp: avoid tx-fault with Nokia GPON module
 2019-12-09 22:32 UTC  (3+ messages)

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

[PATCH][V2][RESEND] qed: remove redundant assignments to rc
 2019-12-09 22:28 UTC  (2+ messages)

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

[PATCH] net: ethernet: ti: davinci_cpdma: fix warning "device driver frees DMA memory with different size"
 2019-12-09 22:26 UTC  (3+ messages)

[PATCH 00/17] Netfilter fixes for net
 2019-12-09 22:03 UTC  (19+ messages)
` [PATCH 01/17] netfilter: ctnetlink: netns exit must wait for callbacks
` [PATCH 02/17] netfilter: nf_flow_table_offload: Fix block setup as TC_SETUP_FT cmd
` [PATCH 03/17] netfilter: nf_flow_table_offload: Fix block_cb tc_setup_type as TC_SETUP_CLSFLOWER
` [PATCH 04/17] netfilter: nf_flow_table_offload: Don't use offset uninitialized in flow_offload_port_{d,s}nat
` [PATCH 05/17] netfilter: conntrack: tell compiler to not inline nf_ct_resolve_clash
` [PATCH 06/17] netfilter: nf_flow_table_offload: add IPv6 match description
` [PATCH 07/17] netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER event
` [PATCH 08/17] selftests: netfilter: use randomized netns names
` [PATCH 09/17] netfilter: nf_queue: enqueue skbs with NULL dst
` [PATCH 10/17] netfilter: uapi: Avoid undefined left-shift in xt_sctp.h
` [PATCH 11/17] netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named sets
` [PATCH 12/17] netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_END
` [PATCH 13/17] netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()
` [PATCH 14/17] netfilter: nf_tables: skip module reference count bump on object updates
` [PATCH 15/17] netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actions
` [PATCH 16/17] netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()
` [PATCH 17/17] netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle()

[PATCH] net: smc911x: Adjust indentation in smc911x_phy_configure
 2019-12-09 21:50 UTC 

[PATCH bpf-next 0/8] riscv: BPF JIT fix, optimizations and far jumps support
 2019-12-09 21:27 UTC  (12+ messages)
` [PATCH bpf-next 1/8] riscv, bpf: fix broken BPF tail calls
` [PATCH bpf-next 2/8] riscv, bpf: add support for far branching
` [PATCH bpf-next 3/8] riscv, bpf: add support for far jumps and exits
` [PATCH bpf-next 4/8] riscv, bpf: optimize BPF tail calls
` [PATCH bpf-next 5/8] riscv, bpf: provide RISC-V specific JIT image alloc/free
` [PATCH bpf-next 6/8] riscv, bpf: optimize calls
` [PATCH bpf-next 7/8] riscv, bpf: add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programs
` [PATCH bpf-next 8/8] riscv, perf: add arch specific perf_arch_bpf_user_pt_regs

[PATCH] net: tulip: Adjust indentation in {dmfe,uli526x}_init_module
 2019-12-09 21:22 UTC  (2+ messages)

[PATCH net-next 0/5] ethtool netlink interface, preliminary patches
 2019-12-09 20:45 UTC  (8+ messages)
` [PATCH net-next 1/5] rtnetlink: provide permanent hardware address in RTM_NEWLINK
` [PATCH net-next 2/5] netlink: rename nl80211_validate_nested() to nla_validate_nested()
` [PATCH net-next 3/5] ethtool: move to its own directory
` [PATCH net-next 4/5] ethtool: move string arrays into common file
` [PATCH net-next 5/5] ethtool: provide link mode names as a string set

[PATCH net-next v3 0/2] Fix Tx/Rx FIFO depth for DP83867
 2019-12-09 20:10 UTC  (3+ messages)
` [PATCH net-next v3 1/2] dt-bindings: dp83867: Convert fifo-depth to common fifo-depth and make optional
` [PATCH net-next v3 2/2] net: phy: dp83867: Add rx-fifo-depth and tx-fifo-depth

[PATCH nf-next 0/7] netfilter: nft_tunnel: reinforce key opts support
 2019-12-09 20:03 UTC  (3+ messages)
` [PATCH nf-next 1/7] netfilter: nft_tunnel: parse ERSPAN_VERSION attr as u8

[PATCH bpf 0/2] Limit tail calls to 33 in all JIT compilers
 2019-12-09 19:57 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf, riscv: limit to 33 tail calls
` [PATCH bpf 2/2] bpf, mips: "

[PATCH bpf-next v3 0/6] Introduce the BPF dispatcher
 2019-12-09 19:50 UTC  (12+ 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

[PATCH net-next v9 0/3] netdev: ndo_tx_timeout cleanup
 2019-12-09 19:34 UTC  (5+ 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 1/4] [net-next] wan: remove stale Kconfig entries
 2019-12-09 19:26 UTC  (7+ 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 net-next] net-tcp: Disable TCP ssthresh metrics cache by default
 2019-12-09 19:19 UTC 

[PATCH] NFC: nxp-nci: Fix probing without ACPI
 2019-12-09 19:16 UTC  (2+ messages)

pull request: bluetooth-next 2019-12-09
 2019-12-09 18:49 UTC  (2+ messages)

[PATCH bpf 0/3] bpf: Make BPF trampoline friendly to ftrace
 2019-12-09 18:42 UTC  (2+ messages)

recvfrom/recvmsg performance and CONFIG_HARDENED_USERCOPY
 2019-12-09 18:43 UTC  (2+ messages)

[PATCH net] bonding: fix bond_neigh_init()
 2019-12-09 18:42 UTC  (3+ messages)

[PATCH net] bonding: fix active-backup transition after link failure
 2019-12-09 18:41 UTC  (3+ messages)

[PATCH V1 net] net: ena: fix napi handler misbehavior when the napi budget is zero
 2019-12-09 18:34 UTC  (2+ messages)

[PATCH v2] net/x25: add new state X25_STATE_5
 2019-12-09 18:33 UTC  (2+ messages)

[PATCH net-next v2 0/2] Rebase of patches
 2019-12-09 18:31 UTC  (6+ messages)
` [PATCH net-next v2 1/2] dt-bindings: dp83867: Convert fifo-depth to common fifo-depth and make optional
` [PATCH net-next v2 2/2] net: phy: dp83867: Add rx-fifo-depth and tx-fifo-depth

[PATCH net] selftests: forwarding: Delete IPv6 address at the end
 2019-12-09 18:20 UTC  (2+ messages)

[PATCH net] mlxsw: spectrum_router: Remove unlikely user-triggerable warning
 2019-12-09 18:19 UTC  (2+ messages)

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

[PATCH] ARM: dts: Cygnus: Fix MDIO node address/size cells
 2019-12-09 18:14 UTC  (2+ messages)

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

[PATCH stable v4.19 0/4] xfrm: Fixes for v4.19
 2019-12-09 18:11 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: dp83867: Convert fifo-depth to common fifo-depth and make optional
 2019-12-09 18:00 UTC  (3+ messages)

[RFC PATCH 2/4] b44: Fix off-by-one error in acceptable address range
 2019-12-09 18:01 UTC  (3+ messages)

[PATCH] netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle
 2019-12-09 17:56 UTC  (6+ messages)

[PATCH] net/ipv4/tcp.c: cleanup duplicate initialization of sk->sk_state in tcp_init_sock()
 2019-12-09 17:53 UTC  (2+ messages)

[PATCH v1] ARM i.MX6q: make sure PHY fixup for KSZ9031 is applied only on one board
 2019-12-09 17:51 UTC  (4+ messages)

[PATCH net] neighbour: remove neigh_cleanup() method
 2019-12-09 17:48 UTC  (2+ messages)

pull-request: can 2019-12-08
 2019-12-09 17:28 UTC  (15+ 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 1/2] staging: remove isdn capi drivers
 2019-12-09 17:11 UTC  (4+ messages)
` [PATCH 2/2] isdn: capi: dead code removal

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

[PATCH net] tc-testing: unbreak full listing of tdc testcases
 2019-12-09 16:58 UTC 

[PATCH v2] ocfs2/dlm: Move BITS_TO_BYTES() to bitops.h for wider use
 2019-12-09 16:43 UTC  (2+ messages)

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

[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 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

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

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


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