netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-08 12:58:09 to 2020-01-09 00:35:47 UTC [more...]

[PATCH bpf-next v4 00/11] Introduce BPF STRUCT_OPS
 2020-01-09  0:35 UTC  (9+ messages)
` [PATCH bpf-next v4 02/11] bpf: Avoid storing modifier to info->btf_id
` [PATCH bpf-next v4 03/11] bpf: Add enum support to btf_ctx_access()
` [PATCH bpf-next v4 04/11] bpf: Support bitfield read access in btf_struct_access
` [PATCH bpf-next v4 06/11] bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
` [PATCH bpf-next v4 07/11] bpf: tcp: Support tcp_congestion_ops in bpf
` [PATCH bpf-next v4 09/11] bpf: Synch uapi bpf.h to tools/
` [PATCH bpf-next v4 10/11] bpf: libbpf: Add STRUCT_OPS support
` [PATCH bpf-next v4 11/11] bpf: Add bpf_dctcp example

[PATCH net-next] vmxnet3: Remove always false conditional statement
 2020-01-09  0:07 UTC  (2+ messages)

[PATCH] [net-next] [v2] netronome: fix ipv6 link error
 2020-01-09  0:06 UTC  (2+ messages)

[PATCH net-next] net: dsa: felix: fix link error
 2020-01-09  0:06 UTC  (3+ messages)

[PATCH net-next] r8169: add constant EnAnaPLL
 2020-01-09  0:05 UTC  (2+ messages)

[PATCH] ethtool: potential NULL dereference in strset_prepare_data()
 2020-01-09  0:04 UTC  (2+ messages)

[PATCH net-next] ethtool: fix ->reply_size() error handling
 2020-01-09  0:03 UTC  (2+ messages)

[PATCH net-next] ethtool: fix a memory leak in ethnl_default_start()
 2020-01-09  0:03 UTC  (2+ messages)

[PATCH net-next 0/2] Broadcom tags support for 531x5/539x families
 2020-01-09  0:01 UTC  (2+ messages)

[net] tipc: fix wrong connect() return code
 2020-01-08 23:58 UTC  (2+ messages)

[net] tipc: fix link overflow issue at socket shutdown
 2020-01-08 23:57 UTC  (2+ messages)

[PATCH INTERNAL v1 0/3] Devlink notification after recovery complete by bnxt_en driver
 2020-01-08 23:48 UTC  (2+ messages)

[net-next PATCH] net/ncsi: Support for multi host mellanox card
 2020-01-08 23:43 UTC 

[PATCH 0/9] Netfilter fixes for net
 2020-01-08 23:22 UTC  (11+ messages)
` [PATCH 1/9] netfilter: arp_tables: init netns pointer in xt_tgchk_param struct
` [PATCH 2/9] netfilter: nft_flow_offload: fix underflow in flowtable reference counter
` [PATCH 3/9] netfilter: nf_flow_table_offload: fix incorrect ethernet dst address
` [PATCH 4/9] netfilter: nf_flow_table_offload: check the status of dst_neigh
` [PATCH 5/9] netfilter: nf_flow_table_offload: fix the nat port mangle
` [PATCH 6/9] netfilter: nf_tables: unbind callbacks from flowtable destroy path
` [PATCH 7/9] netfilter: flowtable: add nf_flowtable_time_stamp
` [PATCH 8/9] netfilter: conntrack: dccp, sctp: handle null timeout argument
` [PATCH 9/9] netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present

[PATCH 0/8] reduce open coded skb->next access for gso segment walking
 2020-01-08 23:21 UTC  (10+ messages)
` [PATCH 1/8] net: introduce skb_list_walk_safe for skb "
` [PATCH 2/8] net: tap: use skb_list_walk_safe helper for gso segments
` [PATCH 3/8] net: r8152: "
` [PATCH 4/8] net: tg3: "
` [PATCH 5/8] net: sunvnet: "
` [PATCH 6/8] net: sfc: "
` [PATCH 7/8] net: myri10ge: "
` [PATCH 8/8] net: iwlwifi: "

[PATCH net] net: usb: lan78xx: fix possible skb leak
 2020-01-08 23:19 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: restore original comm in test_overhead
 2020-01-08 23:18 UTC  (2+ messages)

commit b9ef5513c99b breaks ping to ipv6 linklocal addresses on debian buster
 2020-01-08 23:06 UTC  (10+ messages)

[PATCH V2] net: 3com: 3c59x: remove set but not used variable 'mii_reg1'
 2020-01-08 23:05 UTC  (4+ messages)

[PATCH bpf-next 0/6] bpf: Introduce global functions
 2020-01-08 23:05 UTC  (24+ messages)
` [PATCH bpf-next 1/6] libbpf: Sanitize BTF_KIND_FUNC linkage
` [PATCH bpf-next 2/6] libbpf: Collect static vs global info about functions
` [PATCH bpf-next 3/6] bpf: Introduce function-by-function verification
` [PATCH bpf-next 4/6] selftests/bpf: Add fexit-to-skb test for global funcs
` [PATCH bpf-next 5/6] selftests/bpf: Add a test for a large global function
` [PATCH bpf-next 6/6] selftests/bpf: Modify a test to check global functions

[PATCH] [net-next] [v2] socket: fix unused-function warning
 2020-01-08 23:02 UTC  (3+ messages)

general protection fault in hash_ipportnet4_uadt
 2020-01-08 22:32 UTC  (4+ messages)
` [PATCH nf] netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present

general protection fault in dccp_timeout_nlattr_to_obj
 2020-01-08 22:32 UTC  (3+ messages)
` [PATCH nf] netfilter: conntrack: dccp, sctp: handle null timeout argument

[PATCH] [net-next] socket: fix unused-function warning
 2020-01-08 21:40 UTC  (5+ messages)

[bpf PATCH 0/2] xdp devmap improvements cleanup
 2020-01-08 21:35 UTC  (3+ messages)
` [bpf PATCH 1/2] bpf: xdp, update devmap comments to reflect napi/rcu usage
` [bpf PATCH 2/2] bpf: xdp, remove no longer required rcu_read_{un}lock()

[PATCH net-next 00/14] sfc: code refactoring
 2020-01-08 21:28 UTC  (17+ messages)
` [PATCH net-next 01/14] sfc: add new headers in preparation for code split
` [PATCH net-next 02/14] sfc: further "
` [PATCH net-next 03/14] sfc: move reset workqueue code
` [PATCH net-next 04/14] sfc: move mac configuration and status functions
` [PATCH net-next 05/14] sfc: move datapath management code
` [PATCH net-next 06/14] sfc: move some device reset code
` [PATCH net-next 07/14] sfc: move struct init and fini code
` [PATCH net-next 08/14] sfc: move some channel-related code
` [PATCH net-next 09/14] sfc: move channel start/stop code
` [PATCH net-next 10/14] sfc: move channel alloc/removal code
` [PATCH net-next 11/14] sfc: move channel interrupt management code
` [PATCH net-next 12/14] sfc: move event queue "
` [PATCH net-next 13/14] sfc: move common rx code
` [PATCH net-next 14/14] sfc: move common tx code

[RFC PATCH V2 09/11] xen: Clear IRQD_IRQ_STARTED flag during shutdown PIRQs
 2020-01-08 21:24 UTC  (3+ messages)

[bpf PATCH 0/9] Fixes for sockmap/tls from more complex BPF progs
 2020-01-08 21:16 UTC  (10+ messages)
` [bpf PATCH 1/9] bpf: sockmap/tls, during free we may call tcp_bpf_unhash() in loop
` [bpf PATCH 2/9] bpf: sockmap, ensure sock lock held during tear down
` [bpf PATCH 3/9] bpf: sockmap/tls, push write_space updates through ulp updates
` [bpf PATCH 4/9] bpf: sockmap, skmsg helper overestimates push, pull, and pop bounds
` [bpf PATCH 5/9] bpf: sockmap/tls, msg_push_data may leave end mark in place
` [bpf PATCH 6/9] bpf: sockmap/tls, tls_sw can create a plaintext buf > encrypt buf
` [bpf PATCH 7/9] bpf: sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining
` [bpf PATCH 8/9] bpf: sockmap/tls, tls_push_record can not handle zero length skmsg
` [bpf PATCH 9/9] bpf: sockmap/tls, fix pop data with SK_DROP return code

[PATCH] atm: eni: fix uninitialized variable warning
 2020-01-08 21:11 UTC  (2+ messages)

[PATCH net-next] hsr: fix dummy hsr_debugfs_rename() declaration
 2020-01-08 21:10 UTC  (2+ messages)

[net-next PATCH] net/ncsi: Send device address as source address
 2020-01-08 21:09 UTC  (2+ messages)

[Bluez PATCH v1] bluetooth: secure bluetooth stack from bluedump attack
 2020-01-08 21:02 UTC  (2+ messages)

[PATCH net] macvlan: do not assume mac_header is set in macvlan_broadcast()
 2020-01-08 20:53 UTC  (2+ messages)

[PATCH net 0/2] When ungrafting from PRIO, replace child with FIFO
 2020-01-08 20:48 UTC  (3+ messages)

[PATCH] Bluetooth: remove redundant assignment to variable icid
 2020-01-08 20:45 UTC  (3+ messages)

[PATCH net-next] MAINTAINERS: Remove myself as co-maintainer for qcom-ethqos
 2020-01-08 20:44 UTC  (2+ messages)

[PATCH net] gtp: fix bad unlock balance in gtp_encap_enable_socket
 2020-01-08 20:43 UTC  (2+ messages)

[PATCH net] sh_eth: check sh_eth_cpu_data::dual_port when dumping registers
 2020-01-08 20:42 UTC 

[PATCH net] pkt_sched: fq: do not accept silly TCA_FQ_QUANTUM
 2020-01-08 20:41 UTC  (2+ messages)

[PATCH 1/2] tipc: do not add socket.o to tipc-y twice
 2020-01-08 20:39 UTC  (4+ messages)
` [PATCH 2/2] tipc: remove meaningless assignment in Makefile

[PATCH netdev] net: stmmac: dwmac-sun8i: Allow all RGMII modes
 2020-01-08 20:32 UTC  (2+ messages)

[PATCH netdev] net: stmmac: dwmac-sunxi: Allow all RGMII modes
 2020-01-08 20:32 UTC  (2+ messages)

[PATCH v2 0/9] iomap: Constify ioreadX() iomem argument
 2020-01-08 20:29 UTC  (11+ messages)
` [PATCH v2 1/9] iomap: Constify ioreadX() iomem argument (as in generic implementation)
` [PATCH v2 2/9] net: wireless: rtl818x: "
` [PATCH v2 3/9] ntb: intel: "
` [PATCH v2 4/9] virtio: pci: "
` [PATCH v2 5/9] arc: "
` [PATCH v2 6/9] drm/mgag200: "
` [PATCH v2 7/9] drm/nouveau: "
` [PATCH v2 8/9] media: fsl-viu: "
` [PATCH v2 9/9] net: wireless: ath5k: "

[pull request][net-next 00/13] Mellanox, mlx5 updates 2020-01-07
 2020-01-08 20:26 UTC  (2+ messages)

[PATCH] treewide: remove redundent IS_ERR() before error code check
 2020-01-08 20:17 UTC  (2+ messages)

Sumo Logic Users Contact List
 2020-01-08 20:13 UTC 

[PATCH iproute2] make yacc usage POSIX compatible
 2020-01-08 19:57 UTC 

Freescale network device not activated on mpc8360 (kmeter1 board)
 2020-01-08 19:25 UTC  (4+ messages)

[question] About triggering a region snapshot through the devlink cmd
 2020-01-08 19:14 UTC  (2+ messages)
    ` FW: "

[PATCH bpf-next v3 00/11] Introduce BPF STRUCT_OPS
 2020-01-08 18:41 UTC  (6+ messages)
` [PATCH bpf-next v3 06/11] bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS

[PATCH bpf-next v3 0/2] bpftool/libbpf: Add probe for large INSN limit
 2020-01-08 18:37 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] libbpf: "
` [PATCH bpf-next v3 2/2] bpftool: Add misc section and "

[PATCH net-next 00/10] net: Add route offload indication
 2020-01-08 18:37 UTC  (5+ messages)
` [PATCH net-next 01/10] ipv4: Replace route in list before notifying
` [PATCH net-next 02/10] ipv4: Encapsulate function arguments in a struct

[PATCH] bpf/sockmap: read psock ingress_msg before sk_receive_queue
 2020-01-08 18:34 UTC  (7+ messages)

[PATCH rdma-next 00/10] Relaxed ordering memory regions
 2020-01-08 18:05 UTC  (11+ messages)
` [PATCH rdma-next 01/10] net/mlx5: Expose relaxed ordering bits
` [PATCH rdma-next 02/10] RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOC
` [PATCH rdma-next 03/10] RDMA/core: Remove ucontext_lock from the uverbs_destry_ufile_hw() path
` [PATCH rdma-next 04/10] RDMA/uverbs: Add ioctl command to get a device context
` [PATCH rdma-next 05/10] RDMA/uverbs: Verify MR access flags
` [PATCH rdma-next 06/10] RDMA/core: Add optional access flags range
` [PATCH rdma-next 07/10] RDMA/efa: Allow passing of optional access flags for MR registration
` [PATCH rdma-next 08/10] RDMA/uverbs: Add new relaxed ordering memory region access flag
` [PATCH rdma-next 09/10] RDMA/core: Add the core support field to METHOD_GET_CONTEXT
` [PATCH rdma-next 10/10] RDMA/mlx5: Set relaxed ordering when requested

[PATCH net-next] net: dsa: Remove indirect function call for flow dissection
 2020-01-08 18:03 UTC  (5+ messages)

[PATCH][bpf-next] bpf: return EOPNOTSUPP when invalid map type in __bpf_tx_xdp_map
 2020-01-08 17:17 UTC  (2+ messages)

[PATCH net-next v6 00/11] Multipath TCP: Prerequisites
 2020-01-08 17:06 UTC  (4+ messages)
` [PATCH net-next v6 05/11] tcp, ulp: Add clone operation to tcp_ulp_ops

[PATCH] net: phy: Fix compile warning about of_mdiobus_child_is_phy
 2020-01-08 16:43 UTC  (2+ messages)

[PATCH] gianfar: Solve ethernet TX/RX problems for ls1021a
 2020-01-08 16:30 UTC  (4+ messages)

[PATCH 0/2] ath10k: Enable QDSS clock on sm8150
 2020-01-08 16:25 UTC  (3+ messages)
` [PATCH 1/2] ath10k: Add optional qdss clk

[RFC] obsolete references to Documentation/devicetree/bindings/net/ethernet.txt
 2020-01-08 16:24 UTC  (3+ messages)

[PATCH] staging: octeon: Drop on uncorrectable alignment or FCS error
 2020-01-08 16:10 UTC 

[PATCH] staging: octeon: repair "fixed-link" support
 2020-01-08 16:09 UTC 

general protection fault in hash_ipportip6_uadt
 2020-01-08 16:05 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] Simplify xdp_do_redirect_map()/xdp_do_flush_map() and XDP maps
 2020-01-08 16:01 UTC  (6+ messages)
` [PATCH bpf-next v2 4/8] xsk: make xskmap flush_list common for all map instances

NULL pointer dereference bug when unbinding 'igb' -driver from Intel i210 ethernet card
 2020-01-08 15:38 UTC 

[PATCH bpf-next v2 0/2] bpftool/libbpf: Add probe for large INSN limit
 2020-01-08 15:28 UTC  (5+ messages)
` [PATCH bpf-next v2 2/2] bpftool: Add misc secion and "

[PATCH] brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362
 2020-01-08 14:57 UTC  (9+ messages)

[BUG] pfifo_fast may cause out-of-order CAN frame transmission
 2020-01-08 14:55 UTC 

[PATCH] net: socionext: get rid of huge dma sync in netsec_alloc_rx_data
 2020-01-08 14:53 UTC  (2+ messages)

[RFC 0/5] bpf: Add trampoline helpers
 2020-01-08 14:38 UTC  (8+ messages)
` [PATCH 1/5] bpf: Allow non struct type for btf ctx access
          `  "

[PATCH] brcmfmac: Remove always false 'idx < 0' statement
 2020-01-08 13:57 UTC 

[PATCH v3] net: stmmac: pci: remove the duplicate code of set phy_mask
 2020-01-08 13:56 UTC 

[PATCH next] igc: make non-global functions static
 2020-01-08 13:39 UTC 

[PATCH v2 0/2] net: stmmac: remove useless code of phy_mask
 2020-01-08 13:43 UTC  (5+ messages)

[PATCH] netronome: fix ipv6 link error
 2020-01-08 13:09 UTC  (4+ messages)

[PATCH 00/16] add device tree for SAM9X60 SoC and SAM9X60-EK board
 2020-01-08 12:55 UTC  (4+ messages)
` [PATCH 14/16] dt-bindings: arm: add sam9x60-ek board
` [PATCH 15/16] ARM: at91/defconfig: enable MMC_SDHCI_OF_AT91 and MICROCHIP_PIT64B
` [PATCH 16/16] ARM: dts: at91: sam9x60: add device tree for soc and board


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