netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-09 11:31:59 to 2018-11-10 03:13:07 UTC [more...]

[PATCH v2 00/23] various dynamic_debug patches
 2018-11-09 23:31 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 03/23] linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimited
  ` [PATCH v3 04/23] linux/net.h: use unique identifier for each struct _ddebug

[PATCH bpf-next 0/4] bpf: Support socket lookup in CGROUP_SOCK_ADDR progs
 2018-11-09 17:30 UTC  (8+ messages)
` [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

bring back IPX and NCPFS, please!
 2018-11-09 17:30 UTC  (4+ messages)

[PATCH][RFC] udp: cache sock to avoid searching it twice
 2018-11-09 17:25 UTC  (3+ messages)

[PATCH 00/20] octeontx2-af: NPC MCAM support and FLR handling
 2018-11-09 17:13 UTC  (14+ messages)
` [PATCH 08/20] octeontx2-af: Alloc and config NPC MCAM entry at a time
` [PATCH 11/20] octeontx2-af: Add support for stripping STAG/CTAG

[PATCH][net-next] net: tcp: remove BUG_ON from tcp_v4_err
 2018-11-09 17:12 UTC  (2+ messages)

[PATCH iproute] ss: Actually print left delimiter for columns
 2018-11-09 17:05 UTC  (2+ messages)

[PATCH mlx5-next 00/10] Collection of ODP fixes
 2018-11-09 16:59 UTC  (8+ messages)
` [PATCH mlx5-next 02/10] IB/mlx5: Avoid hangs due to a missing completion
` [PATCH mlx5-next 08/10] IB/mlx5: Call PAGE_FAULT_RESUME command asynchronously

[PATCH iproute2 net-next v2 0/2] Add DF configuration for VXLAN and GENEVE link types
 2018-11-09 16:53 UTC  (2+ messages)

Should the bridge learn from frames with link local destination MAC address?
 2018-11-09 16:44 UTC  (4+ messages)

[PATCH iproute2] testsuite: correctly use CC macros for generate_nlmsg
 2018-11-09 16:31 UTC 

[PATCH v5 bpf-next 0/7] bpftool: support loading flow dissector
 2018-11-09 16:21 UTC  (8+ messages)
` [PATCH v5 bpf-next 1/7] selftests/bpf: rename flow dissector section to flow_dissector
` [PATCH v5 bpf-next 2/7] libbpf: cleanup after partial failure in bpf_object__pin
` [PATCH v5 bpf-next 3/7] libbpf: bpf_program__pin: add special case for instances.nr == 1
` [PATCH v5 bpf-next 4/7] libbpf: add internal pin_name
` [PATCH v5 bpf-next 5/7] bpftool: add loadall command
` [PATCH v5 bpf-next 6/7] bpftool: add pinmaps argument to the load/loadall
` [PATCH v5 bpf-next 7/7] bpftool: support loading flow dissector

Kernel 4.19 network performance - forwarding/routing normal users traffic
 2018-11-09 16:21 UTC  (21+ messages)

[PATCH v3] Add BPF_SYNCHRONIZE_MAP_TO_MAP_REFERENCES bpf(2) command
 2018-11-10  2:01 UTC  (7+ messages)
` [PATCH v4] Wait for running BPF programs when updating map-in-map

[PATCH iproute2] tc: f_u32: allow skip_hw and skip_sw flags to be last
 2018-11-09 16:13 UTC  (2+ messages)

[iproute2 PATCH v2] tc: flower: Classify packets based port ranges
 2018-11-09 16:11 UTC  (3+ messages)

[PATCH iproute2 1/2] testsuite: build generate_nlmsg with QUIET_CC
 2018-11-09 16:08 UTC  (2+ messages)

[PATCH iproute2] Fix warning in tc-skbprio.8 manpage
 2018-11-09 16:06 UTC  (2+ messages)

[PATCH iproute2] man: ss.8: break and indent long line
 2018-11-09 16:06 UTC  (2+ messages)

[PATCH iproute2] bridge: fdb: remove redundant dev string in show output
 2018-11-09 16:05 UTC  (4+ messages)

[PATCH v4 bpf-next 0/7] bpftool: support loading flow dissector
 2018-11-09 15:42 UTC  (14+ messages)
` [PATCH v4 bpf-next 2/7] libbpf: cleanup after partial failure in bpf_object__pin
` [PATCH v4 bpf-next 4/7] libbpf: add internal pin_name
` [PATCH v4 bpf-next 5/7] bpftool: add loadall command
` [PATCH v4 bpf-next 6/7] bpftool: add pinmaps argument to the load/loadall
` [PATCH v4 bpf-next 7/7] bpftool: support loading flow dissector

[PATCH net-next v2 0/2] dpaa2-eth: defer probe on object allocate
 2018-11-09 15:26 UTC  (3+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] dpaa2-ptp: defer probe when portal allocation failed

[Patch net-next 00/11] add code optimization for VF reset and some new reset feature
 2018-11-10  0:47 UTC  (13+ messages)
` [Patch net-next 01/11] net: hns3: add reset_hdev to reinit the hdev in VF's reset process
` [Patch net-next 02/11] net: hns3: adjust "
` [Patch net-next 03/11] net: hns3: add reset handling for VF when doing PF reset
` [Patch net-next 04/11] net: hns3: add reset handling for VF when doing Core/Global/IMP reset
` [Patch net-next 05/11] net: hns3: stop handling command queue while resetting VF
` [Patch net-next 06/11] net: hns3: add error handler for hclgevf_reset()
` [Patch net-next 07/11] net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is set
` [Patch net-next 08/11] net: hns3: implement the IMP reset processing for PF
` [Patch net-next 09/11] net: hns3: add PCIe FLR support "
` [Patch net-next 10/11] net: hns3: do VF's pci re-initialization while PF doing FLR
` [Patch net-next 11/11] net: hns3: add PCIe FLR support for VF

[PATCH net-next] udp6: cleanup stats accounting in recvmsg()
 2018-11-09 14:52 UTC 

[PATCH] net: Add trace events for all receive exit points
 2018-11-09 14:24 UTC  (4+ messages)

[PATCH net-next 0/2] dpaa2-eth: defer probe on object allocate
 2018-11-09 14:24 UTC  (8+ messages)
` [PATCH net-next 1/2] "

[PATCH v2 0/5] phy: core: rework phy_set_mode to accept phy mode and submode
 2018-11-09 23:47 UTC  (6+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] phy: core: add PHY_MODE_ETHERNET
` [PATCH v2 3/5] phy: ocelot-serdes: convert to use eth phy mode and submode
` [PATCH v2 4/5] phy: mvebu-cp110-comphy: "
` [PATCH v2 5/5] phy: core: clean up unused ethernet specific phy modes

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

[PATCH v2] net: phy: leds: Don't make our own link speed names
 2018-11-09 23:08 UTC  (3+ messages)

[RFC PATCH 00/10] net: hns3: Adds support of debugfs to HNS3 driver
 2018-11-09 22:51 UTC  (13+ messages)
` [RFC PATCH 01/10] net: hns3: Add debugfs framework registration
` [RFC PATCH 02/10] net: hns3: Add "queue info" query function
` [RFC PATCH 03/10] net: hns3: Add "FD flow table" info "
` [RFC PATCH 04/10] net: hns3: Add "promisc mode" config "
` [RFC PATCH 05/10] net: hns3: Add "tc config" "
` [RFC PATCH 06/10] net: hns3: Add "tm "
` [RFC PATCH 07/10] net: hns3: Add checksum "
` [RFC PATCH 08/10] net: hns3: Add PFC config "
` [RFC PATCH 10/10] net: hns3: Add "qos buffer" "

[PATCH bpf-next 0/9] bpf: pass device ops as callbacks and remove some ndo_bpf subcommands
 2018-11-09 13:03 UTC  (10+ messages)
` [PATCH bpf-next 1/9] nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.c
` [PATCH bpf-next 2/9] bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
` [PATCH bpf-next 3/9] bpf: call verify_insn from its callback in struct bpf_offload_dev
` [PATCH bpf-next 4/9] bpf: call finalize() "
` [PATCH bpf-next 5/9] bpf: call verifier_prep "
` [PATCH bpf-next 6/9] bpf: pass translate() as a callback and remove its ndo_bpf subcommand
` [PATCH bpf-next 7/9] bpf: pass destroy() "
` [PATCH bpf-next 8/9] bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
` [PATCH bpf-next 9/9] bpf: do not pass netdev to translate() and prepare() offload callbacks

[RFC PATCH 00/12] net: introduce Qualcomm IPA driver
 2018-11-09 22:38 UTC  (4+ messages)
` [RFC PATCH 01/12] dt-bindings: soc: qcom: add IPA bindings

[PATCH bpf-next] bpf: support raw tracepoints in modules
 2018-11-09 22:06 UTC 

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

[PATCH iproute2-next] devlink: Add missing region option to devlink man page
 2018-11-09 12:11 UTC  (2+ messages)

[net-next PATCH v2] net: sched: cls_flower: Classify packets using port ranges
 2018-11-09 12:10 UTC  (2+ messages)

[PATCH net 0/5] net: aquantia: 2018-11 bugfixes
 2018-11-09 11:54 UTC  (6+ messages)
` [PATCH net 1/5] net: aquantia: synchronized flow control between mac/phy
` [PATCH net 2/5] net: aquantia: fix potential IOMMU fault after driver unbind
` [PATCH net 3/5] net: aquantia: fixed enable unicast on 32 macvlan
` [PATCH net 4/5] net: aquantia: invalid checksumm offload implementation
` [PATCH net 5/5] net: aquantia: allow rx checksum offload configuration

[PATCH net-next v3 0/2] net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_interrupt
 2018-11-09 20:56 UTC  (9+ messages)
` [PATCH net-next v3 1/2] "
` [PATCH net-next v3 2/2] net: phy: remove flag PHY_HAS_INTERRUPT from driver configs

[PATCH 0/4] Add SOCFPGA System Manager
 2018-11-09 20:43 UTC  (5+ messages)

[PATCH net-next 0/8] More accurate PHC<->system clock synchronization
 2018-11-09 10:14 UTC  (9+ messages)
` [PATCH net-next 1/8] ptp: reorder declarations in ptp_ioctl()
` [PATCH net-next 2/8] ptp: check gettime64 return code in PTP_SYS_OFFSET ioctl
` [PATCH net-next 3/8] ptp: add PTP_SYS_OFFSET_EXTENDED ioctl
` [PATCH net-next 4/8] ptp: deprecate gettime64() in favor of gettimex64()
` [PATCH net-next 5/8] e1000e: extend PTP gettime function to read system clock
` [PATCH net-next 6/8] igb: "
` [PATCH net-next 7/8] ixgbe: "
` [PATCH net-next 8/8] tg3: "

[PATCH net 1/1] bnx2x: Assign unique DMAE channel number for FW DMAE transactions
 2018-11-09 10:10 UTC 

[PATCH v2 bpf-next] bpf: Extend the sk_lookup() helper to XDP hookpoint
 2018-11-09  9:38 UTC  (2+ messages)

[RFC perf,bpf 0/5] reveal invisible bpf programs
 2018-11-09 19:14 UTC  (11+ messages)
` [RFC perf,bpf 1/5] perf, bpf: Introduce PERF_RECORD_BPF_EVENT

[PATCH net-next] cxgb4vf: free mac_hlist properly
 2018-11-09  9:22 UTC 

[PATCH net-next] cxgb4vf: fix memleak in mac_hlist initialization
 2018-11-09  9:22 UTC 

[PATCH net-next] cxgb4: free mac_hlist properly
 2018-11-09  9:20 UTC 

[PATCH bpf-next] bpftool: Improve handling of ENOENT on map dumps
 2018-11-09  9:10 UTC  (3+ messages)

[PATCH v3] net: phy: leds: Don't make our own link speed names
 2018-11-09 18:48 UTC 

[PATCH bpf-next 0/2] bpf: offer maximum packet offset info
 2018-11-09  8:20 UTC  (2+ messages)

[PATCH bpf] bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udp
 2018-11-09  7:40 UTC  (2+ messages)

[PATCH bpf v2] tools/bpftool: copy a few net uapi headers to tools directory
 2018-11-09  7:39 UTC  (2+ messages)

[PATCH bpf 0/4] tools: bpftool: bring several minor fixes to bpftool
 2018-11-09  7:38 UTC  (2+ messages)

[PATCH] net: mvneta: correct typo
 2018-11-09 16:37 UTC 

linux-next: Tree for Nov 9 (net/ipv4/af_inet)
 2018-11-09 16:25 UTC 

[RFC PATCH 0/3] M_CAN Framework rework
 2018-11-09 15:14 UTC  (6+ messages)
` [RFC PATCH 1/3] can: m_can: Create m_can core to leverage common code

[PATCH v3 1/2] kretprobe: produce sane stack traces
 2018-11-09 15:10 UTC  (14+ messages)

[PATCH net-next 0/7] nfp: abm: move code and improve parameter validation
 2018-11-09  4:49 UTC  (9+ messages)
` [PATCH net-next 1/7] nfp: abm: split qdisc offload code into a separate file
` [PATCH net-next 2/7] nfp: pass ctrl_bar pointer to nfp_net_alloc
` [PATCH net-next 3/7] nfp: parse vNIC TLV capabilities at alloc time
` [PATCH net-next 4/7] nfp: abm: provide more precise info about offload parameter validation
` [PATCH net-next 5/7] nfp: abm: don't set negative threshold
` [PATCH net-next 6/7] net: sched: red: inform offloads about harddrop setting
` [PATCH net-next 7/7] nfp: abm: refuse RED offload with harddrop set

[PATCH net-next] tcp_bbr: update comments to reflect pacing_margin_percent
 2018-11-09  4:46 UTC  (2+ messages)

[PATCH net-next 0/9] Use __vlan_hwaccel_*() helpers
 2018-11-09  4:45 UTC  (2+ messages)

[Patch net-next v2] net: move __skb_checksum_complete*() to skbuff.c
 2018-11-09  4:39 UTC  (2+ messages)

[PATCH bpf-next v2 02/13] bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
 2018-11-09  4:35 UTC  (11+ messages)

[PATCH net-next] sfc: use the new __netdev_tx_sent_queue BQL optimisation
 2018-11-09  4:01 UTC  (2+ messages)

[PATCH] net: smsc95xx: Fix MTU range
 2018-11-09  3:55 UTC  (2+ messages)

[PATCH net-next 0/4] Remove VLAN_TAG_PRESENT from drivers
 2018-11-09  3:49 UTC  (2+ messages)

[PATCH] Bluetooth: clean an indentation issue, remove extraneous space
 2018-11-09 13:27 UTC 

[net-next, PATCH 1/2] net: socionext: different approach on DMA
 2018-11-09  3:43 UTC  (4+ messages)
` [net-next, PATCH 2/2] net: socionext: refactor netsec_alloc_dring()

[PATCH net 0/4] Slowpath Queue bug fixes
 2018-11-09  3:38 UTC  (2+ messages)

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

[PATCH net-next] dpaa2-eth: Introduce TX congestion management
 2018-11-09  3:26 UTC  (4+ messages)

[PATCH ipsec-next 00/11] xfrm: policy: add inexact policy search tree
 2018-11-09  3:00 UTC  (2+ messages)

[PATCH] staging: net: ipv4: tcp_vegas: fixed checks and warnings
 2018-11-09 12:37 UTC  (2+ messages)
` net: ipv4: tcp_vegas

[PATCH v2 net] inet: frags: better deal with smp races
 2018-11-09  2:41 UTC  (2+ messages)

[PATCH] staging: net: ipv4: tcp_westwood: fixed warnings and checks
 2018-11-09 12:18 UTC  (2+ messages)
` net: ipv4: tcp_westwood

(2) (2) (2) [Kernel][NET] Bug report on packet defragmenting
 2018-11-09  2:24 UTC  (13+ messages)
`  "
  `  "
    `  "
        `  "
            ` RE:(2) (2) "
                ` RE:(2) (2) "
                    ` RE:(2) (2) "
                      ` (2) "
                        `  "

[PATCH] [stable, netdev 4.4+] lan78xx: make sure RX_ADDRL & RX_ADDRH regs are always up to date
 2018-11-09 11:31 UTC  (5+ 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).