netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-20 14:41:59 to 2018-12-21 00:29:09 UTC [more...]

[PATCH 00/37] Netfilter updates for net-next
 2018-12-21  0:28 UTC  (28+ messages)
` [PATCH 01/37] netfilter: ipset: Allow matching on destination MAC address for mac and ipmac sets
` [PATCH 02/37] netfilter: ipset: Make invalid MAC address checks consistent
` [PATCH 03/37] netfilter: ipset: Introduction of new commands and protocol version 7
` [PATCH 04/37] netfilter: ctnetlink: always honor CTA_MARK_MASK
` [PATCH 05/37] netfilter: nf_flow_table: make nf_flow_table_iterate() static
` [PATCH 06/37] netfilter: nf_flow_table: simplify nf_flow_offload_gc_step()
` [PATCH 07/37] netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()
` [PATCH 08/37] netfilter: remove NFC_* cache bits
` [PATCH 09/37] netfilter: nat: remove l4 protocol port rovers
` [PATCH 10/37] netfilter: ipset: fix ip_set_byindex function
` [PATCH 11/37] netfilter: ipset: replace a strncpy() with strscpy()
` [PATCH 12/37] netfilter: nat: remove unnecessary 'else if' branch
` [PATCH 13/37] netfilter: nat: limit port clash resolution attempts
` [PATCH 14/37] netfilter: remove unused parameters in nf_ct_l4proto_[un]register_sysctl()
` [PATCH 15/37] netfilter: remove NF_NAT_RANGE_PROTO_RANDOM support
` [PATCH 16/37] netfilter: nat: un-export nf_nat_l4proto_unique_tuple
` [PATCH 17/37] netfilter: nat: remove l4proto->unique_tuple
` [PATCH 18/37] netfilter: nat: fold in_range indirection into caller
` [PATCH 19/37] netfilter: nat: remove l4proto->in_range
` [PATCH 20/37] netfilter: nat: remove l4proto->nlattr_to_range
` [PATCH 21/37] netfilter: nat: remove l4proto->manip_pkt
` [PATCH 22/37] netfilter: nat: remove nf_nat_l4proto struct
` [PATCH 23/37] netfilter: nf_nat_sip: fix RTP/RTCP source port translations
` [PATCH 24/37] netfilter: nf_tables: Speed up selective rule dumps
` [PATCH 25/37] netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routine
` [PATCH 26/37] netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE "
` [PATCH 27/37] netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in clusterip_config_entry_put()

[PATCHv2 0/6] Add SOCFPGA System Manager
 2018-12-21  0:23 UTC  (7+ messages)
` [PATCHv2 1/6] mfd: altera-sysmgr: "
` [PATCHv2 2/6] Documentation: dt: socfpga: Add S10 System Manager binding
` [PATCHv2 3/6] ARM: socfpga_defconfig: Enable CONFIG_MTD_ALTERA_SYSMGR
` [PATCHv2 4/6] arm64: defconfig: "
` [PATCHv2 5/6] net: stmmac: socfpga: Use shared System Manager driver
` [PATCHv2 6/6] arm64: dts: stratix10: New System Manager compatible

[PATCH v2 net] mscc: Configured MAC entries should be locked
 2018-12-21  0:23 UTC  (2+ messages)

[PATCH v1 net] net: dsa: microchip: fix unicast frame leak
 2018-12-21  0:21 UTC  (3+ messages)

[PATCH] vxlan: Correct merge error
 2018-12-21  0:15 UTC 

[PATCH net-next] Amiga PCMCIA 100 MBit card support
 2018-12-21  0:10 UTC  (2+ messages)

[PATCH v4] dt-bindings: net: dsa: ksz9477: add sample of switch bindings managed in i2c mode
 2018-12-20 23:55 UTC  (2+ messages)

[pull request][net-next V2 00/13] Mellanox, mlx5 updates 2018-12-19
 2018-12-20 23:52 UTC  (15+ messages)
` [net-next V2 01/13] mlx5: update timecounter at least twice per counter overflow
` [net-next V2 02/13] mlx5: extend PTP gettime function to read system clock
` [net-next V2 03/13] net/mlx5e: Increase VF representors' SQ size to 128
` [net-next V2 04/13] net/mlx5e: Allow vlans on e-switch uplink reps
` [net-next V2 05/13] net/mlx5e: Fail attempt to offload e-switch TC flows with egress upper devices
` [net-next V2 06/13] net/mlx5e: Tunnel routing output devs helper function
` [net-next V2 07/13] net/mlx5e: Fail attempt to offload e-switch TC encap flows with vlan on underlay
` [net-next V2 08/13] net/mlx5e: Tunnel encap ETH header helper function
` [net-next V2 09/13] net/mlx5e: Re-order route and encap header memory allocation
` [net-next V2 10/13] net/mlx5e: Support VLAN encap ETH header generation
` [net-next V2 11/13] net/mlx5e: Support tunnel encap over tagged Ethernet
` [net-next V2 12/13] net/mlx5: Fix query_nic_sys_image_guid() error during init
` [net-next V2 13/13] net/mlx5: Fix LAG requirement when CONFIG_MLX5_ESWITCH is off

[PATCH net-next 00/11] mlxsw: Two usability improvements
 2018-12-20 23:49 UTC  (13+ messages)
` [PATCH net-next 01/11] mlxsw: spectrum_router: Do not force specific configuration order
` [PATCH net-next 02/11] selftests: mlxsw: Add a test case for L3 VNI
` [PATCH net-next 03/11] mlxsw: spectrum: Replace hard-coded default VID with a define
` [PATCH net-next 04/11] mlxsw: spectrum: Set PVID during port initialization
` [PATCH net-next 05/11] mlxsw: spectrum: Allow controlling destruction of default port VLAN
` [PATCH net-next 06/11] mlxsw: spectrum: Store pointer to default port VLAN in port struct
` [PATCH net-next 07/11] mlxsw: spectrum: Add an helper function to cleanup VLAN entries
` [PATCH net-next 08/11] mlxsw: spectrum: Switch to VID 4095 as default VID
` [PATCH net-next 09/11] mlxsw: spectrum: Remove limitation regarding VID 1
` [PATCH net-next 10/11] selftests: mlxsw: Adjust test "
` [PATCH net-next 11/11] selftests: forwarding: Add router test with "

[net-next 00/10][pull request] Intel Wired LAN Driver Updates 2018-12-20
 2018-12-20 23:45 UTC  (12+ messages)
` [net-next 01/10] igb: reduce CPU0 latency when updating statistics
` [net-next 02/10] igb: Change RXPBSIZE size when setting Qav mode
` [net-next 03/10] Documentation: igb: Add a section about CBS
` [net-next 04/10] e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_wait
` [net-next 05/10] i40e: define proper net_device::neigh_priv_len
` [net-next 06/10] i40e: extend PTP gettime function to read system clock
` [net-next 07/10] ice: Do not enable NAPI on q_vectors that have no rings
` [net-next 08/10] igb: Fix an issue that PME is not enabled during runtime suspend
` [net-next 09/10] ixgbe: register a mdiobus
` [net-next 10/10] ixgbe: use mii_bus to handle MII related ioctls

[RFC] cifs: drop unused table
 2018-12-20 23:42 UTC  (2+ messages)

[PATCH net-next] net: Don't return pfmemalloc pages to the page pool
 2018-12-20 23:41 UTC  (4+ messages)

[PATCH net] tcp: fix a race in inet_diag_dump_icsk()
 2018-12-20 23:28 UTC 

[PATCH rdma-next 0/5] Cleanup of CONFIG_INFINIBAND_ON_DEMAND_PAGING usage
 2018-12-20 23:22 UTC  (7+ messages)
` [PATCH rdma-next 2/5] RDMA/core: Don't depend device ODP capabilities on kconfig option

[PATCH net-next] net: Set tw refcount before dropping the ehash chain lock
 2018-12-20 23:10 UTC  (4+ messages)

KASAN: use-after-free Write in __xfrm_policy_unlink
 2018-12-20 23:04 UTC  (2+ messages)

[PATCH bpf-next v2 0/6] skip verifier/map tests if kernel support is missing
 2018-12-20 22:51 UTC  (7+ messages)
` [PATCH bpf-next v2 4/6] selftests/bpf: skip verifier tests for unsupported map types

twsk use-after-free
 2018-12-20 22:50 UTC  (2+ messages)

bpf-next is CLOSED
 2018-12-20 22:45 UTC 

[PATCH net-next v2] virtio-net: ethtool configurable LRO
 2018-12-20 22:40 UTC  (3+ messages)

[RFC PATCH bpf-next v2 0/9] tools: bpftool: add probes for system and device
 2018-12-20 22:29 UTC  (25+ messages)
` [RFC PATCH bpf-next v2 3/9] tools: bpftool: add probes for kernel configuration options
` [RFC PATCH bpf-next v2 4/9] tools: bpftool: add probes for eBPF program types
    ` [oss-drivers] "
` [RFC PATCH bpf-next v2 5/9] tools: bpftool: add probes for eBPF map types
` [RFC PATCH bpf-next v2 6/9] tools: bpftool: add probes for eBPF helper functions
` [RFC PATCH bpf-next v2 7/9] tools: bpftool: add C-style "#define" output for probes

[net-next PATCH] bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn't
 2018-12-20 22:25 UTC  (2+ messages)

[PATCH 1/2 net-next] net: Don't return pfmemalloc pages to the page pool
 2018-12-20 22:21 UTC  (2+ messages)
` [PATCH 2/2 net-next] net: Use the __page_pool_return_page API

[PATCH v2] ppp: Move PFC decompression to PPP generic layer
 2018-12-20 21:42 UTC  (2+ messages)

[PATCH] net: 80003es2lan: fix a missing check of read failure
 2018-12-20 21:23 UTC 

[PATCH net-next 0/3] expand txtimestamp selftest
 2018-12-20 21:22 UTC  (4+ messages)
` [PATCH net-next 1/3] selftests: expand txtimestamp with cmsg support
` [PATCH net-next 2/3] selftests: expand txtimestamp with ipv6 dgram + raw and pf_packet
` [PATCH net-next 3/3] selftests: add txtimestamp kselftest

[PATCH mlx5-next] IB/mlx5: Prevent allocating UMEM and UCTX as some general object
 2018-12-20 21:01 UTC  (6+ messages)

[PATCH rdma-next 0/2] Fix to mlx5 devx interface
 2018-12-20 21:01 UTC  (2+ messages)

[PATCH] dt-bindings: can: rcar_can: Add r8a774c0 support
 2018-12-20 20:35 UTC  (2+ messages)

net merged into net-next
 2018-12-20 20:06 UTC 

[PATCH] bpf: fix a missing check of return value
 2018-12-20 19:58 UTC  (2+ messages)

[bpf-next RFCv2 0/3] AF_XDP support for veth
 2018-12-20 19:48 UTC  (3+ messages)
` [bpf-next RFCv2 1/3] xsk: add xsk_umem_consume_tx_virtual

[PATCH bpf-next 0/8] sockmap fixes/improvments for bpf-next
 2018-12-20 19:35 UTC  (9+ messages)
` [PATCH bpf-next 1/8] bpf: sk_msg, fix sk_msg_md access past end test
` [PATCH bpf-next 2/8] bpf: sk_msg, improve offset chk in _is_valid_access
` [PATCH bpf-next 3/8] bpf: skmsg, replace comments with BUILD bug
` [PATCH bpf-next 4/8] bpf: skb_verdict, support SK_PASS on RX BPF path
` [PATCH bpf-next 5/8] bpf: sk_msg, fix socket data_ready events
` [PATCH bpf-next 6/8] bpf: sk_msg, zap ingress queue on psock down
` [PATCH bpf-next 7/8] bpf: sk_msg, sock{map|hash} redirect through ULP
` [PATCH bpf-next 8/8] bpf: tls_sw, init TLS ULP removes BPF proto hooks

[PATCH net-next 0/3] net: skb extension follow-ups
 2018-12-20 19:32 UTC  (7+ messages)
` [PATCH net-next 1/3] net: fix possible user-after-free in skb_ext_add()
` [PATCH net-next 2/3] net: drop the unused helper skb_ext_get()
` [PATCH net-next 3/3] net: minor cleanup in skb_ext_add()

[PATCH net-next] mscc: Register poll timeout should be wall time not attempts
 2018-12-20 19:26 UTC  (2+ messages)

[PATCH bpf-next v2 0/7] bpf: teach the verifier about JSET and add tests
 2018-12-20 19:24 UTC  (2+ messages)

A weird problem of Realtek r8168 after resume from S3
 2018-12-20 19:21 UTC  (12+ messages)

[RFT][PATCH 0/7] net: dsa: microchip: Convert to regmap
 2018-12-20 18:57 UTC  (6+ messages)
` [RFT][PATCH 4/7] net: dsa: microchip: Remove dev->txbuf

[PATCH net-next] net: seg6.h: remove an unused #include
 2018-12-20 18:51 UTC 

[PATCH net-next] virtio-net: ethtool configurable LRO
 2018-12-20 18:48 UTC  (4+ messages)

[PATCH] ppp: Move PFC decompression to PPP generic layer
 2018-12-20 18:33 UTC  (3+ messages)

[PATCH v5 perf, bpf-next 0/7] reveal invisible bpf programs
 2018-12-20 18:29 UTC  (8+ messages)
` [PATCH v5 perf, bpf-next 1/7] perf, bpf: Introduce PERF_RECORD_KSYMBOL
` [PATCH v5 perf, bpf-next 2/7] sync tools/include/uapi/linux/perf_event.h
` [PATCH v5 perf, bpf-next 3/7] perf, bpf: introduce PERF_RECORD_BPF_EVENT
` [PATCH v5 perf, bpf-next 4/7] sync tools/include/uapi/linux/perf_event.h
` [PATCH v5 perf, bpf-next 5/7] perf util: handle PERF_RECORD_KSYMBOL
` [PATCH v5 perf, bpf-next 6/7] perf util: handle PERF_RECORD_BPF_EVENT
` [PATCH v5 perf, bpf-next 7/7] perf tools: synthesize PERF_RECORD_* for loaded BPF programs

pull-request: wireless-drivers-next 2018-12-20
 2018-12-20 18:22 UTC  (2+ messages)

[PATCH net-next v5 RFC 0/8] devlink: Add configuration parameters support for devlink_port
 2018-12-20 17:55 UTC  (2+ messages)

[PATCH net-next] linux/netlink.h: drop unnecessary extern prefix
 2018-12-20 17:52 UTC 

[PATCH] lib/rhashtable: Fix work initialization in rhashtable_init()
 2018-12-20 17:51 UTC  (3+ messages)

[PATCH V3] net/mlx4: Get rid of page operation after dma_alloc_coherent
 2018-12-20 17:49 UTC  (4+ messages)

4.20-rc6: WARNING: CPU: 30 PID: 197360 at net/core/flow_dissector.c:764 __skb_flow_dissect
 2018-12-20 17:23 UTC  (9+ messages)

[PATCH RFC 0/2] vsock/virtio: fix issues on device hot-unplug
 2018-12-20 17:09 UTC  (3+ messages)
` [PATCH RFC 1/2] vsock/virtio: fix kernel panic after "

[PATCH net 0/2] net: ipv4: Prevent user triggerable warning
 2018-12-20 17:03 UTC  (3+ messages)
` [PATCH net 1/2] net: ipv4: Set skb->dev for output route resolution
` [PATCH net 2/2] selftests: rtnetlink: Add a test case for multipath route get

[PATCH][next] neighbour: remove stray semicolon
 2018-12-20 16:56 UTC  (2+ messages)

[PATCH] ath10k: remove set but not used variable 'num_tdls_vifs'
 2018-12-20 16:47 UTC  (3+ messages)

[PATCH net-next 00/11] bnxt_en: Update for net-next
 2018-12-20 16:27 UTC  (2+ messages)

pull request (net-next): ipsec-next 2018-12-20
 2018-12-20 16:22 UTC  (2+ messages)

[GIT] Networking
 2018-12-20 16:10 UTC  (2+ messages)

[PATCH net-next,v6 00/12] add flow_rule infrastructure
 2018-12-20 15:39 UTC  (9+ messages)

[PATCH V4 5/6] net: maclorawan: Implement maclorawan class module
 2018-12-20 15:31 UTC  (9+ messages)
` [PATCH v5 "


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