netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-07 14:57:00 to 2020-02-10 21:27:27 UTC [more...]

[PATCH net-next 0/7] Improvements for SONIC ethernet drivers
 2020-02-10 21:18 UTC  (8+ messages)
` [PATCH net-next 5/7] net/sonic: Remove explicit memory barriers
` [PATCH net-next 2/7] net/sonic: Refactor duplicated code
` [PATCH net-next 3/7] net/sonic: Remove redundant next_tx variable
` [PATCH net-next 7/7] net/macsonic: Remove interrupt handler wrapper
` [PATCH net-next 4/7] net/sonic: Remove redundant netif_start_queue() call
` [PATCH net-next 6/7] net/sonic: Start packet transmission immediately
` [PATCH net-next 1/7] net/sonic: Remove obsolete comment

[v1,net-next, 1/2] ethtool: add setting frame preemption of traffic classes
 2020-02-10 20:30 UTC  (7+ messages)

[PATCH 1/3] net: ks8851-ml: Remove 8-bit bus accessors
 2020-02-10 19:44 UTC  (7+ messages)
` [PATCH 2/3] net: ks8851-ml: Fix 16-bit data access
` [PATCH 3/3] net: ks8851-ml: Fix 16-bit IO operation

[PATCH v2 net 0/5] icmp: account for NAT when sending icmps from ndo layer
 2020-02-10 19:48 UTC  (8+ messages)
` [PATCH v2 net 1/5] icmp: introduce helper for NAT'd source address in network device context
` [PATCH v2 net 2/5] gtp: use icmp_ndo_send helper
` [PATCH v2 net 3/5] sunvnet: "
` [PATCH v2 net 4/5] wireguard: "
` [PATCH v2 net 5/5] xfrm: interface: "
` [PATCH v2 net 6/5] wireguard: selftests: ensure that icmp src address is correct with NAT

[PATCH net] net/smc: fix leak of kernel memory to user space
 2020-02-10 19:36 UTC 

[PATCH ftgmac100:] Return link speed and duplex settings for the NCSI channel
 2020-02-10 19:15 UTC  (3+ messages)

[net 1/1] i40e: Fix the conditional for i40e_vc_validate_vqs_bitmaps
 2020-02-10 18:59 UTC 

WARNING: proc registration bug in hashlimit_mt_check_common
 2020-02-10 18:35 UTC 

[PATCH] staging: qlge: Fixed extra indentation in qlget_get_stats()
 2020-02-10 18:31 UTC  (3+ messages)

[PATCH 0/6] staging: rtl8188eu and rtl8723bs - some fixes and cleanups
 2020-02-10 18:27 UTC  (8+ messages)
` [PATCH 1/6] staging: rtl8188eu: Fix potential security hole
` [PATCH 2/6] staging: rtl8723bs: "
` [PATCH 3/6] staging: rtl8188eu: Fix potential overuse of kernel memory
` [PATCH 4/6] staging: rtl8723bs: "
` [PATCH 5/6] staging: rtl8188eu: Remove some unneeded goto statements
` [PATCH 6/6] staging: rtl8723bs: Remove "

linux-5.6-rc1/tools/testing/selftests/bpf/prog_tests/select_reuseport.cc :826: possible cut-n-paste error ?
 2020-02-10 17:03 UTC 

[PATCH] virtio: Work around frames incorrectly marked as gso
 2020-02-10 16:55 UTC  (2+ messages)

[PATCH 00/14] bpf: Add trampoline and dispatcher to /proc/kallsyms
 2020-02-10 16:17 UTC  (17+ messages)
` [PATCH 01/14] x86/mm: Rename is_kernel_text to __is_kernel_text
` [PATCH 02/14] bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHER
` [PATCH 03/14] bpf: Add struct bpf_ksym
` [PATCH 04/14] bpf: Add name to "
` [PATCH 05/14] bpf: Add lnode list node "
` [PATCH 06/14] bpf: Add bpf_kallsyms_tree tree
` [PATCH 07/14] bpf: Move bpf_tree add/del from bpf_prog_ksym_node_add/del
` [PATCH 08/14] bpf: Separate kallsyms add/del functions
` [PATCH 09/14] bpf: Add bpf_ksym_add/del functions
` [PATCH 10/14] bpf: Re-initialize lnode in bpf_ksym_del
` [PATCH 11/14] bpf: Rename bpf_tree to bpf_progs_tree
` [PATCH 12/14] bpf: Add trampolines to kallsyms
` [PATCH 13/14] bpf: Add dispatchers "
` [PATCH 14/14] bpf: Sort bpf kallsyms symbols

[PATCH net] core: Don't skip generic XDP program execution for cloned SKBs
 2020-02-10 16:10 UTC 

[PATCH next] xprtrdma: make the symbol 'xprt_rdma_slot_table_entries' static
 2020-02-10 16:08 UTC  (2+ messages)

[PATCH bpf] xsk: publish global consumer pointers when NAPI is finished
 2020-02-10 16:01 UTC  (2+ messages)

[PATCH next] nf_tables: make the symbol 'nft_pipapo_get' static
 2020-02-10 15:12 UTC  (2+ messages)

[PATCH v3 -next 0/4] net: emaclite: support arm64 platform
 2020-02-10 14:55 UTC  (7+ messages)
` [PATCH v3 -next 3/4] net: emaclite: Fix arm64 compilation warnings
` [PATCH v3 -next 4/4] net: emaclite: Fix restricted cast warning of sparse

VLAN retagging for packets switched between 2 certain ports
 2020-02-10 14:34 UTC  (5+ messages)

[PATCH v2] iwlwifi: fix config variable name in comment
 2020-02-10 13:59 UTC  (3+ messages)

[PATCH v3] iwlwifi: fix config variable name in comment
 2020-02-10 13:58 UTC 

[PATCH V2 0/5] vDPA support
 2020-02-10 13:34 UTC  (8+ messages)
` [PATCH V2 1/5] vhost: factor out IOTLB
` [PATCH V2 2/5] vringh: IOTLB support
` [PATCH V2 3/5] vDPA: introduce vDPA bus
` [PATCH V2 4/5] virtio: introduce a vDPA based transport
` [PATCH V2 5/5] vdpasim: vDPA device simulator

[PATCH net 1/5] icmp: introduce helper for NAT'd source address in ndo context
 2020-02-10 13:34 UTC  (9+ messages)
` [PATCH net 2/5] gtp: use icmp_ndo_send helper
` [PATCH net 3/5] sunvnet: "
` [PATCH net 4/5] wireguard: "
` [PATCH net 5/5] xfrm: interface: "

[PATCH net-next] net: vlan: suppress "failed to kill vid" warnings
 2020-02-10 13:15 UTC  (3+ messages)

[PATCH v3 4/4] xen/netback: fix grant copy across page boundary
 2020-02-10 13:27 UTC  (3+ messages)

[PATCH net-next] net: vlan: suppress "failed to kill vid" warnings
 2020-02-10 13:10 UTC 

[PATCH net-next] qmi_wwan: unconditionally reject 2 ep interfaces
 2020-02-10 13:03 UTC  (2+ messages)

[PATCH net] net: dsa: mv88e6xxx: Prevent truncation of longer interrupt names
 2020-02-10 13:02 UTC  (2+ messages)

[PATCH net,stable] qmi_wwan: re-add DW5821e pre-production variant
 2020-02-10 13:02 UTC  (2+ messages)

[PATCH bpf 0/3] Fix locking order and synchronization on sockmap/sockhash tear-down
 2020-02-10 11:52 UTC  (8+ messages)
` [PATCH bpf 3/3] selftests/bpf: Test freeing sockmap/sockhash with a socket in it

[PATCH] bpf: selftests build error in sockmap_basic.c
 2020-02-10  9:59 UTC  (2+ messages)

[PATCH next] tipc: make three functions static
 2020-02-10  9:24 UTC  (2+ messages)

[net] tipc: fix successful connect() but timed out
 2020-02-10  9:25 UTC  (2+ messages)

[PATCH next] mptcp: make the symbol 'mptcp_sk_clone_lock' static
 2020-02-10  9:24 UTC  (2+ messages)

[RFC PATCH v10 0/9] Enable ptp_kvm for arm/arm64
 2020-02-10  8:49 UTC  (10+ messages)
` [RFC PATCH 1/9] psci: export psci conduit get helper
` [RFC PATCH 2/9] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH 3/9] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH 4/9] clocksource: Add clocksource id for arm arch counter
` [RFC PATCH 5/9] psci: Add hypercall service for ptp_kvm
` [RFC PATCH 6/9] ptp: arm/arm64: Enable ptp_kvm for arm/arm64
` [RFC PATCH 7/9] ptp: extend input argument for getcrosstimestamp API
` [RFC PATCH 8/9] arm/arm64: add mechanism to let user choose which counter to return
` [RFC PATCH 9/9] arm/arm64: Add kvm capability check extension for ptp_kvm

[PATCH v3] net/mlx5e: Don't allow forwarding between uplink
 2020-02-10  8:15 UTC  (4+ messages)

[PATCH iproute2-next 0/7] iproute2: fully support for geneve/vxlan/erspan options
 2020-02-10  6:09 UTC  (7+ messages)
` [PATCH iproute2-next 1/7] iproute_lwtunnel: add options support for geneve metadata
  ` [PATCH iproute2-next 2/7] iproute_lwtunnel: add options support for vxlan metadata

[PATCHv2 nf-next] netfilter: nft_tunnel: add support for geneve opts
 2020-02-10  5:41 UTC 

[PATCH iproute2-next] devlink: Add health error recovery status monitoring
 2020-02-10  5:31 UTC  (2+ messages)

[PATCH iproute2-next] nstat: print useful error messages in abort() cases
 2020-02-10  5:27 UTC  (2+ messages)

[PATCH bpf-next v13 1/2] bpf: add new helper get_fd_path for mapping a file descriptor to a pathname
 2020-02-10  4:43 UTC  (7+ messages)
` [PATCH bpf-next v14 0/2] bpf: adding get_fd_path helper
  ` [PATCH bpf-next v14 1/2] bpf: add new helper get_fd_path for mapping a file descriptor to a pathname

[PATCH bpf-next] bpf: make btf_check_func_type_match() static
 2020-02-10  1:14 UTC 

[PATCH bpf-next 0/4] Fix perf_buffer creation on systems with offline CPUs
 2020-02-09 21:03 UTC  (4+ messages)

[PATCH v3] staging: qlge: remove spaces at the start of a line
 2020-02-09 17:36 UTC 

[PATCH v2] staging: qlge: remove spaces at the start of a line
 2020-02-09 17:23 UTC  (3+ messages)

[PATCH] staging: qlge: remove spaces at the start of a line
 2020-02-09 16:56 UTC 

[PATCH ipsec] xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquire
 2020-02-09 13:16 UTC 

[PATCH ipsec] xfrm: fix uctx len check in verify_sec_ctx_len
 2020-02-09 13:15 UTC 

[GIT] Networking
 2020-02-09  1:30 UTC  (2+ messages)

general protection fault in batadv_iv_ogm_schedule
 2020-02-08 18:58 UTC 

[PATCH 3.16 032/148] compat_ioctl: handle SIOCOUTQNSD
 2020-02-08 18:19 UTC 

[PATCH net 0/2] net: ipv6: seg6: headroom fixes
 2020-02-08 17:34 UTC  (4+ messages)
` [PATCH net 1/2] net: ipv6: seg6_iptunnel: set tunnel headroom to zero

Latest Git kernel: avahi-daemon[2410]: ioctl(): Inappropriate ioctl for device
 2020-02-08 16:08 UTC  (8+ messages)

[PATCH] net: thunderx: use proper interface type for RGMII
 2020-02-08 14:28 UTC  (3+ messages)

pull-request: wireless-drivers-2020-02-08
 2020-02-08 14:03 UTC  (2+ messages)

pull-request: bpf 2020-02-07
 2020-02-08 14:01 UTC  (2+ messages)

[PATCH net-next v2 1/2] dt-bindings: ptp: Add device tree binding for IDT 82P33 based PTP clock
 2020-02-08 13:59 UTC  (2+ messages)

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

INFO: task hung in tls_sw_cancel_work_tx
 2020-02-08  4:06 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Add sock ops get netns helpers
 2020-02-08  0:14 UTC  (2+ messages)

[PATCH net] ice: Fix a couple off by one bugs
 2020-02-07 22:38 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next v2 2/2] ptp: Add a ptp clock driver for IDT 82P33 SMU
 2020-02-07 22:25 UTC 

[PATCH bpf] bpf: Improve bucket_log calculation logic
 2020-02-07 22:04 UTC  (8+ messages)

[Intel-wired-lan] i40e X722 RSS problem with NAT-Traversal IPsec packets
 2020-02-07 21:51 UTC  (11+ messages)

[PATCH bpf] bpftool: Don't crash on missing xlated program instructions
 2020-02-07 21:50 UTC  (2+ messages)

[PATCH bpf] bpf: sockmap: check update requirements after locking
 2020-02-07 21:50 UTC  (2+ messages)

network stack rate shaping queues
 2020-02-07 20:17 UTC 

[Intel PMC TGPIO Driver 0/5] Add support for Intel PMC Time GPIO Driver with PHC interface changes to support additional H/W Features
 2020-02-07 19:52 UTC  (7+ messages)
` [Intel PMC TGPIO Driver 5/5] drivers/ptp: Add PMC Time-Aware GPIO Driver

[PATCH net] drop_monitor: Do not cancel uninitialized work item
 2020-02-07 18:19 UTC  (3+ messages)

[PATCH net 0/5] mlxsw: Various fixes
 2020-02-07 17:48 UTC  (7+ messages)
` [PATCH net 1/5] mlxsw: spectrum_router: Prevent incorrect replacement of local table routes
` [PATCH net 2/5] selftests: mlxsw: Add test cases for local table route replacement
` [PATCH net 3/5] mlxsw: spectrum_router: Clear offload indication from IPv6 nexthops on abort
` [PATCH net 4/5] mlxsw: core: Add validation of hardware device types for MGPIR register
` [PATCH net 5/5] mlxsw: spectrum_dpipe: Add missing error path

[PATCH v3] net: dsa: microchip: enable module autoprobe
 2020-02-07 17:46 UTC  (2+ messages)

[PATCH v2 net] ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()
 2020-02-07 17:44 UTC  (2+ messages)

KASAN: use-after-free Read in l2cap_chan_close
 2020-02-07 17:18 UTC 

[Patch nf v2 0/3] netfilter: xt_hashlimit: a few improvements
 2020-02-07 14:57 UTC  (5+ messages)
` [Patch nf v2 1/3] xt_hashlimit: avoid OOM for user-controlled vmalloc
` [Patch nf v2 3/3] xt_hashlimit: limit the max size of hashtable


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