netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-08 21:44:44 to 2018-11-09 08:37:58 UTC [more...]

[PATCH net-next 0/5] net: phy: improve and simplify phylib state machine
 2018-11-08 23:00 UTC  (3+ messages)

[PATCH bpf-next v2 02/13] bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
 2018-11-08 22:56 UTC  (15+ messages)

[PATCH net-next 0/2] net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_interrupt
 2018-11-08 22:40 UTC  (7+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] net: phy: realtek: remove flag PHY_HAS_INTERRUPT from driver configs

[PATCH net] net: mvneta: Don't advertise 2.5G modes
 2018-11-09  8:17 UTC 

[PATCH net-next] net: phy: improve struct phy_device member interrupts handling
 2018-11-08 22:39 UTC  (3+ messages)

[PATCH 00/20] octeontx2-af: NPC MCAM support and FLR handling
 2018-11-08 22:22 UTC  (26+ messages)
` [PATCH 01/20] octeontx2-af: Support to modify min/max allowed packet lengths
` [PATCH 02/20] octeontx2-af: Support to get NIX HW constants from AF
` [PATCH 03/20] octeontx2-af: Relax resource lock into mutex
` [PATCH 04/20] octeontx2-af: NPC MCAM entry alloc/free support
` [PATCH 05/20] octeontx2-af: MCAM entry installation support
` [PATCH 06/20] octeontx2-af: Support for NPC MCAM counters
` [PATCH 07/20] octeontx2-af: Map or unmap NPC MCAM entry and counter
` [PATCH 08/20] octeontx2-af: Alloc and config NPC MCAM entry at a time
` [PATCH 09/20] octeontx2-af: Add MKEX default profile
` [PATCH 10/20] octeontx2-af: Support to enable/disable default MCAM entries
` [PATCH 11/20] octeontx2-af: Add support for stripping STAG/CTAG
` [PATCH 12/20] octeontx2-af: Verify NPA/SSO/NIX PF_FUNC mapping
` [PATCH 13/20] octeontx2-af: Add FLR interrupt handler
` [PATCH 14/20] octeontx2-af: Teardown NPA, NIX LF upon receiving FLR
` [PATCH 15/20] octeontx2-af: Mbox communication support btw AF and it's VFs
` [PATCH 16/20] octeontx2-af: Enable sriov on AF to create VFs
` [PATCH 17/20] octeontx2-af: Configure AF VFs to talk over LBK channels
` [PATCH 18/20] octeontx2-af: Add FLR handling support for AF's VFs
` [PATCH 19/20] octeontx2-af: Add interrupt handlers for Master Enable event
` [PATCH 20/20] octeontx2-af: Workarounds for HW errata

[Patch net] ip: fix csum_sub() with csum_block_sub()
 2018-11-08 22:22 UTC  (3+ messages)

[PATCH 0/5] hy: core: rework phy_set_mode to accept phy mode and submode
 2018-11-09  3:20 UTC  (5+ messages)
` [PATCH 4/5] phy: mvebu-cp110-comphy: convert to use eth "

[PATCH 3/3] iwlwifi: Load firmware exclusively for Intel WiFi
 2018-11-09  7:49 UTC  (4+ messages)

[PATCH net-next 0/4] Remove VLAN_TAG_PRESENT from drivers
 2018-11-08 22:11 UTC  (7+ messages)
` [PATCH net-next] i40iw: remove use of VLAN_TAG_PRESENT
` [PATCH net-next 4/4] OVS: "
` [PATCH net-next 2/4] cnic: "
` [PATCH net-next 3/4] gianfar: "

[Patch net-next v2] net: move __skb_checksum_complete*() to skbuff.c
 2018-11-08 22:05 UTC 

[PATCH v3 bpf-next 0/4] bpftool: support loading flow dissector
 2018-11-08 21:54 UTC  (15+ messages)
` [PATCH v3 bpf-next 4/4] "

[net-next 00/12][pull request] Intel Wired LAN Driver Updates 2018-11-07
 2018-11-08 21:53 UTC  (8+ messages)
` [net-next 06/12] i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURE
` [net-next 12/12] igc: Clean up code

[PATCH v3 0/2] kretprobe: produce sane stack traces
 2018-11-09  7:26 UTC  (14+ messages)
` [PATCH v3 1/2] "

[PATCH bpf-next] bpftool: Improve handling of ENOENT on map dumps
 2018-11-08 21:25 UTC  (2+ messages)

[PATCH net-next 0/7] net: sched: prepare for more Qdisc offloads
 2018-11-08 21:20 UTC  (4+ messages)

[PATCH] xen/netfront: remove unnecessary wmb
 2018-11-09  6:58 UTC  (2+ messages)

[PATCH net-next 0/2] net: phy: use phy_id_mask value zero for exact match
 2018-11-08 20:53 UTC  (9+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] net: phy: realtek: remove boilerplate code from driver configs

[PATCH bpf-next v4 00/13] bpf: add btf func info support
 2018-11-08 20:52 UTC  (4+ messages)
` [PATCH bpf-next v4 01/13] bpf: btf: Break up btf_type_is_void()
` [PATCH bpf-next v4 02/13] bpf: btf: Add BTF_KIND_FUNC

[PATCH bpf-next v4 10/13] tools/bpf: do not use pahole if clang/llvm can generate BTF sections
 2018-11-08 20:37 UTC  (4+ messages)
` [PATCH bpf-next v4 11/13] tools/bpf: refactor to implement btf_get_from_id() in lib/bpf
` [PATCH bpf-next v4 12/13] tools/bpf: enhance test_btf file testing to test func info
` [PATCH bpf-next v4 13/13] tools/bpf: bpftool: add support for func types

[PATCH bpf-next v4 07/13] tools/bpf: add new fields for program load in lib/bpf
 2018-11-08 20:37 UTC  (3+ messages)
` [PATCH bpf-next v4 08/13] tools/bpf: extends test_btf to test load/retrieve func_type info
` [PATCH bpf-next v4 09/13] tools/bpf: add support to read .BTF.ext sections

[PATCH bpf-next v4 03/13] tools/bpf: sync kernel btf.h header
 2018-11-08 20:37 UTC  (4+ messages)
` [PATCH bpf-next v4 04/13] tools/bpf: add btf func unit tests in selftest test_btf
` [PATCH bpf-next v4 05/13] bpf: get better bpf_prog ksyms based on btf func type_id
` [PATCH bpf-next v4 06/13] tools/bpf: sync kernel uapi bpf.h header to tools directory

[PATCH net-next 1/2] net/mlx5e: Cleanup unused defines
 2018-11-08 20:34 UTC  (4+ messages)
` [PATCH net-next 2/2] net/mlx5: Fix offsets of ifc reserved fields

[PATCH v2 net-next 0/4] net: ethernet: ti: cpsw: fix vlan mcast
 2018-11-09  4:32 UTC  (4+ messages)
` [PATCH v2 net-next 1/4] net: core: dev_addr_lists: add auxiliary func to handle reference address updates
` [PATCH v2 net-next 4/4] net: ethernet: ti: cpsw: fix vlan configuration while down/up

[Patch net-next] net: move __skb_checksum_complete*() to skbuff.c
 2018-11-08 20:26 UTC  (5+ messages)

[PATCH] net: Add trace events for all receive exit points
 2018-11-08 20:25 UTC  (2+ messages)

[PATCH net-next] dpaa2-eth: Introduce TX congestion management
 2018-11-08 20:21 UTC  (3+ messages)

[PATCH net-next] sfc: use the new __netdev_tx_sent_queue BQL optimisation
 2018-11-08 20:13 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: Add missing return for cfg80211_rtw_get_station
 2018-11-09  5:30 UTC 

[PATCH mlx5-next 00/10] Collection of ODP fixes
 2018-11-08 19:50 UTC  (15+ messages)
` [PATCH mlx5-next 01/10] net/mlx5: Release resource on error flow
` [PATCH mlx5-next 02/10] IB/mlx5: Avoid hangs due to a missing completion
` [PATCH mlx5-next 03/10] net/mlx5: Add interface to hold and release core resources
` [PATCH mlx5-next 04/10] net/mlx5: Enumerate page fault types
` [PATCH mlx5-next 05/10] IB/mlx5: Lock QP during page fault handling
` [PATCH mlx5-next 06/10] net/mlx5: Return success for PAGE_FAULT_RESUME in internal error state
` [PATCH mlx5-next 07/10] net/mlx5: Use multi threaded workqueue for page fault handling
` [PATCH mlx5-next 08/10] IB/mlx5: Call PAGE_FAULT_RESUME command asynchronously
` [PATCH mlx5-next 09/10] net/mlx5: Remove unused function
` [PATCH mlx5-next 10/10] IB/mlx5: Improve ODP debugging messages

[PATCH] net: smsc95xx: Fix MTU range
 2018-11-08 19:38 UTC 

Kernel 4.19 network performance - forwarding/routing normal users traffic
 2018-11-08 19:12 UTC  (24+ messages)

[RFC PATCH ethtool v2 00/23] ethtool netlink interface (userspace side) (WiP)
 2018-11-08 18:53 UTC  (3+ messages)

Latest net-next kernel 4.19.0+
 2018-11-08 18:35 UTC  (14+ messages)

[PATCH net-next 0/2] dpaa2-eth: defer probe on object allocate
 2018-11-08 18:25 UTC  (4+ messages)
` [PATCH net-next 2/2] dpaa2-ptp: defer probe when portal allocation failed
` [PATCH net-next 1/2] dpaa2-eth: defer probe on object allocate

[PATCH net-next v2 0/5] virtio: support packed ring
 2018-11-09  4:00 UTC  (13+ messages)
` [PATCH net-next v2 3/5] virtio_ring: add packed ring support

[PATCHv2] net: stmmac: Fix RX packet size > 8191
 2018-11-09  3:47 UTC  (2+ messages)

[RFC perf,bpf 0/5] reveal invisible bpf programs
 2018-11-08 18:04 UTC  (6+ messages)
` [RFC perf,bpf 1/5] perf, bpf: Introduce PERF_RECORD_BPF_EVENT

a propose of snmp counter document
 2018-11-08 18:05 UTC  (2+ messages)

[PATCH net-next] net: qca_spi: Add available buffer space verification
 2018-11-09  3:41 UTC  (2+ messages)

[PATCH net-next] SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
 2018-11-08 17:26 UTC  (3+ messages)

[PATCH bpf-next 0/4] bpf: Support socket lookup in CGROUP_SOCK_ADDR progs
 2018-11-08 16:54 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udp
` [PATCH bpf-next 2/4] bpf: Split bpf_sk_lookup
` [PATCH bpf-next 3/4] bpf: Support socket lookup in CGROUP_SOCK_ADDR progs
` [PATCH bpf-next 4/4] selftest/bpf: Use bpf_sk_lookup_{tcp,udp} in test_sock_addr

[PATCH net-next v3 0/6] net/ncsi: Allow enabling multiple packages & channels
 2018-11-09  2:17 UTC  (4+ messages)
` [PATCH net-next v3 6/6] net/ncsi: Configure multi-package, multi-channel modes with failover

[PATCH 1/3] ath6kl: Only use match sets when firmware supports it
 2018-11-08 16:36 UTC  (2+ messages)
` [PATCH 3/3] ath6kl: Use debug instead of error message when disabled

[PATCH net-next 0/3] mlxsw: Add fw_version_check devlink parameter
 2018-11-08 16:22 UTC  (8+ messages)
` [PATCH net-next 1/3] devlink: Add fw_version_check generic parameter

[PATCH] e1000e: Change watchdog task to be delayed work
 2018-11-09  1:49 UTC  (2+ messages)

[PATCH][net-hns3-next] net: hns3: fix spelling mistake, "assertting" -> "asserting"
 2018-11-09  1:08 UTC  (2+ messages)

[net-next, PATCH 1/2] net: socionext: different approach on DMA
 2018-11-08 15:19 UTC  (2+ messages)
` [net-next, PATCH 2/2] net: socionext: refactor netsec_alloc_dring()

[PATCH v3 net-next] sock: Reset dst when changing sk_mark via setsockopt
 2018-11-08 15:16 UTC  (2+ messages)

SACK compression patch causing performance drop
 2018-11-08 15:14 UTC  (3+ messages)

(2) (2) [Kernel][NET] Bug report on packet defragmenting
 2018-11-08 15:12 UTC  (10+ messages)
`  "
  `  "
      `  "
          ` RE:(2) (2) "
                ` RE:(2) (2) "
                  ` (2) "

[PATCH bpf-next] filter: add BPF_ADJ_ROOM_DATA mode to bpf_skb_adjust_room()
 2018-11-08 15:11 UTC 

drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c:96: undefined reference to `thermal_zone_device_register'
 2018-11-09  0:46 UTC 

[Patch net] net: hns3: bugfix for not checking return value
 2018-11-09  0:24 UTC  (2+ messages)

[PATCH net 0/4] Slowpath Queue bug fixes
 2018-11-08 14:46 UTC  (5+ messages)
` [PATCH net 1/4] qed: Fix memory/entry leak in qed_init_sp_request()
` [PATCH net 2/4] qed: Fix blocking/unlimited SPQ entries leak
` [PATCH net 3/4] qed: Fix SPQ entries not returned to pool in error flows
` [PATCH net 4/4] qed: Fix potential memory corruption

[PATCH net-next] net: bcmgenet: return correct value 'ret' from bcmgenet_power_down
 2018-11-09  0:22 UTC  (2+ messages)

[PATCH net-next 0/8] s390/qeth: updates 2018-11-08
 2018-11-08 14:06 UTC  (9+ messages)
` [PATCH net-next 1/8] s390/qeth: utilize virtual MAC for Layer2 OSD devices
` [PATCH net-next 2/8] s390/qeth: handle af_iucv skbs in qeth_l3_fill_header()
` [PATCH net-next 3/8] s390/qeth: unify transmit code
` [PATCH net-next 4/8] s390/qeth: remove card list
` [PATCH net-next 5/8] s390/qeth: replace open-coded cmd setup
` [PATCH net-next 6/8] s390/qeth: remove two IPA command helpers
` [PATCH net-next 7/8] s390/qeth: remove unused fallback in Layer3's MAC code
` [PATCH net-next 8/8] s390/qeth: don't process hsuid in qeth_l3_setup_netdev()

[PATCH net-next v2 0/2] net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_interrupt
 2018-11-08 23:29 UTC  (3+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] net: phy: remove flag PHY_HAS_INTERRUPT from driver configs

[PATCH v2 0/3] Add can support to RZ/G2M
 2018-11-08 13:20 UTC  (4+ messages)
` [PATCH v2 1/3][can-next] can: rcar_can: Fix erroneous registration


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