netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-08 21:59:30 to 2020-01-09 19:17:32 UTC [more...]

[GIT] Networking
 2020-01-09 19:15 UTC  (2+ messages)

[PATCH 00/16] add device tree for SAM9X60 SoC and SAM9X60-EK board
 2020-01-09 19:16 UTC  (3+ messages)
` [PATCH 07/16] dt-bindings: atmel-nand: add microchip,sam9x60-pmecc

[PATCH 1/2] devlink: correct misspelling of snapshot
 2020-01-09 19:08 UTC  (2+ messages)
` [PATCH 2/2] doc: fix typo of snapshot in documentation

[PATCH net-next v7 00/11] Multipath TCP: Prerequisites
 2020-01-09 19:05 UTC  (13+ messages)
` [PATCH net-next v7 01/11] net: Make sock protocol value checks more specific
` [PATCH net-next v7 02/11] sock: Make sk_protocol a 16-bit value
` [PATCH net-next v7 03/11] tcp: Define IPPROTO_MPTCP
` [PATCH net-next v7 04/11] tcp: Add MPTCP option number
` [PATCH net-next v7 05/11] tcp, ulp: Add clone operation to tcp_ulp_ops
` [PATCH net-next v7 06/11] mptcp: Add MPTCP to skb extensions
` [PATCH net-next v7 07/11] tcp: coalesce/collapse must respect MPTCP extensions
` [PATCH net-next v7 08/11] tcp: Export TCP functions and ops struct
` [PATCH net-next v7 09/11] tcp: Check for filled TCP option space before SACK
` [PATCH net-next v7 10/11] tcp: clean ext on tx recycle
` [PATCH net-next v7 11/11] skb: add helpers to allocate ext independently from sk_buff

[drivers/net/phy/sfp] intermittent failure in state machine checks
 2020-01-09 19:01 UTC  (7+ messages)

[PATCH net-next 0/9] sfc: more code refactoring
 2020-01-09 18:58 UTC  (11+ messages)
` [PATCH net-next 1/9] sfc: move some port link state/caps code
` [PATCH net-next 2/9] sfc: move some MCDI port utility functions
` [PATCH net-next 3/9] sfc: move more MCDI port code
` [PATCH net-next 4/9] sfc: move MCDI VI alloc/free code
` [PATCH net-next 5/9] sfc: move MCDI event queue management code
` [PATCH net-next 6/9] sfc: move MCDI transmit "
` [PATCH net-next 7/9] sfc: move MCDI receive "
` [PATCH net-next 8/9] sfc: conditioned some functionality
` [PATCH net-next 9/9] sfc: move MCDI logging device attribute

[PATCH net-next] net/mlx5e: allow TSO on VXLAN over VLAN topologies
 2020-01-09 18:52 UTC  (2+ messages)

[bpf PATCH 0/9] Fixes for sockmap/tls from more complex BPF progs
 2020-01-09 18:51 UTC  (11+ 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

[PATCH net-next] net: macb: add support for C45 MDIO read/write
 2020-01-09 18:48 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: add BPF_HANDLER, BPF_KPROBE, and BPF_KRETPROBE macros
 2020-01-09 18:48 UTC  (2+ messages)

[PATCH bpf 0/1] Fix memory leak in helpers dealing with sockets
 2020-01-09 18:23 UTC  (3+ messages)
` [PATCH bpf 1/1] net: bpf: don't leak time wait and request sockets

[PATCH v2 bpf-next 0/7] bpf: Introduce global functions
 2020-01-09 18:09 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/7] libbpf: Sanitize "
` [PATCH v2 bpf-next 2/7] libbpf: Collect static vs global info about functions
` [PATCH v2 bpf-next 3/7] bpf: Introduce function-by-function verification
` [PATCH v2 bpf-next 4/7] selftests/bpf: Add fexit-to-skb test for global funcs
` [PATCH v2 bpf-next 5/7] selftests/bpf: Add a test for a large global function
` [PATCH v2 bpf-next 6/7] selftests/bpf: Modify a test to check global functions
` [PATCH v2 bpf-next 7/7] selftests/bpf: Add unit tests for "

[v1,net-next, 1/2] ethtool: add setting frame preemption of traffic classes
 2020-01-09 18:04 UTC  (11+ messages)
  ` [EXT] "

[PATCH net] devlink: Wait longer before warning about unset port type
 2020-01-09 17:57 UTC 

[PATCH bpf-next v4 00/11] Introduce BPF STRUCT_OPS
 2020-01-09 17:52 UTC  (18+ messages)
` [PATCH bpf-next v4 01/11] bpf: Save PTR_TO_BTF_ID register state when spilling to stack
` [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 05/11] bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
` [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 08/11] bpf: Add BPF_FUNC_tcp_send_ack helper
` [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

[RFC net-next Patch 0/3] net: bridge: mrp: Add support for Media Redundancy Protocol(MRP)
 2020-01-09 17:41 UTC  (6+ messages)
` [RFC net-next Patch 1/3] net: bridge: mrp: Add support for Media Redundancy Protocol
` [RFC net-next Patch 2/3] net: bridge: mrp: Integrate MRP into the bridge
` [RFC net-next Patch 3/3] net: bridge: mrp: Add netlink support to configure MRP
  ` [Bridge] [RFC net-next Patch 0/3] net: bridge: mrp: Add support for Media Redundancy Protocol(MRP)

[net 0/7][pull request] Intel Wired LAN Driver Updates 2020-01-09
 2020-01-09 17:47 UTC  (8+ messages)
` [net 1/7] i40e: Fix virtchnl_queue_select bitmap validation
` [net 2/7] ixgbevf: Remove limit of 10 entries for unicast filter list
` [net 3/7] ixgbe: Fix calculation of queue with VFs and flow director on interface flap
` [net 4/7] igb: Fix SGMII SFP module discovery for 100FX/LX
` [net 5/7] iavf: remove current MAC address filter on VF reset
` [net 6/7] i40e: Set PHY Access flag on X722
` [net 7/7] e1000e: Revert "e1000e: Make watchdog use delayed work"

[BUG] pfifo_fast may cause out-of-order CAN frame transmission
 2020-01-09 17:39 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 008/187] mwifiex: fix possible heap overflow in mwifiex_process_country_ie()
 2020-01-09 17:33 UTC  (4+ messages)

[PATCH] net: socionext: get rid of huge dma sync in netsec_alloc_rx_data
 2020-01-09 17:29 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 46/84] tcp/dccp: fix possible race __inet_lookup_established()
 2020-01-09 17:07 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: restore original comm in test_overhead
 2020-01-09 16:43 UTC  (4+ messages)

[PATCH net-next 00/10] net: Add route offload indication
 2020-01-09 16:24 UTC  (9+ messages)
` [PATCH net-next 02/10] ipv4: Encapsulate function arguments in a struct
` [PATCH net-next 03/10] ipv4: Add "offload" and "trap" indications to routes
` [PATCH net-next 04/10] ipv6: "

Singapore Citizen Mr. Teo En Ming's Refugee Seeking Attempts as at 9 Jan 2020 Thursday
 2020-01-09 15:59 UTC 

[RFC iproute2] bridge: Add suppport to configure MRP
 2020-01-09 15:31 UTC 

[bpf PATCH 0/2] xdp devmap improvements cleanup
 2020-01-09 14:58 UTC  (11+ 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] tcp: Fix tcp_max_syn_backlog limit on connection requests
 2020-01-09 14:09 UTC  (5+ messages)

[Xen-devel] [PATCH net-next] xen-netback: get rid of old udev related code
 2020-01-09 13:55 UTC  (2+ messages)

[PATCH ipsec 0/2] ipsec interfaces: fix sending with bpf_redirect() / AF_PACKET sockets
 2020-01-09 13:35 UTC  (7+ messages)
` [PATCH ipsec 2/2] xfrm interface: fix packet tx through bpf_redirect()
    ` [PATCH ipsec v2 0/2] ipsec interfaces: fix sending with bpf_redirect() / AF_PACKET sockets
      ` [PATCH ipsec v2 1/2] vti[6]: fix packet tx through bpf_redirect()
      ` [PATCH ipsec v2 2/2] xfrm interface: "

[PATCH net-next v4 00/15] net: macsec: initial support for hardware offloading
 2020-01-09 13:21 UTC  (7+ messages)
` [PATCH net-next v4 08/15] net: phy: mscc: macsec initialization
` [PATCH net-next v4 15/15] net: macsec: add support for offloading to the MAC
  ` [EXT] "

[PATCH][net-next] flow_dissector: fix document for skb_flow_get_icmp_tci
 2020-01-09 12:46 UTC  (2+ messages)

[RFC PATCH V2 09/11] xen: Clear IRQD_IRQ_STARTED flag during shutdown PIRQs
 2020-01-09 12:07 UTC  (4+ messages)

[PATCH net-next] net/mlx5e: Don't allow forwarding between uplink
 2020-01-09 11:05 UTC  (3+ messages)

[PATCH v12 0/3] Use MFD framework for SGI IOC3 drivers
 2020-01-09 10:34 UTC  (3+ messages)
` [PATCH v12 2/3] MIPS: SGI-IP27: fix readb/writeb addressing
` [PATCH v12 3/3] mfd: ioc3: Add driver for SGI IOC3 chip

[PATCH][bpf-next] bpf: return EOPNOTSUPP when invalid map type in __bpf_tx_xdp_map
 2020-01-09 10:24 UTC  (3+ messages)
  ` 答复: "

commit b9ef5513c99b breaks ping to ipv6 linklocal addresses on debian buster
 2020-01-09  9:50 UTC  (13+ messages)

[RFC PATCH v9 0/8] Enable ptp_kvm for arm64
 2020-01-09  9:46 UTC  (10+ messages)
` [RFC PATCH v9 6/8] psci: Add hvc call service for ptp_kvm
` [RFC PATCH v9 7/8] ptp: arm64: Enable ptp_kvm for arm64

[PATCH rdma-next 00/10] Relaxed ordering memory regions
 2020-01-09  9:38 UTC  (3+ messages)
` [PATCH rdma-next 08/10] RDMA/uverbs: Add new relaxed ordering memory region access flag

[PATCH 0/2] Convert stm32 dwmac to DT schema
 2020-01-09  9:07 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: net: dwmac: increase 'maxItems' for 'clocks', 'clock-names' properties

[PATCH bpf-next 0/6] bpf: Introduce global functions
 2020-01-09  8:57 UTC  (10+ messages)
` [PATCH bpf-next 2/6] libbpf: Collect static vs global info about functions
` [PATCH bpf-next 3/6] bpf: Introduce function-by-function verification

KASAN: null-ptr-deref Write in x25_connect
 2020-01-09  6:31 UTC  (2+ messages)
` [PATCH] net/x25: fix nonblocking connect

[PATCH v2 0/9] iomap: Constify ioreadX() iomem argument
 2020-01-09  6:04 UTC  (3+ messages)
` [PATCH v2 6/9] drm/mgag200: Constify ioreadX() iomem argument (as in generic implementation)

linux-next: manual merge of the generic-ioremap tree with the net-next tree
 2020-01-09  5:12 UTC 

[PATCH bpf-next] selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP program
 2020-01-09  5:04 UTC  (4+ messages)

[PATCH V2] net: 3com: 3c59x: remove set but not used variable 'mii_reg1'
 2020-01-09  1:55 UTC  (7+ messages)

[PATCH] bpf/sockmap: read psock ingress_msg before sk_receive_queue
 2020-01-09  1:48 UTC  (2+ messages)
` [PATCH v2] "

[PATCH iproute2-next] taprio: Add support for the SetAndHold and SetAndRelease commands
 2020-01-09  1:09 UTC  (6+ messages)

[PATCH] net: intel: e1000e: fix possible sleep-in-atomic-context bugs in e1000e_get_hw_semaphore()
 2020-01-09  1:01 UTC  (2+ messages)

[PATCH] e1000e: fix missing cpu_to_le64 on buffer_addr
 2020-01-09  0:50 UTC  (2+ messages)

[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  (2+ 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  (7+ messages)
` [PATCH 4/8] net: tg3: use skb_list_walk_safe helper for gso segments
` [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] [net-next] [v2] socket: fix unused-function warning
 2020-01-08 23:02 UTC  (2+ messages)

general protection fault in hash_ipportnet4_uadt
 2020-01-08 22:32 UTC  (3+ 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


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