messages from 2018-11-20 09:50:19 to 2018-11-21 03:20:01 UTC [more...]
[PATCH net-next v3] wireless-drivers: rtnetlink wifi simulation device
2018-11-21 3:20 UTC (3+ messages)
[PATCH mac80211-next v4] mac80211-next: rtnetlink wifi simulation device
2018-11-21 3:14 UTC
[RFC PATCH] net: don't keep lonely packets forever in the gro hash
2018-11-20 16:28 UTC (5+ messages)
[RFC v3 0/3] Add VRF support for VXLAN underlay
2018-11-20 16:27 UTC (14+ messages)
` [RFC v3 1/3] udp_tunnel: add config option to bind to a device
` [RFC v3 2/3] vxlan: add support for underlay in non-default VRF
` [RFC v3 3/3] vxlan: handle underlay VRF changes
netns_id in bpf_sk_lookup_{tcp,udp}
2018-11-20 16:03 UTC (12+ messages)
[PATCH net V4 0/5] net/smc: fixes 2018-11-12
2018-11-20 15:46 UTC (6+ messages)
` [PATCH net V4 1/5] net/smc: abort CLC connection in smc_release
` [PATCH net V4 2/5] net/smc: use queue pair number when matching link group
` [PATCH net V4 3/5] net/smc: add SMC-D shutdown signal
` [PATCH net V4 4/5] net/smc: atomic SMCD cursor handling
` [PATCH net V4 5/5] net/smc: use after free fix in smc_wr_tx_put_slot()
[PATCH 0/3] Fix unsafe BPF_PROG_TEST_RUN interface
2018-11-20 15:43 UTC (12+ messages)
` [PATCH 3/3] selftests: add a test for bpf_prog_test_run output size
` [PATCH v2 0/4] Fix unsafe BPF_PROG_TEST_RUN interface
` [PATCH v2 1/4] bpf: respect size hint to BPF_PROG_TEST_RUN if present
` [PATCH v2 2/4] tools: sync uapi/linux/bpf.h
` [PATCH v2 3/4] libbpf: require size hint in bpf_prog_test_run
` [PATCH v2 4/4] selftests: add a test for bpf_prog_test_run output size
Fw: [Bug 201735] New: serial8250: too much work for irq4
2018-11-20 15:14 UTC
[PATCH v2] net: faraday: ftmac100: remove netif_running(netdev) check before disabling interrupts
2018-11-21 1:38 UTC
[PATCH v2] ipv4: make DSCP values works with ip rules
2018-11-20 14:36 UTC (3+ messages)
[PATCH] net: faraday: ftmac100: remove netif_running(netdev) check before disabling interrupts
2018-11-21 0:49 UTC (3+ messages)
[PATCH net] sctp: hold transport before accessing its asoc in sctp_epaddr_lookup_transport
2018-11-20 14:00 UTC (2+ messages)
[PATCH net] tcp: defer SACK compression after DupThresh
2018-11-20 13:53 UTC
[PATCH net-next] e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_wait
2018-11-21 0:03 UTC (2+ messages)
[PATCH net] sctp: hold transport before accessing its asoc in sctp_hash_transport
2018-11-20 12:52 UTC (2+ messages)
[PATCH net-next] net: bcmgenet: remove HFB_CTRL access
2018-11-20 23:17 UTC
[PATCH net-next 0/4] VLAN tag handling cleanup
2018-11-20 12:20 UTC (5+ messages)
` [PATCH net-next 1/4] net/vlan: introduce skb_vlan_tag_get_cfi() helper
` [PATCH net-next 3/4] benet: use skb_vlan_tag_get_prio()
` [PATCH net-next 2/4] net/hyperv: use skb_vlan_tag_*() helpers
` [PATCH net-next 4/4] mlx5: use skb_vlan_tag_get_prio()
[RFCv3 PATCH 1/6] uacce: Add documents for WarpDrive/uacce
2018-11-20 12:19 UTC (14+ messages)
Geschäftsvorschlag
2018-11-20 11:52 UTC
Realtek NIC uses over 1 Watt with no traffic
2018-11-20 22:29 UTC (9+ messages)
[PATCH net] net: skb_scrub_packet(): Scrub offload_fwd_mark
2018-11-20 11:41 UTC (2+ messages)
[PATCH v1 1/2] ip6_tunnel: Adding support of mapping rules for MAP-E tunnel
2018-11-20 11:31 UTC (4+ messages)
` [PATCH v1 2/2] netfilter: Add PSID mode to MASQUERADE
[PATCH bpf-next 0/2] bpf: adding support for mapinmap in libbpf
2018-11-20 11:29 UTC (8+ messages)
` [PATCH bpf-next 1/2] bpf: adding support for map in map "
` [PATCH bpf-next 2/2] bpf: adding tests for mapinmap helpber "
[PATCH v5 bpf-next 00/13] bpf: Add btf func info support
2018-11-20 11:26 UTC (15+ messages)
` [PATCH v5 bpf-next 01/13] bpf: btf: Break up btf_type_is_void()
` [PATCH v5 bpf-next 02/13] bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
` [PATCH v5 bpf-next 03/13] tools/bpf: Sync kernel btf.h header
` [PATCH v5 bpf-next 04/13] tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNC
` [PATCH v5 bpf-next 05/13] bpf: Introduce bpf_func_info
` [PATCH v5 bpf-next 06/13] tools/bpf: sync kernel uapi bpf.h header to tools directory
` [PATCH v5 bpf-next 07/13] tools/bpf: add new fields for program load in lib/bpf
` [PATCH v5 bpf-next 08/13] tools/bpf: extends test_btf to test load/retrieve func_type info
` [PATCH v5 bpf-next 09/13] tools/bpf: add support to read .BTF.ext sections
` [PATCH v5 bpf-next 10/13] tools/bpf: do not use pahole if clang/llvm can generate BTF sections
` [PATCH v5 bpf-next 11/13] tools/bpf: refactor to implement btf_get_from_id() in lib/bpf
` [PATCH v5 bpf-next 12/13] tools/bpf: enhance test_btf file testing to test func info
` [PATCH v5 bpf-next 13/13] tools/bpf: bpftool: add support for func types
[PATCH v2 00/14] TCP transport binding for NVMe over Fabrics
2018-11-20 9:36 UTC (20+ messages)
` [PATCH v2 01/14] ath6kl: add ath6kl_ prefix to crypto_type
` [PATCH v2 02/14] datagram: open-code copy_page_to_iter
` [PATCH v2 03/14] iov_iter: pass void csum pointer to csum_and_copy_to_iter
` [PATCH v2 04/14] datagram: consolidate datagram copy to iter helpers
` [PATCH v2 04/14] net/datagram: "
` [PATCH v2 05/14] iov_iter: introduce hash_and_copy_to_iter helper
` [PATCH v2 06/14] datagram: introduce skb_copy_and_hash_datagram_iter helper
` [PATCH v2 07/14] nvme-core: add work elements to struct nvme_ctrl
` [PATCH v2 08/14] nvmet: Add install_queue callout
` [PATCH v2 09/14] nvmet: allow configfs tcp trtype configuration
` [PATCH v2 10/14] nvme-fabrics: allow user passing header digest
` [PATCH v2 11/14] nvme-fabrics: allow user passing data digest
` [PATCH v2 12/14] nvme-tcp: Add protocol header
` [PATCH v2 13/14] nvmet-tcp: add NVMe over TCP target driver
` [PATCH v2 14/14] nvme-tcp: add NVMe over TCP host driver
` [PATCH nvme-cli v2 15/14] nvme: Add TCP transport
` [PATCH nvme-cli v2 16/14] fabrics: add tcp port tsas decoding
` [PATCH nvme-cli v2 17/14] fabrics: add transport header and data digest
[pull request][net 00/13] Mellanox, mlx5 fixes 2018-11-19
2018-11-20 9:25 UTC (16+ messages)
` [net 01/13] net/mlx5: IPSec, Fix the SA context hash key
` [net 02/13] net/mlx5e: IPoIB, Reset QP after channels are closed
` [net 03/13] net/mlx5e: Don't match on vlan non-existence if ethertype is wildcarded
` [net 04/13] net/mlx5e: Claim TC hw offloads support only under a proper build config
` [net 05/13] net/mlx5e: Always use the match level enum when parsing TC rule match
` [net 06/13] net/mlx5e: Adjust to max number of channles when re-attaching
` [net 07/13] net/mlx5e: Apply the correct check for supporting TC esw rules split
` [net 08/13] net/mlx5e: RX, verify received packet size in Linear Striding RQ
` [net 09/13] net/mlx5e: Fix selftest for small MTUs
` [net 10/13] net/mlx5e: Fix a bug in turning off FEC policy in unsupported speeds
` [net 11/13] net/mlx5e: Fix wrong field name in FEC related functions
` [net 12/13] net/mlx5e: Removed unnecessary warnings in FEC caps query
` [net 13/13] net/mlx5e: Fix failing ethtool query on FEC query error
[v4, PATCH 0/2] add Ethernet driver support for mt2712
2018-11-20 14:49 UTC (4+ messages)
` [v4, PATCH 1/2] net:stmmac: dwmac-mediatek: add "
` [v4, PATCH 2/2] dt-binding: mediatek-dwmac: add binding document for MediaTek MT2712 DWMAC
[PATCH net] ipv6/mcast: update mc_qrv when join new group
2018-11-20 9:00 UTC (4+ messages)
[PATCH] ipv4: allow newer DSCP values in ip rules
2018-11-20 8:48 UTC (3+ messages)
[PATCH net] tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP coalescing
2018-11-20 8:15 UTC
[PATCH 1/4] net-next/hinic:replace multiply and division operators
2018-11-20 18:38 UTC (8+ messages)
` [PATCH 2/4] net-next/hinic:add rx checksum offload for HiNIC
` [PATCH 3/4] net-next/hinic:fix a bug in set mac address
` [PATCH 4/4] net-next/hinic: fix a bug in rx data flow
[PATCH net-next v2 0/4] Introduce ENETC ethernet drivers
2018-11-20 18:15 UTC (4+ messages)
` [PATCH net-next v2 1/4] enetc: Introduce basic PF and VF "
` [PATCH net-next v2 3/4] enetc: Add vf to pf messaging support
` [PATCH net-next v2 4/4] enetc: Add RFS and RSS support
[PATCH 00/12 net-next,v2] add flow_rule infrastructure
2018-11-20 7:39 UTC (3+ messages)
VETH & AF_PACKET problem
2018-11-20 7:36 UTC (7+ messages)
xfrm: policy: add inexact policy search tree infrastructure
2018-11-20 7:36 UTC (3+ messages)
` [PATCH ipsec-next] xfrm: policy: fix netlink/pf_key policy lookups
[PATCH v2 bpf-next 0/2] bpf: adding support for mapinmap in libbpf
2018-11-20 7:14 UTC (4+ messages)
` [PATCH v2 bpf-next 1/2] bpf: adding support for map in map "
` [PATCH v2 bpf-next 2/2] bpf: adding tests for mapinmap helpber "
[PATCH net-next] mlxsw: core: Extend cooling device with cooling levels
2018-11-20 6:52 UTC
linux-next: Signed-off-by missing for commit in the net tree
2018-11-20 17:17 UTC (3+ messages)
[PATCH v2 net-next] cxgb4/cxgb4vf: Fix mac_hlist initialization and free
2018-11-20 6:41 UTC
[PATCH RFC net-next] net: SAIL based FIB lookup for XDP
2018-11-20 5:30 UTC (3+ messages)
` Fwd: "
pull-request: wireless-drivers 2018-11-20
2018-11-20 15:22 UTC
[PATCH net] tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths
2018-11-20 4:34 UTC
[PATCH net-next v3 0/6] net: phy: mscc: various improvements to Microsemi PHY driver
2018-11-20 14:17 UTC (15+ messages)
` [PATCH net-next v3 1/6] net: phy: mscc: migrate to phy_select/restore_page functions
` [PATCH] net: phy: mscc: fix locking in vsc85xx_default_config
[PATCH net-next] add part of TCP counts explanations in snmp_counters.rst
2018-11-20 3:10 UTC (3+ messages)
[Patch net] net: invert the check of detecting hardware RX checksum fault
2018-11-20 3:09 UTC (13+ messages)
[PATCH net] net/ibmnvic: Fix deadlock problem in reset
2018-11-20 2:56 UTC (2+ messages)
[PATCH net-next 00/14] gred: add offload support
2018-11-20 2:54 UTC (2+ messages)
[PATCH net 0/2] qed: Fix Queue Manager getters
2018-11-20 2:38 UTC (2+ messages)
[PATCH net] ipv6: fix a dst leak when removing its exception
2018-11-20 2:19 UTC (5+ messages)
[PATCH net-next 00/18] selftests: Add tests for VXLAN at an 802.1d bridge
2018-11-20 2:00 UTC (2+ messages)
[PATCH v3 00/21] octeontx2-af: NPC MCAM support and FLR handling
2018-11-20 1:56 UTC (2+ messages)
[PATCH v1 net-next] ip6_tunnel: Adding support of mapping rules for MAP-E tunnel
2018-11-20 1:53 UTC
[PATCH net-next] tcp: drop dst in tcp_add_backlog()
2018-11-20 1:45 UTC
[PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver
2018-11-20 1:44 UTC (6+ messages)
[PATCH iproute2-next 0/8] tc: gred: JSON-ify and support per-vq config
2018-11-20 1:40 UTC (4+ messages)
` [PATCH iproute2-next 2/8] json: add %hhu helpers
[PATCH iproute2] bpf: initialise map symbol before retrieving and comparing its type
2018-11-20 1:38 UTC (2+ messages)
[PATCH net-next 00/11] r8169: series with further smaller improvements
2018-11-20 1:32 UTC (2+ messages)
[PATCH net-next] net_sched: sch_fq: avoid calling ktime_get_ns() if not needed
2018-11-20 1:30 UTC
[PATCH v3 0/5] phy: core: rework phy_set_mode to accept phy mode and submode
2018-11-20 1:24 UTC
[PATCH bpf-next] bpf: libbpf: retry program creation without the name
2018-11-20 1:24 UTC (2+ messages)
[PATCH bpf-next] filter: add BPF_ADJ_ROOM_DATA mode to bpf_skb_adjust_room()
2018-11-20 1:06 UTC (3+ messages)
` [PATCH bpf-next v2] "
BUG: corrupted list in p9_read_work
2018-11-20 11:28 UTC (13+ messages)
` 9p/RDMA for syzkaller (Was: BUG: corrupted list in p9_read_work)
Guidance required for a crypto requirement
2018-11-20 11:14 UTC
[PATCH v2] net-next/hinic: add checksum offload and TSO support
2018-11-20 0:29 UTC (2+ messages)
[PATCH] bonding:avoid repeated display of same link status change
2018-11-20 10:41 UTC (4+ messages)
[PATCH bpf-next] bpf: libbpf: retry map creation without the name
2018-11-20 0:12 UTC (4+ messages)
` [PATCH bpf-next v2] "
[PATCH 0/3] bpf: allow zero-initialising hash map seed
2018-11-19 23:56 UTC (3+ messages)
` [PATCH v3 0/4] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).