netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-27 17:15:18 to 2020-04-28 01:39:43 UTC [more...]

[RFC PATCH 0/5] tc-gate offload for SJA1105 DSA switch
 2020-04-28  1:39 UTC  (6+ messages)
` [RFC PATCH 1/5] net: dsa: export dsa_slave_dev_check and dsa_slave_to_port
` [RFC PATCH 2/5] net: dsa: sja1105: add static tables for virtual links
` [RFC PATCH 3/5] net: dsa: sja1105: make room for virtual link parsing in flower offload
` [RFC PATCH 4/5] net: dsa: sja1105: support flow-based redirection via virtual links
` [RFC PATCH 5/5] net: dsa: sja1105: implement tc-gate using time-triggered "

[PATCH iproute2] tc: fq_codel: add drop_batch parameter
 2020-04-28  1:16 UTC  (2+ messages)

[PATCH iproute2] xfrm: also check for ipv6 state in xfrm_state_keep
 2020-04-28  1:15 UTC  (2+ messages)

[patch iproute2] tc: m_action: check cookie hex string len
 2020-04-28  1:14 UTC  (2+ messages)

[PATCH net-next v6 0/5] kselftest: add fixture parameters
 2020-04-28  1:03 UTC  (6+ messages)
` [PATCH net-next v6 1/5] kselftest: factor out list manipulation to a helper
` [PATCH net-next v6 2/5] kselftest: create fixture objects
` [PATCH net-next v6 3/5] kselftest: run tests by fixture
` [PATCH net-next v6 4/5] kselftest: add fixture variants
` [PATCH net-next v6 5/5] selftests: tls: run all tests for TLS 1.2 and TLS 1.3

[PATCH RFC v1] net: xdp: allow for layer 3 packets in generic skb handler
 2020-04-28  0:40 UTC  (20+ messages)
` [PATCH RFC v2] "
          ` [PATCH net v3] net: xdp: account "

[PATCH] do not typedef socklen_t on Android
 2020-04-28  0:26 UTC  (3+ messages)

[PATCH net-next v3 00/11] implement DEVLINK_CMD_REGION_NEW
 2020-04-28  0:26 UTC  (2+ messages)

[ipsec-next:testing 1/2] net/ipv6/esp6.c:144:15: error: implicit declaration of function 'csum_ipv6_magic'; did you mean 'csum_tcpudp_magic'?
 2020-04-28  0:21 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH] iptables: flush stdout after every verbose log
 2020-04-28  0:14 UTC  (3+ messages)

WARNING in ib_unregister_device_queued
 2020-04-28  0:10 UTC  (2+ messages)

[PATCH] libxt_IDLETIMER.c - fix target v1 help alignment and doc
 2020-04-28  0:06 UTC  (2+ messages)

[PATCH] xshared.h - include sys/time.h to fix lack of struct timeval declaration
 2020-04-28  0:04 UTC  (2+ messages)

[PATCH] libxt_addrtype.c - include strings.h for the definition of ffs()
 2020-04-28  0:04 UTC  (2+ messages)

[PATCH] libipt_ULOG.c - include strings.h for the definition of ffs()
 2020-04-28  0:04 UTC  (2+ messages)

[RFC PATCH v5 01/16] RDMA/irdma: Add driver framework definitions
 2020-04-28  0:03 UTC  (13+ messages)

[PATCH iproute2 0/7] bridge vlan output fixes
 2020-04-27 23:50 UTC  (8+ messages)
` [PATCH iproute2 1/7] bridge: Use the same flag names in input and output
` [PATCH iproute2 2/7] bridge: Use consistent column names in vlan output
` [PATCH iproute2 3/7] bridge: Fix typo
` [PATCH iproute2 4/7] bridge: Fix output with empty vlan lists
` [PATCH iproute2 5/7] json_print: Return number of characters printed
` [PATCH iproute2 6/7] bridge: Align output columns
` [PATCH iproute2 7/7] Replace open-coded instances of print_nl()

[PATCH v5 bpf-next 0/3] bpf: sharing bpf runtime stats with
 2020-04-27 23:44 UTC  (4+ messages)
` [PATCH v5 bpf-next 1/3] bpf: sharing bpf runtime stats with BPF_ENABLE_STATS
` [PATCH v5 bpf-next 2/3] libbpf: add support for command BPF_ENABLE_STATS
` [PATCH v5 bpf-next 3/3] bpf: add selftest for BPF_ENABLE_STATS

[PATCH nf-next 0/3] Netfilter egress hook
 2020-04-27 23:44 UTC  (9+ messages)
` [PATCH nf-next 3/3] netfilter: Introduce "

[PATCH net] net: macsec: preserve ingress frame ordering
 2020-04-27 23:14 UTC  (3+ messages)

[PATCH net] wireguard: Use tunnel helpers for decapsulating ECN markings
 2020-04-27 23:09 UTC  (5+ messages)
    ` [PATCH net v2] wireguard: use "

[PATCH iproute2-next] tc: pedit: Support JSON dumping
 2020-04-27 23:09 UTC  (5+ messages)

[PATCHv3 iproute2-next 0/7] iproute2: fully support for geneve/vxlan/erspan options
 2020-04-27 23:07 UTC  (10+ messages)
` [PATCHv3 iproute2-next 1/7] iproute_lwtunnel: add options support for geneve metadata
  ` [PATCHv3 iproute2-next 2/7] iproute_lwtunnel: add options support for vxlan metadata
    ` [PATCHv3 iproute2-next 3/7] iproute_lwtunnel: add options support for erspan metadata

[PATCH v4 bpf-next 00/15] net: Add support for XDP in egress path
 2020-04-27 22:46 UTC  (16+ messages)
` [PATCH v4 bpf-next 01/15] net: Refactor convert_to_xdp_frame
` [PATCH v4 bpf-next 02/15] net: uapi for XDP programs in the egress path
` [PATCH v4 bpf-next 03/15] net: Add XDP setup and query commands for Tx programs
` [PATCH v4 bpf-next 04/15] net: Add BPF_XDP_EGRESS as a bpf_attach_type
` [PATCH v4 bpf-next 05/15] xdp: Add xdp_txq_info to xdp_buff
` [PATCH v4 bpf-next 06/15] net: Rename do_xdp_generic to do_xdp_generic_rx
` [PATCH v4 bpf-next 07/15] net: rename netif_receive_generic_xdp to do_generic_xdp_core
` [PATCH v4 bpf-next 08/15] net: set XDP egress program on netdevice
` [PATCH v4 bpf-next 09/15] net: Support xdp in the Tx path for packets as an skb
` [PATCH v4 bpf-next 10/15] net: Support xdp in the Tx path for xdp_frames
` [PATCH v4 bpf-next 11/15] libbpf: Add egress XDP support
` [PATCH v4 bpf-next 12/15] bpftool: Add support for XDP egress
` [PATCH v4 bpf-next 13/15] selftest: Add test for xdp_egress
` [PATCH v4 bpf-next 14/15] selftest: Add xdp_egress attach tests
` [PATCH v4 bpf-next 15/15] samples/bpf: add XDP egress support to xdp1

BPF office hours
 2020-04-27 22:37 UTC 

linux-next: Signed-off-by missing for commit in the net-next tree
 2020-04-27 22:31 UTC 

[PATCH 00/38] net: manually convert files to ReST format - part 1
 2020-04-27 22:01 UTC  (39+ messages)
` [PATCH 01/38] docs: networking: convert caif files to ReST
` [PATCH 02/38] docs: networking: convert 6pack.txt "
` [PATCH 03/38] docs: networking: convert altera_tse.txt "
` [PATCH 04/38] docs: networking: convert arcnet-hardware.txt "
` [PATCH 05/38] docs: networking: convert arcnet.txt "
` [PATCH 06/38] docs: networking: convert atm.txt "
` [PATCH 07/38] docs: networking: convert ax25.txt "
` [PATCH 08/38] docs: networking: convert baycom.txt "
` [PATCH 09/38] docs: networking: convert bonding.txt "
` [PATCH 10/38] docs: networking: convert cdc_mbim.txt "
` [PATCH 11/38] docs: networking: convert cops.txt "
` [PATCH 12/38] docs: networking: convert cxacru.txt "
` [PATCH 13/38] docs: networking: convert dccp.txt "
` [PATCH 14/38] docs: networking: convert dctcp.txt "
` [PATCH 15/38] docs: networking: convert decnet.txt "
` [PATCH 16/38] docs: networking: convert defza.txt "
` [PATCH 17/38] docs: networking: convert dns_resolver.txt "
` [PATCH 18/38] docs: networking: convert driver.txt "
` [PATCH 19/38] docs: networking: convert eql.txt "
` [PATCH 20/38] docs: networking: convert fib_trie.txt "
` [PATCH 21/38] docs: networking: convert filter.txt "
` [PATCH 22/38] docs: networking: convert fore200e.txt "
` [PATCH 23/38] docs: networking: convert framerelay.txt "
` [PATCH 24/38] docs: networking: convert generic-hdlc.txt "
` [PATCH 25/38] docs: networking: convert generic_netlink.txt "
` [PATCH 26/38] docs: networking: convert gen_stats.txt "
` [PATCH 27/38] docs: networking: convert gtp.txt "
` [PATCH 28/38] docs: networking: convert hinic.txt "
` [PATCH 29/38] docs: networking: convert ila.txt "
` [PATCH 30/38] docs: networking: convert ipddp.txt "
` [PATCH 31/38] docs: networking: convert ip_dynaddr.txt "
` [PATCH 32/38] docs: networking: convert iphase.txt "
` [PATCH 33/38] docs: networking: convert ipsec.txt "
` [PATCH 34/38] docs: networking: convert ip-sysctl.txt "
` [PATCH 35/38] docs: networking: convert ipv6.txt "
` [PATCH 36/38] docs: networking: convert ipvlan.txt "
` [PATCH 37/38] docs: networking: convert ipvs-sysctl.txt "
` [PATCH 38/38] docs: networking: convert kcm.txt "

[PATCH] lan743x: Added fixed_phy support
 2020-04-27 21:52 UTC  (4+ messages)

[PATCH bpf-next v3 0/2] Change return code if failed to load
 2020-04-27 21:37 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] bpf: Change error code when ops is NULL
` [PATCH bpf-next v3 2/2] libbpf: Return err if bpf_object__load failed

[PATCH net v2 0/2] WoL fixes for DP83822 and DP83tc811
 2020-04-27 21:21 UTC  (3+ messages)
` [PATCH net v2 1/2] net: phy: DP83822: Fix WoL in config init to be disabled
` [PATCH net v2 2/2] net: phy: DP83TC811: "

pass kernel pointers to the sysctl ->proc_handler method v3
 2020-04-27 21:23 UTC  (3+ messages)
` [PATCH 1/5] bpf-cgroup: remove unused exports

[PATCH v2] bpf: Fix sk_psock refcnt leak when receiving message
 2020-04-27 21:21 UTC  (2+ messages)

[PATCH net] r8169: fix multicast tx issue with macvlan interface
 2020-04-27 21:12 UTC  (11+ messages)

[PATCH net-next v4 0/3] New sysctl to turn off nexthop API compat mode
 2020-04-27 21:06 UTC  (5+ messages)
` [PATCH net-next v4 1/3] net: ipv6: new arg skip_notify to ip6_rt_del
` [PATCH net-next v4 2/3] net: ipv4: add sysctl for nexthop api compatibility mode
` [PATCH net-next v4 3/3] selftests: net: add new testcases for nexthop API compat mode sysctl

[PATCH] net: ethernet: fec: Replace interrupt driven MDIO with polled IO
 2020-04-27 20:13 UTC  (6+ messages)
    ` [EXT] "

[PATCH net-next] net: ethernet: ti: fix return value check in k3_cppi_desc_pool_create_name()
 2020-04-27 20:28 UTC  (2+ messages)

[PATCH resend net-next] r8169: improve error message if no dedicated PHY driver is found
 2020-04-27 20:25 UTC  (2+ messages)

[PATCH net-next 23/33] ixgbe: add XDP frame size to driver
 2020-04-27 20:22 UTC  (6+ messages)
` [PATCH net-next 28/33] mlx5: rx queue setup time determine frame_sz for XDP
` [PATCH net-next 29/33] xdp: allow bpf_xdp_adjust_tail() to grow packet size

[PATCH net-next 08/17] net: atlantic: A2 driver-firmware interface
 2020-04-27 20:20 UTC  (8+ messages)
  ` [EXT] "

[PATCH bpf-next v1 00/19] bpf: implement bpf iterator for kernel data
 2020-04-27 20:12 UTC  (20+ messages)
` [PATCH bpf-next v1 01/19] net: refactor net assignment for seq_net_private structure
` [PATCH bpf-next v1 02/19] bpf: implement an interface to register bpf_iter targets
` [PATCH bpf-next v1 03/19] bpf: add bpf_map iterator
` [PATCH bpf-next v1 04/19] bpf: allow loading of a bpf_iter program
` [PATCH bpf-next v1 05/19] bpf: support bpf tracing/iter programs for BPF_LINK_CREATE
` [PATCH bpf-next v1 06/19] bpf: support bpf tracing/iter programs for BPF_LINK_UPDATE
` [PATCH bpf-next v1 07/19] bpf: create anonymous bpf iterator
` [PATCH bpf-next v1 08/19] bpf: create file "
` [PATCH bpf-next v1 09/19] bpf: add PTR_TO_BTF_ID_OR_NULL support
` [PATCH bpf-next v1 10/19] bpf: add netlink and ipv6_route targets
` [PATCH bpf-next v1 11/19] bpf: add task and task/file targets
` [PATCH bpf-next v1 12/19] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [PATCH bpf-next v1 13/19] bpf: handle spilled PTR_TO_BTF_ID properly when checking stack_boundary
` [PATCH bpf-next v1 14/19] bpf: support variable length array in tracing programs
` [PATCH bpf-next v1 15/19] tools/libbpf: add bpf_iter support
` [PATCH bpf-next v1 16/19] tools/bpftool: add bpf_iter support for bptool
` [PATCH bpf-next v1 17/19] tools/bpf: selftests: add iterator programs for ipv6_route and netlink
` [PATCH bpf-next v1 18/19] tools/bpf: selftests: add iter progs for bpf_map/task/task_file
` [PATCH bpf-next v1 19/19] tools/bpf: selftests: add bpf_iter selftests

[PATCH 0/5] pull request for net-next: batman-adv 2020-04-27
 2020-04-27 20:04 UTC  (2+ messages)

[PATCH 0/4] pull request for net: batman-adv 2020-04-27
 2020-04-27 20:03 UTC  (2+ messages)

[PATCH net-next 00/13] mlxsw: Rework matchall offloading plumbing
 2020-04-27 19:43 UTC  (2+ messages)

[PATCH] net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()'
 2020-04-27 19:08 UTC  (2+ messages)

[PATCH v3 bpf-next 00/15] net: Add support for XDP in egress path
 2020-04-27 18:58 UTC  (7+ messages)
` [PATCH v3 bpf-next 13/15] selftest: Add test for xdp_egress

[PATCH] net: tc35815: Fix phydev supported/advertising mask
 2020-04-27 18:52 UTC  (2+ messages)

[PATCH net] sch_sfq: validate silly quantum values
 2020-04-27 18:50 UTC  (2+ messages)

[PATCH net-next 0/2] r8169: improve chip config handling
 2020-04-27 18:49 UTC  (2+ messages)

[PATCH net 0/5] bnxt_en: Bug fixes
 2020-04-27 18:45 UTC  (2+ messages)

[PATCH net-next v4 00/11] net: bridge: mrp: Add support for Media Redundancy Protocol(MRP)
 2020-04-27 18:40 UTC  (2+ messages)

[PATCH net v4] net: phy: marvell10g: fix temperature sensor on 2110
 2020-04-27 18:38 UTC  (2+ messages)

[PATCH net] sch_choke: avoid potential panic in choke_reset()
 2020-04-27 18:36 UTC  (2+ messages)

[PATCH v2 net] fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks
 2020-04-27 18:34 UTC  (2+ messages)

[PATCH RESEND 1/2] thermal: core: Let thermal zone device's mode be stored in its struct
 2020-04-27 18:34 UTC  (6+ messages)
` [PATCH v3 0/2] Stop monitoring disabled devices
  ` [PATCH v3 2/2] thermal: core: Stop polling DISABLED thermal devices

[PATCH] net/tls: Fix sk_psock refcnt leak when in tls_data_ready()
 2020-04-27 18:23 UTC  (2+ messages)

[PATCH v2] net/x25: Fix x25_neigh refcnt leak when x25 disconnect
 2020-04-27 18:20 UTC  (2+ messages)

[PATCH] net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()
 2020-04-27 18:17 UTC  (2+ messages)

[PATCH net-next v1] ethernet: ks8842: delete unnecessary goto label
 2020-04-27 18:15 UTC  (2+ messages)

[PATCH] net: rtnetlink: remove redundant assignment to variable err
 2020-04-27 18:14 UTC  (2+ messages)

[PATCH net] net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DISABLED
 2020-04-27 18:12 UTC  (13+ messages)

[PATCH iproute2] tc: fq: add timer_slack parameter
 2020-04-27 18:05 UTC 

[PATCH net] ibmvnic: Fall back to 16 H_SEND_SUB_CRQ_INDIRECT entries with old FW
 2020-04-27 17:33 UTC 

[PATCH net-next v2 0/3] New sysctl to turn off nexthop API compat mode
 2020-04-27 17:23 UTC  (6+ messages)
` [PATCH net-next v2 3/3] selftests: net: add new testcases for nexthop API compat mode sysctl

[PATCH net v2 0/2] vsock/virtio: fixes about packet delivery to monitoring devices
 2020-04-27 17:18 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).