netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-24 01:38:22 to 2020-02-24 16:53:51 UTC [more...]

[GIT] Networking
 2020-02-24 16:53 UTC  (7+ messages)

[PATCH v4] staging: qlge: emit debug and dump at same level
 2020-02-24 16:47 UTC  (3+ messages)

KMSAN: uninit-value in br_dev_xmit
 2020-02-24 16:46 UTC  (6+ messages)
  ` [PATCH net] net: bridge: fix stale eth hdr pointer "
      ` [PATCH net v2] "

[PATCH][next] freescale: Replace zero-length array with flexible-array member
 2020-02-24 16:43 UTC 

[PATCH] net: memcg: late association of sock to memcg
 2020-02-24 16:38 UTC  (3+ messages)

[PATCH][next] intel: Replace zero-length array with flexible-array member
 2020-02-24 16:41 UTC 

[PATCH bpf-next v4 3/8] bpf: lsm: provide attachment points for BPF LSM programs
 2020-02-24 16:32 UTC  (2+ messages)

[PATCH][next] toshiba: Replace zero-length array with flexible-array member
 2020-02-24 16:32 UTC 

[PATCH] net: bcmgenet: Clear ID_MODE_DIS in EXT_RGMII_OOB_CTRL when not needed
 2020-02-24 16:30 UTC  (3+ messages)

[PATCH net-next] chelsio: Replace zero-length array with flexible-array member
 2020-02-24 16:30 UTC 

[PATCH net-next v1 00/18] Clean driver, module and FW versions
 2020-02-24 16:26 UTC  (24+ messages)
` [PATCH net-next v1 01/18] net/bond: Delete driver and module versions
` [PATCH net-next v1 02/18] net/dummy: Ditch "
` [PATCH net-next v1 03/18] net/3com: Delete driver and module versions from 3com drivers
` [PATCH net-next v1 04/18] net/adaptec: Clean driver versions
` [PATCH net-next v1 05/18] net/aeroflex: Clean ethtool_info struct assignments
` [PATCH net-next v1 06/18] net/aeroflex: Don't assign FW if it is not available
` [PATCH net-next v1 07/18] net/agere: Delete unneeded driver version
` [PATCH net-next v1 08/18] net/alacritech: Delete "
` [PATCH net-next v1 09/18] net/allwinner: Remove "
` [PATCH net-next v1 10/18] net/alteon: Properly report FW version
` [PATCH net-next v1 11/18] net/althera: Delete hardcoded driver version
` [PATCH net-next v1 12/18] net/amazon: Ensure that driver version is aligned to the linux kernel
      ` [PATCH] "
` [PATCH net-next v1 13/18] net/amd: Remove useless driver version
` [PATCH net-next v1 14/18] net/apm: "
` [PATCH net-next v1 15/18] net/apm: Properly mark absence of FW
` [PATCH net-next v1 16/18] net/aquantia: Delete module version
` [PATCH net-next v1 17/18] net/arc: Delete driver version
` [PATCH net-next v1 18/18] net/atheros: Clean atheros code from "

[patch net-next 00/10] net: allow user specify TC filter HW stats type
 2020-02-24 16:25 UTC  (9+ messages)

[PATCH resend mm,net-next 1/3] mm: Refactor insert_page to prepare for batched-lock insert
 2020-02-24 16:19 UTC  (7+ messages)
` [PATCH resend mm,net-next 3/3] net-zerocopy: Use vm_insert_pages() for tcp rcv zerocopy

[PATCH net-next 0/6] act_ct: Software offload of conntrack_in
 2020-02-24 16:04 UTC  (5+ messages)
` [PATCH net-next 4/6] net/sched: act_ct: Create nf flow table per zone
` [PATCH net-next 6/6] net/sched: act_ct: Software offload of established flows

[PATCH net-next v8 0/2] Bare UDP L3 Encapsulation Module
 2020-02-24 15:55 UTC  (4+ messages)
` [PATCH net-next v8 1/2] net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS,IP,NSH etc
` [PATCH net-next v8 2/2] net: Special handling for IP & MPLS

WARNING in tracepoint_probe_register_prio (4)
 2020-02-24 15:50 UTC 

[PATCH][next] net/mlxfw: fix spelling mistake: "progamming" -> "programming"
 2020-02-24 15:34 UTC  (2+ messages)

[patch V3 00/22] bpf: Make BPF and PREEMPT_RT co-exist
 2020-02-24 14:01 UTC  (23+ messages)
` [patch V3 01/22] bpf: Tighten the requirements for preallocated hash maps
` [patch V3 02/22] bpf: Enforce preallocation for instrumentation programs on RT
` [patch V3 03/22] bpf: Update locking comment in hashtab code
` [patch V3 04/22] bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()
` [patch V3 05/22] bpf/trace: Remove EXPORT from trace_call_bpf()
` [patch V3 06/22] bpf/trace: Remove redundant preempt_disable "
` [patch V3 07/22] perf/bpf: Remove preempt disable around BPF invocation
` [patch V3 08/22] bpf: Remove recursion prevention from rcu free callback
` [patch V3 09/22] bpf: Dont iterate over possible CPUs with interrupts disabled
` [patch V3 10/22] bpf: Provide bpf_prog_run_pin_on_cpu() helper
` [patch V3 11/22] bpf: Replace cant_sleep() with cant_migrate()
` [patch V3 12/22] bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites
` [patch V3 13/22] bpf/tests: Use migrate disable instead of preempt disable
` [patch V3 14/22] bpf: Use migrate_disable/enabe() in trampoline code
` [patch V3 15/22] bpf: Use migrate_disable/enable in array macros and cgroup/lirc code
` [patch V3 16/22] bpf: Provide recursion prevention helpers
` [patch V3 17/22] bpf: Use recursion prevention helpers in hashtab code
` [patch V3 18/22] bpf: Replace open coded recursion prevention in sys_bpf()
` [patch V3 19/22] bpf: Factor out hashtab bucket lock operations
` [patch V3 20/22] bpf: Prepare hashtab locking for PREEMPT_RT
` [patch V3 21/22] bpf, lpm: Make locking RT friendly
` [patch V3 22/22] bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled

[PATCH iproute2] xfrm: not try to delete ipcomp states when using deleteall
 2020-02-24 14:57 UTC 

[CFT 0/8] rework phylink interface for split MAC/PCS support
 2020-02-24 14:37 UTC  (9+ messages)
` [CFT 4/8] net: axienet: use resolved link config in mac_link_up()
` [CFT 6/8] net: macb: "

[PATCH v3] virtio: Work around frames incorrectly marked as gso
 2020-02-24 14:25 UTC  (2+ messages)

[PATCH bpf-next v7 00/11] Extend SOCKMAP/SOCKHASH to store listening sockets
 2020-02-24 13:59 UTC  (6+ messages)

[PATCH bpf-next 1/2] selftests/bpf: Run reuseport tests only with supported socket types
 2020-02-24 13:53 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Run SYN cookies with reuseport BPF test only for TCP

[PATCH net-next v3 0/9] net: fix sysfs permssions when device changes network
 2020-02-24 13:18 UTC  (7+ messages)
` [PATCH net-next v3 1/9] sysfs: add sysfs_file_change_owner{_by_name}()
` [PATCH net-next v3 5/9] device: add device_change_owner()

[PATCH net-next 00/10] Wire up Ocelot tc-flower to Felix DSA
 2020-02-24 13:08 UTC  (11+ messages)
` [PATCH net-next 01/10] net: mscc: ocelot: make ocelot_ace_rule support multiple ports
` [PATCH net-next 02/10] net: mscc: ocelot: simplify tc-flower offload structures
` [PATCH net-next 03/10] net: mscc: ocelot: replace "rule" and "ocelot_rule" variable names with "ace"
` [PATCH net-next 04/10] net: mscc: ocelot: return directly in ocelot_cls_flower_{replace,destroy}
` [PATCH net-next 05/10] net: mscc: ocelot: don't rely on preprocessor for vcap key/action packing
` [PATCH net-next 06/10] net: mscc: ocelot: remove port_pcs_init indirection for VSC7514
` [PATCH net-next 07/10] net: mscc: ocelot: parameterize the vcap_is2 properties
` [PATCH net-next 08/10] net: dsa: Refactor matchall mirred action to separate function
` [PATCH net-next 09/10] net: dsa: Add bypass operations for the flower classifier-action filter
` [PATCH net-next 10/10] net: dsa: felix: Wire up the ocelot cls_flower methods

[RFC PATCH 00/11] Removing Calxeda platform support
 2020-02-24 13:07 UTC  (3+ messages)
` [RFC PATCH 01/11] vfio: Remove Calxeda XGMAC reset driver

[PATCH v2] virtio: Work around frames incorrectly marked as gso
 2020-02-24 12:51 UTC  (4+ messages)

[RESEND PATCH v2 0/9] iomap: Constify ioreadX() iomem argument
 2020-02-24 12:47 UTC  (4+ messages)
` [RESEND PATCH v2 9/9] ath5k: Constify ioreadX() iomem argument (as in generic implementation)

[PATCH v4 net-next 0/2] Remainder for "DT bindings for Felix DSA switch on LS1028A"
 2020-02-24 12:15 UTC  (3+ messages)
` [PATCH v4 net-next 1/2] net: dsa: felix: Use PHY_INTERFACE_MODE_INTERNAL instead of GMII
` [PATCH v4 net-next 2/2] dt-bindings: net: dsa: ocelot: document the vsc9959 core

net/kgdb: Taking another crack at implementing kgdboe
 2020-02-24 12:03 UTC  (2+ messages)

[PATCH v3 devicetree 0/6] DT bindings for Felix DSA switch on LS1028A
 2020-02-24 11:52 UTC  (4+ messages)

KASAN: use-after-free Read in ethnl_update_bitset32
 2020-02-24 11:46 UTC  (2+ messages)

[PATCH] docs: dt: fix several broken doc references
 2020-02-24 11:45 UTC  (4+ messages)

[PATCH net-next v3 0/2] Add hw offload of TC flower on MSCC Ocelot
 2020-02-24 11:32 UTC  (5+ messages)
` [PATCH net-next v3 1/2] net: mscc: ocelot: Add support for tcam

[PATCH v3 1/2] igb: Use device_lock() insead of rtnl_lock()
 2020-02-24 11:01 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH] net: core: devlink.c: Use built-in RCU list checking
 2020-02-24 10:52 UTC  (2+ messages)

[RFC net-next] net/smc: improve peer ID in CLC decline for SMC-R
 2020-02-24 10:19 UTC  (2+ messages)

[PATCH net-next v2 2/2] unix: Show number of pending scm files of receive queue in fdinfo
 2020-02-24 10:15 UTC 

INFO: task hung in lock_sock_nested (2)
 2020-02-24 10:08 UTC  (2+ messages)

[PATCH 0/8] can: flexcan: add CAN FD support for NXP Flexcan
 2020-02-24  9:58 UTC  (6+ messages)

[stable-Linux 4.4.214] BUG: KASAN: use-after-free in rcu_accelerate_cbs+0x2f3/0x3c0 at addr ffff88007e419db0
 2020-02-24  9:50 UTC 

[PATCH net-next] sfc: complete the next packet when we receive a timestamp
 2020-02-24  9:41 UTC  (3+ messages)

[RFC] can: af_can: can_rcv() canfd_rcv(): Fix access of uninitialized memory or out of bounds
 2020-02-24  9:41 UTC 

[PATCH 3/7] docs: fix broken references to text files
 2020-02-24  9:26 UTC  (2+ messages)

Coûts de carburant réduits
 2020-02-24  9:10 UTC 

KMSAN: uninit-value in number (2)
 2020-02-24  8:54 UTC  (2+ messages)

[PATCH v2 net-next/devicetree 0/5] DT bindings for Felix DSA switch on LS1028A
 2020-02-24  8:51 UTC  (10+ messages)
` [PATCH v2 net-next/devicetree 1/5] arm64: dts: fsl: ls1028a: delete extraneous #interrupt-cells for ENETC RCIE
` [PATCH v2 net-next/devicetree 4/5] arm64: dts: fsl: ls1028a: add node for Felix switch

[PATCH 1/1] net: usb: qmi_wwan: restore mtu min/max values after raw_ip switch
 2020-02-24  8:38 UTC  (3+ messages)

general protection fault in rds_ib_add_one
 2020-02-24  8:38 UTC 

KMSAN: uninit-value in batadv_get_vid
 2020-02-24  8:38 UTC 

general protection fault in smc_ib_remove_dev
 2020-02-24  8:28 UTC 

BUG: unable to handle kernel paging request in ethnl_update_bitset32
 2020-02-24  8:28 UTC 

KASAN: slab-out-of-bounds Read in ethnl_update_bitset32
 2020-02-24  8:28 UTC 

WARNING: refcount bug in l2cap_chan_put
 2020-02-24  8:28 UTC 

kernel panic: audit: backlog limit exceeded
 2020-02-24  8:18 UTC 

kernel panic: audit: rate limit exceeded
 2020-02-24  8:08 UTC 

warning messages for net/ipv4/tcp_output.c
 2020-02-24  7:55 UTC  (4+ messages)

[PATCH] staging: qlge: add braces around macro arguments
 2020-02-24  7:52 UTC  (3+ messages)

KASAN: use-after-free Read in tcp_retransmit_timer (5)
 2020-02-24  7:40 UTC 

[patch net-next 00/16] mlxsw: Introduce ACL traps
 2020-02-24  7:35 UTC  (17+ messages)
` [patch net-next 01/16] mlxsw: spectrum_trap: Set unreg_action to be SET_FW_DEFAULT
` [patch net-next 02/16] mlxsw: core: Allow to register disabled traps using MLXSW_RXL_DIS
` [patch net-next 03/16] mlxsw: spectrum_trap: Use listener->en/dis_action instead of hard-coded values
` [patch net-next 04/16] mlxsw: spectrum_trap: Prepare mlxsw_core_trap_action_set() to handle not only action
` [patch net-next 05/16] devlink: add ACL generic packet traps
` [patch net-next 06/16] mlxsw: spectrum_acl: Track ingress and egress block bindings
` [patch net-next 07/16] mlxsw: spectrum_flower: Disable mixed bound blocks to contain action drop
` [patch net-next 08/16] mlxsw: spectrum_acl: Pass the ingress indication down to flex action
` [patch net-next 09/16] mlxsw: acl_flex_actions: Trap all ACL dropped packets to DISCARD_*_ACL traps
` [patch net-next 10/16] mlxsw: core: Allow to enable/disable rx_listener for trap
` [patch net-next 11/16] mlxsw: core: Extend MLXSW_RXL_DIS to register disabled trap group
` [patch net-next 12/16] mlxsw: spectrum_trap: Introduce dummy group with thin policer
` [patch net-next 13/16] mlxsw: spectrum_trap: Add ACL devlink-trap support
` [patch net-next 14/16] selftests: introduce test for mlxsw tc flower restrictions
` [patch net-next 15/16] selftests: pass pref and handle to devlink_trap_drop_* helpers
` [patch net-next 16/16] selftests: devlink_trap_acl_drops: Add ACL traps test

r8151: check disconnect status after long sleep
 2020-02-24  7:15 UTC 

[patch net-next 00/12] mlxsw: Cosmetic fixes
 2020-02-24  7:02 UTC  (3+ messages)

[PATCH V4 0/5] vDPA support
 2020-02-24  6:48 UTC  (4+ messages)
` [PATCH V4 3/5] vDPA: introduce vDPA bus

[PATCH v2 net-next/devicetree 5/5] arm64: dts: fsl: ls1028a: enable switch PHYs on RDB
 2020-02-24  6:39 UTC  (4+ messages)

[PATCH][net-next] igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVAL
 2020-02-24  5:16 UTC  (2+ messages)

[PATCH][net-next] tcpv6: define th variable only once
 2020-02-24  5:14 UTC  (2+ messages)

[PATCH net-next 0/9] net: ethernet: ti: add networking support for k3 am65x/j721e soc
 2020-02-24  5:06 UTC  (3+ messages)
` [PATCH net-next 5/9] net: ethernet: ti: introduce am65x/j721e gigabit eth subsystem driver

[PATCH net] net: phy: Avoid multiple suspends
 2020-02-24  4:59 UTC  (2+ messages)

[PATCH] net: ks8851-ml: Fix IRQ handling and locking
 2020-02-24  4:54 UTC  (2+ messages)

Subject: [PATCH net-next] bonding: Fix hashing byte order
 2020-02-24  4:44 UTC  (2+ messages)

[PATCH] docs: networking: phy: Rephrase paragraph for clarity
 2020-02-24  4:42 UTC  (2+ messages)

[PATCH net-next 1/1] tc-testing: updated tdc tests for basic filter with u32 extended match rules
 2020-02-24  4:41 UTC  (2+ messages)

[PATCH bpf-next v4] virtio_net: add XDP meta data support
 2020-02-24  4:05 UTC  (6+ messages)
` [PATCH bpf-next v5] "

[PATCH 4.4-stable] slip: stop double free sl->dev in slip_open
 2020-02-24  3:06 UTC 

[PATCH net-next v7 0/2] Bare UDP L3 Encapsulation Module
 2020-02-24  2:19 UTC  (7+ messages)
` [PATCH net-next v7 1/2] net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS,IP,NSH etc

[PATCH 1/2] net: mdio: add ipq8064 mdio driver
 2020-02-24  1:38 UTC  (2+ 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).