netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-01 23:21:00 to 2019-01-03 06:12:13 UTC [more...]

[GIT] Networking
 2019-01-03  6:12 UTC 

[PATCH iproute2-next 0/5] ip bridge: Updates to neigh and fdb dumps
 2019-01-03  4:38 UTC  (6+ messages)
` [PATCH iproute2-next 1/5] libnetlink: Add filter function to rtnl_neighdump_req
` [PATCH iproute2-next 2/5] ip neigh: Convert do_show_or_flush to use rtnl_neighdump_req
` [PATCH iproute2-next 3/5] bridge: Update fdb show "
` [PATCH iproute2-next 4/5] libnetlink: Add RTNL_HANDLE_F_STRICT_CHK flag
` [PATCH iproute2-next 5/5] bridge: fdb: Fix filtering with strict checking disabled

[PATCH iproute2-next] bridge: fdb: Fix filtering with strict checking enabled / disabled
 2019-01-03  4:34 UTC  (2+ messages)

[PATCH net] ipv6: Consider sk_bound_dev_if when binding a socket to an address
 2019-01-03  4:17 UTC  (2+ messages)

[PATCH net] ipv6: Fix dump of specific table with strict checking
 2019-01-03  4:17 UTC  (2+ messages)

[PATCH] libceph: protect pending flags in ceph_con_keepalive()
 2019-01-03  3:50 UTC  (3+ messages)

Problem with queuing vlan tagged packets after migration from 3.16.0 to 4.9.0
 2019-01-03  3:30 UTC  (7+ messages)

[PATCH] net: tsn: add an netlink interface between kernel and application layer
 2019-01-03  3:10 UTC  (5+ messages)

[PULL] virtio, vhost: features, fixes, cleanups
 2019-01-03  3:05 UTC  (2+ messages)

[PATCH 0/2] Fixes for system freezes for r8188eu
 2019-01-03  2:12 UTC  (3+ messages)
` [PATCH 1/2] staging: rtl8188eu: Fix module loading from tasklet for CCMP encryption
` [PATCH 2/2] staging: rtl8188eu: Fix module loading from tasklet for WEP encryption

[PATCH V3] net: phy: tja11xx: Add TJA11xx PHY driver
 2019-01-03  2:09 UTC  (4+ messages)

[PATCH 00/19] usbnet: smsc95xx: Convert to phydev
 2019-01-03  1:10 UTC  (20+ messages)
` [PATCH 01/19] usbnet: smsc95xx: Fix memory leak in smsc95xx_bind
` [PATCH 02/19] usbnet: smsc95xx: Stop propagation of in_pm
` [PATCH 03/19] usbnet: smsc95xx: Remove smsc95xx_{read,write}_reg_nopm()
` [PATCH 04/19] usbnet: smsc95xx: Remove __smsc95xx_{read,write}_reg()
` [PATCH 05/19] usbnet: smsc95xx: Remove smsc95xx_{read,write}_nopm()
` [PATCH 06/19] usbnet: smsc95xx: Remove __smsc95xx_mdio_{read,write}()
` [PATCH 07/19] usbnet: smsc95xx: Split the reset function
` [PATCH 08/19] usbnet: smsc95xx: Register MII bus
` [PATCH 09/19] usbnet: smsc95xx: Connect to phydev
` [PATCH 10/19] usbnet: smsc95xx: Replace smsc95xx_mdio_read() with phy_read()
` [PATCH 11/19] usbnet: smsc95xx: Replace smsc95xx_mdio_write() with phy_write()
` [PATCH 12/19] usbnet: smsc95xx: Replace ad-hoc PHY functions with generic ones
` [PATCH 13/19] usbnet: smsc95xx: Replace smsc95xx_link_ok_nopm()
` [PATCH 14/19] usbnet: smsc95xx: Replace mii_nway_restart()
` [PATCH 15/19] usbnet: smsc95xx: Replace mii_ethtool_gset()
` [PATCH 16/19] usbnet: smsc95xx: Replace mii_check_media()
` [PATCH 17/19] usbnet: smsc95xx: Replace generic_mii_ioctl()
` [PATCH 18/19] usbnet: smsc95xx: Remove all of the carrier checking code
` [PATCH 19/19] usbnet: smsc95xx: Use phy bit operations

pull-request: bpf 2019-01-02
 2019-01-03  0:39 UTC  (2+ messages)

[PATCH iproute2] testsuite: add SPDX license id
 2019-01-03  0:29 UTC 

[PATCH v3] netfilter: xt_connlimit: fix race in connection counting
 2019-01-03  0:28 UTC 

[PATCH v2] netlink: fixup regression in RTM_GETADDR
 2019-01-03  0:16 UTC  (2+ messages)

[PATCH v2] Bluetooth: Fix locking in bt_accept_enqueue() for BH context
 2019-01-03  0:11 UTC 

[PATCH bpf v3 0/9] bpf fix to prevent oob under speculation
 2019-01-03  0:08 UTC  (11+ messages)
` [PATCH bpf v3 1/9] bpf: move {prev_,}insn_idx into verifier env
` [PATCH bpf v3 2/9] bpf: move tmp variable into ax register in interpreter
` [PATCH bpf v3 3/9] bpf: enable access to ax register also from verifier rewrite
` [PATCH bpf v3 4/9] bpf: restrict map value pointer arithmetic for unprivileged
` [PATCH bpf v3 5/9] bpf: restrict stack "
` [PATCH bpf v3 6/9] bpf: restrict unknown scalars of mixed signed bounds "
` [PATCH bpf v3 7/9] bpf: fix check_map_access smin_value test when pointer contains offset
` [PATCH bpf v3 8/9] bpf: prevent out of bounds speculation on pointer arithmetic
` [PATCH bpf v3 9/9] bpf: add various test cases to selftests

[PATCH v2] netfilter: xt_connlimit: fix race in connection counting
 2019-01-03  0:07 UTC 

ixgbe / mdio dependancy error
 2019-01-02 23:46 UTC  (7+ messages)

[PATCH bpf v2 0/9] bpf fix to prevent oob under speculation
 2019-01-02 23:37 UTC  (9+ messages)
` [PATCH bpf v2 4/9] bpf: restrict map value pointer arithmetic for unprivileged
` [PATCH bpf v2 5/9] bpf: restrict stack "
` [PATCH bpf v2 6/9] bpf: restrict unknown scalars of mixed signed bounds "
` [PATCH bpf v2 7/9] bpf: fix check_map_access smin_value test when pointer contains offset
` [PATCH bpf v2 8/9] bpf: prevent out of bounds speculation on pointer arithmetic
` [PATCH bpf v2 9/9] bpf: add various test cases to selftests

[PATCH RFC 0/4] barriers using data dependency
 2019-01-02 23:04 UTC  (9+ messages)
` [PATCH RFC 1/4] include/linux/compiler*.h: fix OPTIMIZER_HIDE_VAR
` [PATCH RFC 2/4] include/linux/compiler.h: allow memory operands
` [PATCH RFC 3/4] barriers: convert a control to a data dependency
` [PATCH RFC 4/4] virtio: use dependent_ptr_mb

[PATCH RFC net-next 00/19] Devlink health reporting and recovery system
 2019-01-02 22:46 UTC  (4+ messages)

[PATCH] r8169: Add support for new Realtek Ethernet
 2019-01-02 22:34 UTC  (3+ messages)

[PATCH net-next] vrf: Add VRF_F_BYPASS_RCV_NF flag to vrf device
 2019-01-02 22:19 UTC  (3+ messages)

lan78xx: WARNING: irq 79 handler enabled interrupts
 2019-01-02 21:42 UTC  (5+ messages)

[patch] net, skbuff: do not prefer skb allocation fails early
 2019-01-02 21:01 UTC 

[RFC PATCH V3 0/5] Hi:
 2019-01-02 20:47 UTC  (2+ messages)

Wine Enthusiasts List
 2019-01-02 20:30 UTC 

[PATCH v2 4.14 0/5] netfilter: xt_connlimit: backport upstream fixes for race in connection counting
 2019-01-02 20:42 UTC  (6+ messages)
` [PATCH v2 4.14 1/5] netfilter: xt_connlimit: don't store address in the conn nodes
` [PATCH v2 4.14 2/5] netfilter: nf_conncount: expose connection list interface
` [PATCH v2 4.14 3/5] netfilter: nf_conncount: Fix garbage collection with zones
` [PATCH v2 4.14 4/5] netfilter: nf_conncount: fix garbage collection confirm race
` [PATCH v2 4.14 5/5] netfilter: nf_conncount: don't skip eviction when age is negative

[GIT PULL] 9p updates for 4.21
 2019-01-02 20:15 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add entry for staging driver r8188eu
 2019-01-02 20:02 UTC 

[PATCH 4.14 0/4] netfilter: xt_connlimit: backport upstream fixes for race in connection counting
 2019-01-02 19:52 UTC  (9+ messages)
` [PATCH 4.14 1/4] netfilter: xt_connlimit: don't store address in the conn nodes
` [PATCH 4.14 2/4] netfilter: nf_conncount: expose connection list interface
` [PATCH 4.14 3/4] netfilter: nf_conncount: Fix garbage collection with zones
` [PATCH 4.14 4/4] netfilter: nf_conncount: fix garbage collection confirm race

ip netns exec hides mount points from child processes
 2019-01-02 19:01 UTC 

[PATCH] ixgbe: remove magic constant in ixgbe_reset_hw_82599()
 2019-01-02 19:20 UTC 

[RFC bpf-next v4 00/12] bpf: dead code elimination
 2019-01-02 19:14 UTC  (7+ messages)
` [RFC bpf-next v4 03/12] bpf: verifier: remove dead code

[PATCH net] isdn: fix kernel-infoleak in capi_unlocked_ioctl
 2019-01-02 18:32 UTC  (2+ messages)

[PATCH net] ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() error
 2019-01-02 18:30 UTC  (3+ messages)

[PATCH net] net/hamradio/6pack: use mod_timer() to rearm timers
 2019-01-02 18:27 UTC  (2+ messages)

[PATCH 1/1] net-next/hinic:add shutdown callback
 2019-01-02 18:13 UTC  (2+ messages)

[RESEND PATCH v5] soc/fsl/qe: fix err handling of ucc_of_parse_tdm
 2019-01-02 17:09 UTC 

INFO: rcu detected stall in ndisc_alloc_skb
 2019-01-02 17:06 UTC  (5+ messages)

[PATCH V3] net/mlx4: Get rid of page operation after dma_alloc_coherent
 2019-01-02 16:29 UTC  (3+ messages)

AF_UNIX sockets crossing namespace based boundaries
 2019-01-02 16:02 UTC  (4+ messages)

BUG: unable to handle kernel NULL pointer dereference in setup_kmem_cache_node
 2019-01-02 16:01 UTC  (4+ messages)

[PATCH] NFC: fix attrs checks in netlink interface
 2019-01-02 15:30 UTC  (3+ messages)

For your photos again
 2019-01-02 13:56 UTC 

[PATCH 0/7] net: Add support for Qualcomm ethqos
 2019-01-02 14:37 UTC  (14+ messages)
` [PATCH 1/7] dt-bindings: net: Add Qualcomm ethqos binding
` [PATCH 2/7] net: stmmac: Add driver for Qualcomm ethqos
` [PATCH 3/7] dt-bindings: net: stmmac: Add the bindings documentation for delays
` [PATCH 4/7] MAINTAINER: Add entry for Qualcomm ETHQOS ethernet driver
` [PATCH 5/7] net: phy: at803x: Rework at803x_config_init()
` [PATCH 6/7] net: phy: at803x: Add support to disable tx/rx delays
` [PATCH 7/7] net: dsa: qca8k: handle disable tx/rx delay

For your photos again
 2019-01-02 11:48 UTC 

[PATCH RFC 0/2] virtio-net: interrupt related improvements
 2019-01-02 13:59 UTC  (13+ messages)
` [PATCH RFC 1/2] virtio-net: bql support

[PATCH] net: core: Fix to store new mtu setting in netdevice
 2019-01-02 13:16 UTC  (10+ messages)

IPSec ESN: Packets decryption fail with ESN enabled connection
 2019-01-02 12:51 UTC  (3+ messages)

[PATCH net-next] net: hns3: Config NIC port speed same as that of optical module
 2019-01-02 12:45 UTC  (3+ messages)

[PATCH 1/1] ax25: Fix segfault after sock connection timeout
 2019-01-02 11:52 UTC  (2+ messages)
                                      ` [ROSE] rose dereferenced pointer kernel panic

Fwd: net/rose: GPF in rose_route_frame
 2019-01-02 11:45 UTC 

[PATCH net-next 3/3] vhost: access vq metadata through kernel virtual address
 2019-01-02 11:38 UTC  (12+ messages)

general protection fault in __smc_diag_dump
 2019-01-02 11:29 UTC  (2+ messages)

KASAN: use-after-free Read in refcount_sub_and_test_checked (2)
 2019-01-02 11:26 UTC 

KASAN: use-after-free Read in x25_write_internal
 2019-01-02 11:02 UTC 

WARNING in hsr_addr_subst_dest
 2019-01-02 10:51 UTC 

hns3: Compilation of hns3_enet.c is triggered without changes
 2019-01-02 10:44 UTC  (2+ messages)

KASAN: use-after-free Read in lock_sock_nested
 2019-01-02 10:41 UTC 

KASAN: use-after-free Read in __smc_diag_dump
 2019-01-02 10:41 UTC 

KASAN: use-after-free Read in refcount_inc_not_zero_checked
 2019-01-02 10:35 UTC 

[BUG] net: sungem: device driver frees DMA memory with wrong function
 2019-01-02 10:31 UTC  (3+ messages)

possible deadlock in nr_destroy_socket
 2019-01-02 10:31 UTC 

WARNING in hsr_forward_skb
 2019-01-02 10:31 UTC 

KASAN: use-after-free Read in nr_rx_frame
 2019-01-02 10:21 UTC 

[PATCH] [v2] test_rhashtable: remove semaphore usage
 2019-01-02 10:05 UTC  (2+ messages)

[PATCH RFC 0/2] vsock/virtio: fix issues on device hot-unplug
 2019-01-02 10:01 UTC  (6+ messages)
` [PATCH RFC 1/2] vsock/virtio: fix kernel panic after "
` [PATCH RFC 2/2] vsock/virtio: reset connected sockets on device removal

KASAN: use-after-free Read in dev_expire_timer
 2019-01-02  9:39 UTC 

[PATCH net-next] Optimize sk_msg_clone() by data merge to end dst sg entry
 2019-01-02  9:36 UTC 

[PATCH] net: sfc: checks status of efx_mcdi_rpc
 2019-01-02  9:26 UTC  (2+ messages)

[PATCH v5] soc/fsl/qe: fix err handling of ucc_of_parse_tdm
 2019-01-02 16:23 UTC  (2+ messages)

[PATCH 3/8] net: dsa: adding handling of second CPU-Port
 2019-01-02  8:00 UTC  (2+ messages)
` [net] 3a1152fe14: BUG:KASAN:null-ptr-deref_in_d

Compensation for your effort
 2019-01-02  7:30 UTC 

WARNING: ODEBUG bug in netdev_freemem
 2019-01-02  4:10 UTC  (2+ messages)

[PATCH iproute2 v5] iproute: Set ip/ip6 lwtunnel flags
 2019-01-02  3:57 UTC 

KASAN: slab-out-of-bounds Read in tun_net_xmit (2)
 2019-01-02  3:32 UTC  (4+ messages)

thoughts stac/clac and get user for vhost
 2019-01-02  3:25 UTC  (6+ messages)

[PATCH] net/mlx4_en: ensure rx_desc updating reaches HW before prod db updating
 2019-01-02  1:43 UTC  (17+ messages)

[PATCH v3 lora-next 0/5] based on 4.19-rc7 migration to regmap and clk framewor
 2019-01-02  0:44 UTC  (8+ messages)
` [PATCH v3 lora-next 5/5] net: lora: sx125x sx1301: allow radio to register as a clk provider


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