netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-19 11:10:51 to 2018-07-20 11:04:11 UTC [more...]

[PATCH net-next 0/4] TC: refactor TC_ACT_REDIRECT action
 2018-07-20 10:16 UTC  (9+ messages)
` [PATCH net-next 4/4] act_mirred: use ACT_REDIRECT when possible

[PATCH net-next,v2] net: rename ndo_setup_tc to ndo_setup_offload
 2018-07-20 10:09 UTC  (5+ messages)

[PATCH net-next 0/4] TC: refactor act_mirred packets re-injection
 2018-07-20  9:54 UTC  (8+ messages)
` [PATCH net-next 1/4] tc/act: user space can't use TC_ACT_REDIRECT directly
` [PATCH net-next 2/4] tc/act: remove unneeded RCU lock in action callback
` [PATCH net-next 3/4] net/tc: introduce TC_ACT_MIRRED
` [PATCH net-next 4/4] act_mirred: use ACT_MIRRED when possible

[PATCH] net: dsa: mv88e6xxx: fix races between lock and irq freeing
 2018-07-20  9:53 UTC 

[PATCH net] net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_priv
 2018-07-20  9:36 UTC  (3+ messages)

[PATCH net-next 0/7] net: Support Wake-on-LAN using filters
 2018-07-20  9:34 UTC  (10+ messages)
` [PATCH net-next 6/7] net: systemport: Add support for WAKE_FILTER

[PATCH v3 1/2] tools/bpftool: ignore build products
 2018-07-20  9:54 UTC  (5+ messages)
` [PATCH v3 2/2] tools/bpftool: Fix segfault case regarding 'pin' arguments

KASAN: use-after-free Read in l2tp_session_create
 2018-07-20  9:49 UTC  (5+ messages)

[PATCH] [V9fs-developer] [PATCH] /net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()
 2018-07-20  9:27 UTC 

[PATCH] net: mediatek: use dma_zalloc_coherent instead of allocator/memset
 2018-07-20  9:25 UTC  (7+ messages)
  ` [SPAM]Re: "

[PATCH bpf] bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h
 2018-07-20  8:37 UTC  (2+ messages)

[PATCH bpf] bpf: Use option "help" in the llvm-objcopy test
 2018-07-20  8:37 UTC  (2+ messages)

[PATCH] /net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()
 2018-07-20  8:34 UTC  (2+ messages)
` [V9fs-developer] "

[PATCH 0/5] Rhashtable: convert to bit-spin locks
 2018-07-20  7:54 UTC  (3+ messages)
` [PATCH 2/5] rhashtable: don't hold lock on first table throughout insertion

UBSAN: Undefined behaviour in ./include/net/route.h:239:2: member access within null pointer of type 'struct rtable'
 2018-07-20  7:46 UTC 

[PATCH net-next 0/2] qed*: Add support for phy module query
 2018-07-20  6:35 UTC  (2+ messages)

[PATCH net-next 0/3] set/match the tos/ttl fields of TC based IP tunnels
 2018-07-20  6:26 UTC  (2+ messages)

[PATCH net] net/page_pool: Fix inconsistent lock state warning
 2018-07-20  6:23 UTC  (7+ messages)
` [PATCH net] net/xdp: Fix suspicious RCU usage warning

[PATCH 04/18] rhashtable: detect when object movement might have invalidated a lookup
 2018-07-20  7:09 UTC  (15+ messages)
` [PATCH resend] "
      ` [PATCH - revised] "

[PATCH net] multicast: remove useless parameter for group add
 2018-07-20  6:07 UTC 

[PATCH net] multicast: do not restore deleted record source filter mode to new one
 2018-07-20  6:04 UTC 

[PATCH 1/1] net-next/hinic: fix a problem in hinic_xmit_frame()
 2018-07-20  6:28 UTC  (2+ messages)

[PATCH 0/5] net: extend eth_platform_get_mac_address()
 2018-07-20  5:17 UTC  (17+ messages)
` [PATCH 4/5] net: add support for nvmem to eth_platform_get_mac_address()
` [PATCH 5/5] net: add MTD support "

[PATCH v4 00/18] ARM: davinci: step towards removing at24_platform_data
 2018-07-20  5:04 UTC  (10+ messages)
` [PATCH v4 08/18] net: davinci_emac: potentially get the MAC address from MTD

DNAT with VRF support in Linux Kernel
 2018-07-20  3:42 UTC 

VRF with enslaved L3 enabled bridge
 2018-07-20  3:37 UTC 

[PATCH ipsec-next] xfrm: Allow xfrmi if_id to be updated by UPDSA
 2018-07-20  2:07 UTC 

[PATCH mlx5-next] RDMA/mlx5: Don't use cached IRQ affinity mask
 2018-07-20  1:25 UTC  (15+ messages)

linux-next: manual merge of the net-next tree with Linus' tree
 2018-07-20  1:49 UTC 

[PATCH net] net: skb_segment() should not return NULL
 2018-07-20  0:35 UTC  (2+ messages)

linux-next: build warning after merge of the net-next tree
 2018-07-20  1:06 UTC  (9+ messages)

[PATCH net-next 0/9] TX used ring batched updating for vhost
 2018-07-20  0:15 UTC  (10+ messages)
` [PATCH net-next 1/9] vhost_net: drop unnecessary parameter
` [PATCH net-next 2/9] vhost_net: introduce helper to initialize tx iov iter
` [PATCH net-next 3/9] vhost_net: introduce vhost_exceeds_weight()
` [PATCH net-next 4/9] vhost_net: introduce get_tx_bufs()
` [PATCH net-next 5/9] vhost_net: introduce tx_can_batch()
` [PATCH net-next 6/9] vhost_net: split out datacopy logic
` [PATCH net-next 7/9] vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used()
` [PATCH net-next 8/9] vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCH
` [PATCH net-next 9/9] vhost_net: batch update used ring for datacopy TX

[PATCH bpf 0/2] BPF fix and test case
 2018-07-19 23:12 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xadd
` [PATCH bpf 2/2] bpf: test case to check whether src/dst regs got mangled by xadd

[PATCH] net: wimax: stack: fixed multi line comment issue
 2018-07-19 23:11 UTC 

[PATCH net-next] net: phy: add GBit master / slave error detection
 2018-07-19 21:45 UTC  (6+ messages)

[PATCH net] net/ipv6: Fix linklocal to global address with VRF
 2018-07-19 19:41 UTC 

[PATCH v4 net-next] net/sched: add skbprio scheduler
 2018-07-19 18:42 UTC  (2+ messages)

[PATCH v3 net-next] net/sched: add skbprio scheduler
 2018-07-19 18:39 UTC  (4+ messages)

[PATCH ipsec-next] xfrm: Remove xfrmi interface ID from flowi
 2018-07-19 17:50 UTC 

[PATCH net] net: rollback orig value on failure of dev_qdisc_change_tx_queue_len
 2018-07-19 17:25 UTC  (2+ messages)

[PATCH net-next] net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsioc
 2018-07-19 17:21 UTC  (2+ messages)

[PATCH] net: phy: sfp: Do not use "imply HWMON"
 2018-07-19 17:19 UTC  (2+ messages)

[PATCH iproute2/next 0/2] set/match the tos/ttl fields of TC based IP tunnels
 2018-07-19 17:14 UTC  (5+ messages)
` [PATCH iproute2/next 1/2] tc/act_tunnel_key: Enable setup of tos and ttl
` [PATCH iproute2/next2/next 2/2] tc/flower: Add match on encapsulating tos/ttl

[PATCH iproute2-next] q_cake: Rename autorate_ingress parameter to use dash as word separator
 2018-07-19 16:55 UTC 

[PATCH RFC bpf-next] bpf: per-register parent pointers
 2018-07-19 16:54 UTC  (2+ messages)

[PATCH iproute2-next v11] Add support for CAKE qdisc
 2018-07-19 16:47 UTC  (3+ messages)

[PATCH iproute2 0/5] Various BPF improvements
 2018-07-19 16:37 UTC  (9+ messages)
` [PATCH iproute2 5/5] bpf: implement btf handling and map annotation

[PATCH RFC/RFT net-next 00/17] net: Convert neighbor tables to per-namespace
 2018-07-19 17:12 UTC  (6+ messages)

[PATCH iproute2-next v4] net:sched: add action inheritdsfield to skbedit
 2018-07-19 16:21 UTC  (2+ messages)

[PATCH iproute2 net-next] devlink: Add support for devlink-region access
 2018-07-19 16:21 UTC  (2+ messages)

[PATCH net v2] bonding: pass link-local packets to bonding master also
 2018-07-19 16:20 UTC  (2+ messages)

[PATCH iproute2-next v12] Add support for CAKE qdisc
 2018-07-19 16:05 UTC 

[PATCH v2 bpf-next] bpfilter: Fix mismatch in function argument types
 2018-07-19 15:51 UTC  (3+ messages)

[PATCH bpf-next] bpf: show in bpftool map overview whether btf is available
 2018-07-19 15:45 UTC  (3+ messages)

[PATCH v2 0/3] net: extend eth_platform_get_mac_address()
 2018-07-19 15:35 UTC  (9+ messages)
` [PATCH v2 2/3] net: add support for nvmem to eth_platform_get_mac_address()

[PATCH v3 0/3] net: extend eth_platform_get_mac_address()
 2018-07-19 15:32 UTC  (4+ messages)
` [PATCH v3 1/3] net: split eth_platform_get_mac_address() into subroutines
` [PATCH v3 2/3] net: add support for nvmem to eth_platform_get_mac_address()
` [PATCH v3 3/3] net: add MTD support "

[PATCH iproute2-next v10] Add support for CAKE qdisc
 2018-07-19 15:22 UTC  (6+ messages)

[PATCH RFC/RFT net-next 00/17] net: Convert neighbor tables to per-namespace
 2018-07-19 15:49 UTC  (3+ messages)

[PATCH net-next 0/9] Misc. cleanups for HNS3 ethernet driver
 2018-07-19 14:47 UTC  (10+ messages)
` [PATCH net-next 1/9] net: hns3: Remove some redundant assignments
` [PATCH net-next 2/9] net: hns3: Standardize the handle of return value
` [PATCH net-next 3/9] net: hns3: Remove extra space and brackets
` [PATCH net-next 4/9] net: hns3: Correct unreasonable code comments
` [PATCH net-next 5/9] net: hns3: Use decimal for bit offset macros
` [PATCH net-next 6/9] net: hns3: Modify inconsistent bit mask macros
` [PATCH net-next 7/9] net: hns3: Fix misleading parameter name
` [PATCH net-next 8/9] net: hns3: Remove unused struct member and definition
` [PATCH net-next 9/9] net: hns3: Add SPDX tags to HNS3 PF driver

[pci PATCH v8 0/4] Add support for unmanaged SR-IOV
 2018-07-19 15:12 UTC  (4+ messages)
` [pci PATCH v8 4/4] pci-pf-stub: Add PF driver stub for PFs that function only to enable VFs

[PATCH] net: phy: use generic clause 45 autonegotiation done
 2018-07-19 14:49 UTC  (5+ messages)

general protection fault in inet_accept
 2018-07-19 14:49 UTC  (2+ messages)

[PATCH v2 net-next 0/7] Make /sys/class/net per net namespace objects belong to container
 2018-07-19 14:36 UTC  (3+ messages)
` [PATCH net-next v2 6/7] net: Create reusable function for getting ownership info of sysfs inodes

[PATCH v2 0/5] ARM: dts: sunxi: Remove unused address-cells/size-cells of dwmac-sun8i
 2018-07-19 14:33 UTC  (2+ messages)

[PATCH] bpf: synchronize bpf uapi header with tools
 2018-07-19 14:21 UTC  (3+ messages)

[PATCH net-next] libcxgb: replace vmalloc and memset with vzalloc
 2018-07-19 14:18 UTC 

[PATCH V4 net-next 3/3] tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracy
 2018-07-19 14:15 UTC  (2+ messages)

[PATCH net-next] ixgb: use dma_zalloc_coherent instead of allocator/memset
 2018-07-19 14:04 UTC 

[PATCH net-next] net: hix5hd2_gmac: use dma_zalloc_coherent instead of allocator/memset
 2018-07-19 13:57 UTC 

[PATCH V4 net-next 2/3] tcp: Add tcp_retransmit_stamp() helper routine
 2018-07-19 13:49 UTC  (2+ messages)

[PATCH V4 net-next 1/3] tcp: convert icsk_user_timeout from jiffies to msecs
 2018-07-19 13:33 UTC  (2+ messages)

[PATCH] netfilter: use PTR_ERR_OR_ZERO()
 2018-07-19 13:20 UTC 

[PATCH v2 1/2] tools/bpftool: ignore build products
 2018-07-19 12:09 UTC  (2+ messages)

general protection fault in p9_client_prepare_req
 2018-07-19 12:09 UTC 

[net-next v5 0/3] net/tls: Minor code cleanup patches
 2018-07-19 16:26 UTC  (4+ messages)
` [net-next v5 1/3] net/tls: Use socket data_ready callback on record availability
` [net-next v5 2/3] net/tls: Remove redundant variable assignments and wakeup
` [net-next v5 3/3] net/tls: Remove redundant array allocation

[net-next v4 0/3] net/tls: Minor code cleanup patches
 2018-07-19 16:23 UTC  (4+ messages)
` [net-next v5 1/3] net/tls: Use socket data_ready callback on record availability
` [net-next v5 2/3] net/tls: Remove redundant variable assignments and wakeup
` [net-next v5 3/3] net/tls: Remove redundant array allocation

[PATCH net-next 00/11] s390/qeth: updates 2018-07-19
 2018-07-19 10:43 UTC  (12+ messages)
` [PATCH net-next 01/11] s390/qeth: fix race in used-buffer accounting
` [PATCH net-next 02/11] s390/qeth: reset layer2 attribute on layer switch
` [PATCH net-next 03/11] s390/qeth: remove redundant netif_carrier_ok() checks
` [PATCH net-next 04/11] s390/qeth: allocate netdevice early
` [PATCH net-next 05/11] s390/qeth: don't cache HW port number
` [PATCH net-next 06/11] s390/qeth: simplify max MTU handling
` [PATCH net-next 07/11] s390/qeth: use core MTU range checking
` [PATCH net-next 08/11] s390/qeth: add statistics for consumed buffer elements
` [PATCH net-next 09/11] s390/qeth: merge linearize-check into HW header construction
` [PATCH net-next 10/11] s390/qeth: add support for constrained HW headers
` [PATCH net-next 11/11] s390/qeth: speed up L2 IQD xmit

[net-next v4 0/3] net/tls: Minor code cleanup patches
 2018-07-19 15:59 UTC  (4+ messages)
` [net-next v4 1/3] net/tls: Use socket data_ready callback on record availability
` [net-next v4 2/3] net/tls: Remove redundant variable assignments and wakeup
` [net-next v4 3/3] net/tls: Remove redundant array allocation

[net-next v3 0/5] net/tls: Minor code cleanup patches
 2018-07-19 11:16 UTC  (4+ messages)
` [net-next v3 1/5] net/tls: Do not enable zero-copy prematurely

[pull request][net 0/8] Mellanox, mlx5 fixes 2018-07-18
 2018-07-19 10:29 UTC  (7+ messages)
` [net 4/8] net/mlx5e: Don't allow aRFS for encapsulated packets


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