netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-27 09:32:52 to 2018-03-27 17:28:22 UTC [more...]

[PATCH 0/7] net: thunderx: implement DMAC filtering support
 2018-03-27 17:28 UTC  (9+ messages)
` [PATCH 1/7] net: thunderx: move filter register related macro into proper place
` [PATCH 2/7] net: thunderx: add MAC address filter tracking for LMAC
` [PATCH 3/7] net: thunderx: add multicast filter management support
` [PATCH 4/7] net: thunderx: add new messages for handle ndo_set_rx_mode callback
` [PATCH 5/7] net: thunderx: add XCAST messages handlers for PF
` [PATCH 6/7] net: thunderx: add workqueue control structures for handle ndo_set_rx_mode request
` [PATCH 7/7] net: thunderx: add ndo_set_rx_mode callback implementation for VF

linux-next: manual merge of the ipsec tree with the net tree
 2018-03-27 17:23 UTC  (3+ messages)

[bpf-next PATCH v2 0/4] bpf, sockmap BPF_F_INGRESS support
 2018-03-27 17:23 UTC  (5+ messages)
` [bpf-next PATCH v2 1/4] bpf: sockmap redirect ingress support
` [bpf-next PATCH v2 2/4] bpf: sockmap, add BPF_F_INGRESS tests
` [bpf-next PATCH v2 3/4] bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:
` [bpf-next PATCH v2 4/4] bpf: sockmap, more BPF_SK_SKB_STREAM_VERDICT tests

[PATCH net-next 0/5] Make pernet_operations always read locked
 2018-03-27 17:18 UTC  (7+ messages)
` [PATCH net-next 1/5] net: Convert nfsd_net_ops
` [PATCH net-next 2/5] net: Reflect all pernet_operations are converted
` [PATCH net-next 3/5] net: Drop pernet_operations::async
` [PATCH net-next 4/5] net: Rename net_sem to pernet_ops_rwsem
` [PATCH net-next 5/5] net: Add more comments

[net-next PATCH v2 00/10] Add support for netcp driver on K2G SoC
 2018-03-27 17:18 UTC  (13+ messages)
` [net-next PATCH v2 01/10] soc: ti: K2G: enhancement to support QMSS in NSS
` [net-next PATCH v2 02/10] soc: ti: K2G: provide APIs to support driver probe deferral
` [net-next PATCH v2 03/10] net: netcp: ethss: make call to gbe_sgmii_config() conditional
` [net-next PATCH v2 04/10] net: netcp: ethss: add support for handling sgmii link interface
` [net-next PATCH v2 05/10] net: netcp: ethss: use rgmii link status for 2u cpsw hardware
` [net-next PATCH v2 06/10] net: netcp: ethss: map vlan priorities to zero flow
` [net-next PATCH v2 07/10] net: netcp: ethss: re-use stats handling code for 2u hardware
` [net-next PATCH v2 08/10] net: netcp: ethss: use of_get_phy_mode() to support different RGMII modes
` [net-next PATCH v2 09/10] Revert "net: netcp: remove dead code from the driver"
` [net-next PATCH v2 10/10] net: netcp: support probe deferral

[PATCH net-next] net: mvpp2: Use relaxed I/O in data path
 2018-03-27 17:18 UTC  (3+ messages)
  ` [EXT] "

[RFC PATCH iproute2] Drop capabilities if not running ip exec vrf with libcap
 2018-03-27 17:15 UTC  (4+ messages)

[Patch net] llc: properly handle dev_queue_xmit() return value
 2018-03-27 17:13 UTC  (4+ messages)

[PATCH v2 net 1/1] qede: Fix barrier usage after tx doorbell write
 2018-03-27 17:12 UTC  (2+ messages)

[PATCH v6 bpf-next 00/11] bpf, tracing: introduce bpf raw tracepoints
 2018-03-27 17:11 UTC  (13+ messages)
` [PATCH v6 bpf-next 06/11] tracepoint: compute num_args at build time
` [PATCH v6 bpf-next 07/11] tracepoint: introduce kernel_tracepoint_find_by_name
` [PATCH v6 bpf-next 08/11] bpf: introduce BPF_RAW_TRACEPOINT

[PATCH net-next 0/2] do not allow to add routes if disable_ipv6 is enabled
 2018-03-27 17:11 UTC  (3+ messages)
` [PATCH net-next 1/2] ipv6: do not set routes if disable_ipv6 has been enabled
` [PATCH net-next 2/2] Documentation: ip-sysctl.txt: clarify disable_ipv6

[PATCH net V2] vhost: correctly remove wait queue during poll failure
 2018-03-27 17:04 UTC  (4+ messages)

[PATCH iproute2 1/1] tc: print actual action for connmark action
 2018-03-27 16:03 UTC  (2+ messages)

[patch iproute2] devlink: fix port new monitoring message typo
 2018-03-27 16:12 UTC  (2+ messages)

[PATCH iproute2] ss: Fix rendering of continuous output (-E, --events)
 2018-03-27 16:11 UTC  (3+ messages)

[RFC PATCH v2 00/14] Introducing AF_XDP support
 2018-03-27 16:59 UTC  (15+ messages)
` [RFC PATCH v2 01/14] net: initial AF_XDP skeleton
` [RFC PATCH v2 02/14] xsk: add user memory registration support sockopt
` [RFC PATCH v2 03/14] xsk: add umem fill queue support and mmap
` [RFC PATCH v2 04/14] xsk: add Rx queue setup and mmap support
` [RFC PATCH v2 05/14] xsk: add support for bind for Rx
` [RFC PATCH v2 06/14] xsk: add Rx receive functions and poll support
` [RFC PATCH v2 07/14] bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
` [RFC PATCH v2 08/14] xsk: wire up XDP_DRV side of AF_XDP
` [RFC PATCH v2 09/14] xsk: wire up XDP_SKB "
` [RFC PATCH v2 10/14] xsk: add umem completion queue support and mmap
` [RFC PATCH v2 11/14] xsk: add Tx queue setup and mmap support
` [RFC PATCH v2 12/14] xsk: support for Tx
` [RFC PATCH v2 13/14] xsk: statistics support
` [RFC PATCH v2 14/14] samples/bpf: sample application for AF_XDP sockets

[PATCH iproute2] Revert "iproute: "list/flush/save default" selected all of the routes"
 2018-03-27 17:00 UTC  (11+ messages)

[PATCH v7 0/7] netdev: intel: Eliminate duplicate barriers on weakly-ordered archs
 2018-03-27 16:54 UTC  (11+ messages)
        `  "
            ` Aw: "

[PATCH net-next 0/6] sfc: rework locking around filter management
 2018-03-27 16:44 UTC  (7+ messages)
` [PATCH net-next 1/6] sfc: replace asynchronous filter operations
` [PATCH net-next 2/6] sfc: give ef10 its own rwsem in the filter table instead of filter_lock
` [PATCH net-next 3/6] sfc: use a semaphore to lock farch filters too
` [PATCH net-next 4/6] sfc: return a better error if filter insertion collides with MC reboot
` [PATCH net-next 5/6] sfc: protect list of RSS contexts under a mutex
` [PATCH net-next 6/6] sfc: fix flow type handling for RSS filters

[PATCH v2 iproute2-next 0/6] cm_id, cq, mr, and pd resource tracking
 2018-03-27 16:38 UTC  (16+ messages)
` [PATCH v2 iproute2-next 3/6] rdma: Add CM_ID resource tracking information

[PATCH iproute2 1/1] tc: print index, refcnt & bindcnt for nat action
 2018-03-27 16:05 UTC  (2+ messages)

[PATCH net 0/2] mlx4 misc fixes for 4.16
 2018-03-27 16:02 UTC  (4+ messages)
` [PATCH net 1/2] net/mlx4_en: Fix mixed PFC and Global pause user control requests
` [PATCH net 2/2] net/mlx4_core: Fix memory leak while delete slave's resources

[PATCH v3 iproute2 1/1] tc: fix conversion types when printing actions unsigned values
 2018-03-27 16:02 UTC  (2+ messages)

[PATCH net 0/1] net/smc: fix clc problem
 2018-03-27 16:00 UTC  (3+ messages)
` [PATCH net 1/1] net/smc: use announced length in sock_recvmsg()

[PATCH net-next v2 0/2] kernel: add support to collect hardware logs in crash recovery kernel
 2018-03-27 15:59 UTC  (6+ messages)

[bpf-next PATCH] net: br_vlan build error
 2018-03-27 15:58 UTC  (4+ messages)

[PATCH 0/6] rhashtable: assorted fixes and enhancements
 2018-03-27 15:56 UTC  (13+ messages)
` [PATCH 5/6] rhashtable: support guaranteed successful insertion
` [PATCH 4/6] rhashtable: allow a walk of the hash table without missing objects
` [PATCH 3/6] rhashtable: reset intr when rhashtable_walk_start sees new table
` [PATCH 1/6] rhashtable: improve documentation for rhashtable_walk_peek()

[PATCH 5/6] net/ipv4: Update ip_tunnel_metadata_cnt static key to modern api
 2018-03-27 15:44 UTC  (3+ messages)

[PATCH 00/17] pull request for net-next: batman-adv 2016-10-27
 2018-03-27 15:43 UTC  (6+ messages)
` [PATCH 03/17] batman-adv: Add network_coding and mcast sysfs files to README
        ` [B.A.T.M.A.N.] "

[pull request][net V2 0/8] Mellanox, mlx5 fixes 2018-03-23
 2018-03-27 15:42 UTC  (2+ messages)

[PATCH net-next,0/2] hv_netvsc: Fix/improve RX path error handling
 2018-03-27 15:35 UTC  (4+ messages)
` [PATCH net-next, 2/2] hv_netvsc: Add range checking for rx packet offset and length

[patch net-next RFC 00/12] devlink: introduce port flavours and common phys_port_name generation
 2018-03-27 15:28 UTC  (3+ messages)
` [patch iproute2 rfc 1/2] devlink: introduce support for showing port flavours

[PATCH v2 net] strparser: Fix sign of err codes
 2018-03-27 15:23 UTC 

RFC on writel and writel_relaxed
 2018-03-27 15:10 UTC  (3+ messages)

[PATCH v3 net 0/5] tcp: fixes to non-SACK TCP
 2018-03-27 15:06 UTC  (5+ messages)
` [PATCH v3 net 1/5] tcp: feed correct number of pkts acked to cc modules also in recovery

[pull request][net-next V2 00/15] Mellanox, mlx5 misc updates 2018-03-22
 2018-03-27 15:05 UTC  (2+ messages)

[PATCH net] strparser: Fix sign of err codes
 2018-03-27 15:05 UTC  (3+ messages)

[PATCH net-next] liquidio: Removed duplicate Tx queue status check
 2018-03-27 15:03 UTC  (2+ messages)

[PATCH net 1/1] net sched actions: fix dumping which requires several messages to user space
 2018-03-27 14:59 UTC  (3+ messages)

[PATCH v2 net] r8169: fix setting driver_data after register_netdev
 2018-03-27 14:56 UTC  (2+ messages)

[PATCH] ipv6: addrconf: Use normal debugging style
 2018-03-27 14:54 UTC  (2+ messages)

[PATCH net] net: fix possible out-of-bound read in skb_network_protocol()
 2018-03-27 14:53 UTC  (2+ messages)

[PATCH net-next 1/1] tc-testing: Correct compound statements for namespace execution
 2018-03-27 14:52 UTC  (2+ messages)

[PATCH v2] net-usb: add qmi_wwan if on lte modem wistron neweb d18q1
 2018-03-27 14:51 UTC  (2+ messages)

[PATCH net-next] tipc: tipc_node_create() can be static
 2018-03-27 14:50 UTC  (2+ messages)

[PATCH net-next] tipc: fix error handling in tipc_udp_enable()
 2018-03-27 14:50 UTC  (2+ messages)

[PATCH net-next] net: aquantia: Make function hw_atl_utils_mpi_set_speed() static
 2018-03-27 14:50 UTC  (2+ messages)

[PATCH net-next 0/2] net: mvpp2: Remove unnecessary dynamic allocs
 2018-03-27 14:47 UTC  (2+ messages)

[PATCH 0/2] pull request for net: batman-adv 2018-03-26
 2018-03-27 14:40 UTC  (2+ messages)

[PATCH] net/ncsi: check for null return from call to nla_nest_start
 2018-03-27 14:39 UTC  (2+ messages)

[net-next PATCH 0/5] Add support for netcp driver on K2G SoC
 2018-03-27 14:31 UTC  (10+ messages)
` [net-next PATCH 2/5] soc: ti: K2G: provide APIs to support driver probe deferral
` [net-next PATCH 3/5] net: netcp: ethss enhancements to support 2u cpsw h/w on K2G SoC

[RFC PATCH v2] net: phy: Added device tree binding for dev-addr and dev-addr code check-up
 2018-03-27 14:24 UTC  (6+ messages)

[PATCH net] sctp: remove unnecessary asoc in sctp_has_association
 2018-03-27 14:22 UTC  (2+ messages)

[PATCH][next] ixgbevf: ensure xdp_ring resources are free'd on error exit
 2018-03-27 14:21 UTC 

[net-next 00/10][pull request] 40GbE Intel Wired LAN Driver Updates 2018-03-26
 2018-03-27 14:05 UTC  (2+ messages)

[PATCH v7 0/7] netdev: Eliminate duplicate barriers on weakly-ordered archs
 2018-03-27 14:02 UTC  (5+ messages)

[PATCH net] vhost: correctly remove wait queue during poll failure
 2018-03-27 13:58 UTC  (4+ messages)

[PATCH iproute2-next] tc: Fix compilation error with old iptables
 2018-03-27 13:40 UTC  (2+ messages)

[PATCH] staging: fsl-dpaa2/ethsw: Fix TCI values overwrite
 2018-03-27 13:37 UTC  (2+ messages)

[PATCH net-next 0/4] qed*: Flash upgrade support
 2018-03-27 13:36 UTC  (5+ messages)
` [PATCH net-next 1/4] qed: Populate nvm image attribute shadow
` [PATCH net-next 3/4] qed: Adapter flash update support

[PATCH net v2] udp6: set dst cache for a connected sk before udp_v6_send_skb
 2018-03-27 13:27 UTC  (3+ messages)

[PATCH] net: fec: set dma_coherent_mask
 2018-03-27 13:24 UTC  (3+ messages)

[PATCH v3 iproute2-next 0/8] cm_id, cq, mr, and pd resource tracking
 2018-03-27 13:23 UTC  (4+ messages)
` [PATCH v3 iproute2-next 1/8] rdma: include rdma-core <rdma/rdma_cma.h>

[PATCH] net/9p: fix potential refcnt problem of trans module
 2018-03-27 12:49 UTC 

[PATCH net-next] net: Export net->ipv6.sysctl.ip_nonlocal_bind to /proc
 2018-03-27 12:44 UTC  (2+ messages)

possible deadlock in rtnl_lock (5)
 2018-03-27 11:50 UTC  (2+ messages)

[PATCH 4/4] selftests/bpf: fix compiling errors
 2018-03-27 10:19 UTC  (8+ messages)

[PATCH] of_net: Implement of_get_nvmem_mac_address helper
 2018-03-27  9:52 UTC  (6+ messages)
  ` [PATCH v2] "
    ` [PATCH v3 0/2] "
      ` [PATCH v3 1/2] "
      ` [PATCH v3 2/2] net: macb: Try to retrieve MAC addess from nvmem provider

[PATCH] vhost-net: add time limitation for tx polling
 2018-03-27  9:40 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf, tracing: unbreak lttng
 2018-03-27  9:39 UTC  (3+ messages)

[RFC PATCH 00/24] Introducing AF_XDP support
 2018-03-27  9:37 UTC  (5+ messages)

[bpf-next V6 PATCH 00/15] XDP redirect memory return API
 2018-03-27  9:33 UTC  (6+ messages)
` [bpf-next V6 PATCH 11/15] page_pool: refurbish version of page_pool code
` [bpf-next V6 PATCH 12/15] xdp: allow page_pool as an allocator type in xdp_return_frame
` [bpf-next V6 PATCH 13/15] mlx5: use page_pool for xdp_return_frame call
` [bpf-next V6 PATCH 14/15] xdp: transition into using xdp_frame for return API
` [bpf-next V6 PATCH 15/15] xdp: transition into using xdp_frame for ndo_xdp_xmit


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