netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-04 04:46:18 to 2017-10-04 23:27:06 UTC [more...]

[PATCH 00/13] timer: Start conversion to timer_setup()
 2017-10-04 23:27 UTC  (13+ messages)
` [PATCH 02/13] timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()
` [PATCH 03/13] timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()
` [PATCH 04/13] timer: Remove init_timer_pinned() in favor of timer_setup()
` [PATCH 05/13] timer: Remove init_timer_deferrable() "
` [PATCH 07/13] timer: Remove last user of TIMER_INITIALIZER
` [PATCH 08/13] timer: Remove unused static initializer macros
` [PATCH 09/13] timer: Remove users of expire and data arguments to DEFINE_TIMER
` [PATCH 10/13] timer: Remove expires and data arguments from DEFINE_TIMER
  ` [PATCH 01/13] timer: Convert schedule_timeout() to use from_timer()
  ` [PATCH 06/13] timer: Remove users of TIMER_DEFERRED_INITIALIZER
  ` [PATCH 11/13] timer: Remove expires argument from __TIMER_INITIALIZER()
` [PATCH 12/13] kthread: Convert callback to use from_timer()

[PATCH] nfp: convert nfp_eth_set_bit_config() into a macro
 2017-10-04 23:25 UTC  (11+ messages)

[PATCH v2 net-next 0/8] bpf: muli prog support for cgroup-bpf
 2017-10-04 23:05 UTC  (2+ messages)

[PATCH net-next] openvswitch: Add erspan tunnel support
 2017-10-04 23:02 UTC  (3+ messages)

[PATCH] PCI: Check/Set ARI capability before setting numVFs
 2017-10-04 23:01 UTC  (2+ messages)

[PATCH net-next v6 0/4] bpf: add two helpers to read perf event enabled/running time
 2017-10-04 23:00 UTC  (2+ messages)

[PATCH v2 0/5] VSOCK: add sock_diag interface
 2017-10-04 22:58 UTC  (7+ messages)
` [PATCH v2 1/5] VSOCK: export socket tables for "
` [PATCH v2 2/5] VSOCK: move __vsock_in_bound/connected_table() to af_vsock.h
` [PATCH v2 3/5] VSOCK: use TCP state constants for sk_state
` [PATCH v2 4/5] VSOCK: add sock_diag interface
` [PATCH v2 5/5] VSOCK: add tools/testing/vsock/vsock_diag_test

[PATCH net-next v4 0/3] bridge: neigh msg proxy and flood suppression support
 2017-10-04 22:52 UTC  (8+ messages)
` [PATCH net-next v4 1/3] bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd flood
    ` [Bridge] "
` [PATCH net-next v4 2/3] bridge: suppress arp pkts on BR_NEIGH_SUPPRESS ports
  ` [Bridge] "
` [PATCH net-next v4 3/3] bridge: suppress nd "

[PATCH 1/3 v2] net: phy: Remove TI DP83822 from DP83848 driver
 2017-10-04 22:44 UTC  (4+ messages)
` [PATCH 2/3 v2] net: phy: DP83822 initial driver submission
` [PATCH 3/3 v2] net: phy: Change error to EINVAL for invalid MAC

[RFC 1/2] bpf: move instruction printing into a separate file
 2017-10-04 22:40 UTC  (8+ messages)
` [RFC] bpf: remove global verifier state

[PATCH net-next 0/3] A own subdirectory for shared TCP code
 2017-10-04 20:27 UTC  (6+ messages)
` [PATCH net-next 3/3] Move shared tcp code to net/ipv4v6shared

RE
 2017-10-04 20:05 UTC 

[PATCH net-next v3 0/3] tools: add bpftool
 2017-10-04 20:02 UTC  (6+ messages)
` [PATCH net-next v3 1/3] tools: rename tools/net directory to tools/bpf
` [PATCH net-next v3 2/3] tools: bpf: add bpftool
` [PATCH net-next v3 3/3] tools: bpftool: add documentation

[PATCH net-next 0/3] tcp: improving RACK cpu performance
 2017-10-04 20:00 UTC  (4+ messages)
` [PATCH net-next 1/3] tcp: new list for sent but unacked skbs for RACK recovery
` [PATCH net-next 2/3] tcp: more efficient RACK loss detection
` [PATCH net-next 3/3] tcp: a small refactor of "

[PATCH] net/ipv4: Remove unused variable in route.c
 2017-10-04 19:59 UTC 

[PATCH net-next v2 0/2] libbpf: support more map options
 2017-10-04 19:54 UTC  (13+ messages)
` [PATCH net-next v2 1/2] libbpf: parse maps sections of varying size

[PATCH 0/3] iwlwifi: cosmetic fixes
 2017-10-04 19:18 UTC  (13+ messages)
` [PATCH 1/3] wireless: iwlwifi: use bool instead of int
` [PATCH 2/3] wireless: iwlwifi: function definition cosmetic fix
` [PATCH 3/3] wireless: iwlwifi: wrap macro into braces

[PATCH net-next 0/2] flow_dissector: dissect tunnel info
 2017-10-04 19:17 UTC  (11+ messages)
` [PATCH net-next 2/2] "

[PATCH net v2] RDS: IB: Initialize max_items based on underlying device attributes
 2017-10-04 19:11 UTC 

[PATCH net v2] RDS: IB: Limit the scope of has_fr/has_fmr variables
 2017-10-04 19:10 UTC 

[net-next V4 PATCH 0/5] New bpf cpumap type for XDP_REDIRECT
 2017-10-04 19:02 UTC  (7+ messages)
` [net-next V4 PATCH 1/5] bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
` [net-next V4 PATCH 2/5] bpf: XDP_REDIRECT enable use of cpumap
` [net-next V4 PATCH 3/5] bpf: cpumap xdp_buff to skb conversion and allocation
` [net-next V4 PATCH 4/5] bpf: cpumap add tracepoints
` [net-next V4 PATCH 5/5] samples/bpf: add cpumap sample program xdp_redirect_cpu

[PATCH v6 00/11] net: stmmac: dwmac-sun8i: Handle integrated PHY
 2017-10-04 19:00 UTC  (5+ messages)
` [PATCH v6 05/11] dt-bindings: net: dwmac-sun8i: update documentation about "

[PATCH v2 net-next] ravb: RX checksum offload
 2017-10-04 18:53 UTC  (3+ messages)

[PATCH net-next 0/7] net: Plumb extack error reporting to enslavements
 2017-10-04 18:39 UTC  (17+ messages)
` [PATCH net-next 1/7] net: Add extack to netdev_notifier_info
` [PATCH net-next 2/7] net: Add extack to ndo_add_slave
` [PATCH net-next 3/7] net: Add extack to upper device linking
` [PATCH net-next 4/7] net: vrf: Add extack messages for enslave errors
` [PATCH net-next 5/7] net: bonding: Add extack messages for some enslave failures
` [PATCH net-next 6/7] net: bridge: Pass extack to down to netdev_master_upper_dev_link
` [PATCH net-next 7/7] mlxsw: spectrum: Add extack messages for enslave failures

[PATCH net-next] net: cache skb_shinfo() in skb_try_coalesce()
 2017-10-04 18:34 UTC  (2+ messages)

[PATCH 0/4] net-next: security: New file mode and LSM hooks for eBPF object permission control
 2017-10-04 18:29 UTC  (5+ messages)
` [PATCH net-next 1/4] bpf: Add file mode configuration into bpf maps
` [PATCH net-next 2/4] security: bpf: Add LSM hooks for bpf object related syscall
` [PATCH net-next 3/4] selinux: bpf: Add selinux check for eBPF syscall operations
` [PATCH net-next 4/4] selinux: bpf: Add addtional check for bpf object file receive

[PATCH] mwifiex: Use put_unaligned_le32
 2017-10-04 18:28 UTC 

[PATCH] netfilter: fix stringop-overflow warning with UBSAN
 2017-10-04 18:01 UTC  (3+ messages)

[next-queue PATCH v3 0/4] TSN: Add qdisc based config interface for CBS
 2017-10-04 17:42 UTC  (4+ messages)
` [next-queue PATCH v3 2/4] net/sched: Fix accessing invalid dev_queue

[PATCH v6 0/1] Introduce MPLS over GRE
 2017-10-04 17:35 UTC  (2+ messages)
` [PATCH v6 1/1] ip_tunnel: add mpls over gre support

[PATCH v2 net-next] selftests: rtnetlink: try concurrent change of ifalias
 2017-10-04 17:35 UTC  (2+ messages)

[PATCH net-next] rtnetlink: remove __rtnl_af_unregister
 2017-10-04 17:34 UTC  (2+ messages)

[PATCH net-next] rtnetlink: remove slave_validate callback
 2017-10-04 17:34 UTC  (3+ messages)

[PATCH] cxgb4vf: make a couple of functions static
 2017-10-04 17:32 UTC  (2+ messages)

[PATCH net-next] net: core: fix kerneldoc comment
 2017-10-04 17:28 UTC  (2+ messages)

[PATCH v2 net-next 2/2] tcp: clean up TFO server's initial tcp_rearm_rto() call
 2017-10-04 17:04 UTC 

[PATCH v2 net-next 1/2] tcp: uniform the set up of sockets after successful connection
 2017-10-04 17:03 UTC 

[PATCH v4 0/2] Introduce MPLS over GRE
 2017-10-04 17:03 UTC  (4+ messages)
` [PATCH v4 2/2] ip_tunnel: add mpls over gre encapsulation

etsec2 attached to sgmii phy
 2017-10-04 16:40 UTC  (5+ messages)

[PATCH] net: phy: DP83822 initial driver submission
 2017-10-04 16:22 UTC  (7+ messages)

multi producer / multi consumer lock-free queue with ptr_ring
 2017-10-04 16:23 UTC  (2+ messages)

[jkirsher/net-queue PATCH] i40e: Fix memory leak related filter programming status
 2017-10-04 15:44 UTC 

Linux 4.12+ memory leak on router with i40e NICs
 2017-10-04 15:32 UTC  (2+ messages)

[PATCH iproute2 0/3] ss: add AF_VSOCK support
 2017-10-04 15:14 UTC  (9+ messages)
` [PATCH iproute2 1/3] ss: allow AF_FAMILY constants >32
` [PATCH iproute2 2/3] include: add <linux/vm_sockets_diag.h>

[PATCH 0/1] XDP Program for Ip forward
 2017-10-04 15:07 UTC  (2+ messages)

[PATCH 0/5] VSOCK: add sock_diag interface
 2017-10-04 15:05 UTC  (10+ messages)
` [PATCH 2/5] VSOCK: export __vsock_in_bound/connected_table()
` [PATCH 4/5] VSOCK: add sock_diag interface
` [PATCH 5/5] VSOCK: add tools/vsock/vsock_diag_test

[PATCH net-next] selftests: rtnetlink: try concurrent change of ifalias
 2017-10-04 14:16 UTC  (2+ messages)

[PATCH v1] s390/qeth: use kstrtobool() in qeth_bridgeport_hostnotification_store()
 2017-10-04 13:38 UTC 

[PATCH] fsl/fman: remove of_node
 2017-10-04 13:09 UTC  (8+ messages)

[PATCH net] net: br: Fix igmp snooping offload with CONFIG_BRIDGE_VLAN_FILTERING
 2017-10-04 12:31 UTC  (9+ messages)

[PATCH net-next v2 0/3] tools: add bpftool
 2017-10-04 11:40 UTC  (4+ messages)

[PATCH] rndis_host: support Novatel Verizon USB730L
 2017-10-04 10:44 UTC  (4+ messages)

Fw: [Bug 197099] New: Kernel panic in interrupt [l2tp_ppp]
 2017-10-04 10:33 UTC  (7+ messages)

[PATCH v3 0/2] Allwinner XR819 SDIO Wi-Fi DT binding and OPi Zero XR819 IRQ
 2017-10-04 10:15 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: add device tree binding for Allwinner XR819 SDIO Wi-Fi

[PATCH] ath9k: make const array reg_hole_list static, reduces object code size
 2017-10-04  9:09 UTC  (2+ messages)
`  "

[PATCH v4 net-next 0/8] flow_dissector: Protocol specific flow dissector offload
 2017-10-04  6:45 UTC  (8+ messages)

[next-queue PATCH v4 0/4] TSN: Add qdisc based config interface for CBS
 2017-10-04  6:36 UTC  (3+ messages)
` [next-queue PATCH v4 3/4] net/sched: Introduce Credit Based Shaper (CBS) qdisc

[PATCH] net: dsa: mv88e6xxx: rework in-chip bridging
 2017-10-04  6:20 UTC 

[PATCH RESEND net 0/9] Fixes, cleanup and modernization for some legacy ethernet NIC drivers
 2017-10-04  6:16 UTC  (3+ messages)

etsec2 attached to sgmii phy
 2017-10-04  5:50 UTC 

(unknown),
 2017-10-04  5:56 UTC 

[PATCH net] net: fib_rules: Fix fib_rules_ops->compare implementations to support exact match
 2017-10-04  5:34 UTC  (3+ messages)

[PATCH net-next 1/2] tcp: uniform the set up of sockets after successful connection
 2017-10-04  5:32 UTC  (3+ messages)

[PATCH v2] cdc-ether: divorce initialisation with a filter reset and a generic method
 2017-10-04  5:02 UTC  (4+ messages)
` [v2] "

[PATCH net-next v2 0/3] bridge: neigh msg proxy and flood suppression support
 2017-10-04  4:47 UTC  (4+ messages)
` [PATCH net-next v2 1/3] bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd flood


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