messages from 2017-03-22 00:44:32 to 2017-03-22 22:05:29 UTC [more...]
[PATCH 4.11] genetlink: fix counting regression on ctrl_dumpfamily()
2017-03-22 22:05 UTC (2+ messages)
[iproute2 net-next 0/3] ip netconf improvements
2017-03-22 21:59 UTC (4+ messages)
` [iproute2 net-next 1/3] netlink: Add flag to suppress print of nlmsg error
` [iproute2 net-next 2/3] ip netconf: Show all address families by default in dumps
` [iproute2 net-next 3/3] ip netconf: Show all families on dev request
[PATCH 1/3] soc: qcom: smd: Transition client drivers from smd to rpmsg
2017-03-22 21:57 UTC (10+ messages)
` [PATCH 2/3] soc: qcom: smd: Remove standalone driver
` [PATCH 3/3] soc: qcom: smd-rpm: Add msm8996 compatibility
Problem: net: mvneta: auto-negotiation with disconnected network cable
2017-03-22 21:34 UTC (2+ messages)
[PATCH net-next 0/9] netvsc: bug fixes and cleanups
2017-03-22 21:51 UTC (10+ messages)
` [PATCH net-next 1/9] netvsc: fix NAPI performance regression
` [PATCH net-next 2/9] netvsc: handle offline mtu and channel change
` [PATCH net-next 3/9] netvsc: change max channel calculation
` [PATCH net-next 4/9] netvsc: use RCU to protect inner device structure
` [PATCH net-next 5/9] netvsc: uses RCU instead of removal flag
` [PATCH net-next 6/9] netvsc: use refcount_t for keeping track of sub channels
` [PATCH net-next 7/9] netvsc: remove unnecessary lock on shutdown
` [PATCH net-next 8/9] netvsc: eliminate unnecessary skb == NULL checks
` [PATCH net-next 9/9] netvsc: fix and cleanup rndis_filter_set_packet_filter
[PATCH v2 net 0/5] net:ethernet:aquantia: Misc fixes for atlantic driver
2017-03-22 21:44 UTC (7+ messages)
` [PATCH v2 net 1/5] net:ethernet:aquantia: Remove adapter re-opening when mtu changed
` [PATCH v2 net 2/5] net:ethernet:aquantia: Fix packet type detection (TCP/UDP) for IPv6
` [PATCH v2 net 3/5] net:ethernet:aquantia: Missing spinlock initialization
` [PATCH v2 net 4/5] net:ethernet:aquantia: Fix for LSO with IPv6
` [PATCH v2 net 5/5] net:ethernet:aquantia: Reset is_gso flag when EOP reached
[patch] sfc: cleanup a condition in efx_udp_tunnel_del()
2017-03-22 21:41 UTC (2+ messages)
[PATCH net-next] net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs
2017-03-22 21:21 UTC (3+ messages)
[PATCH net-next v3] net: Add sysctl to toggle early demux for tcp and udp
2017-03-22 21:19 UTC (2+ messages)
[PATCH net] ipv4: provide stronger user input validation in nl_fib_input()
2017-03-22 21:18 UTC (2+ messages)
[PATCH net] bpf: fix hashmap extra_elems logic
2017-03-22 21:12 UTC (2+ messages)
[PATCH net] net:ethernet:aquantia: Fix for RX checksum offload
2017-03-22 21:02 UTC (2+ messages)
[PATCH net 0/5] net:ethernet:aquantia: Misc fixes for atlantic driver
2017-03-22 20:33 UTC (8+ messages)
` [PATCH net 1/5] net:ethernet:aquantia: Remove adapter re-opening when mtu changed
` [PATCH net 2/5] net:ethernet:aquantia: Fix packet type detection (TCP/UDP) for IPv6
` [PATCH net 3/5] net:ethernet:aquantia: Missing spinlock initialization
` [PATCH net 4/5] net:ethernet:aquantia: Fix for LSO with IPv6
` [PATCH net 5/5] net:ethernet:aquantia: Reset is_gso flag when EOP reached
[PATCH] net: phy: handle state correctly in phy_stop_machine
2017-03-22 20:27 UTC
[PATCH net-next 00/15] nfp: allow concurrency in core and minor fixes
2017-03-22 20:02 UTC (18+ messages)
` [PATCH net-next 01/15] nfp: disallow sharing mutexes on the same machine
` [PATCH net-next 02/15] nfp: fail graciously when someone tries to grab global lock
` [PATCH net-next 03/15] nfp: remove cpp mutex cache
` [PATCH net-next 04/15] nfp: move mutex code out of nfp_cppcore.c
` [PATCH net-next 05/15] nfp: document expected locking in the core
` [PATCH net-next 06/15] nfp: lock area cache earlier
` [PATCH net-next 07/15] nfp: correct return codes when msleep gets interrupted
` [PATCH net-next 08/15] nfp: don't ignore return value of wait_event_interruptible
` [PATCH net-next 09/15] nfp: fix invalid area detection
` [PATCH net-next 10/15] nfp: fix nfp_cpp_read()/nfp_cpp_write() error paths
` [PATCH net-next 11/15] nfp: don't use netdev_warn() before netdev is registered
` [PATCH net-next 12/15] nfp: remove RX queue pointers
` [PATCH net-next 13/15] nfp: flush xmit_more on error paths
` [PATCH net-next 14/15] nfp: remove defensive checks around ndo_open()/ndo_close()
` [PATCH net-next 15/15] nfp: disable FW on reconfiguration errors
[PATCH net-next] enic: update enic maintainers
2017-03-22 19:49 UTC (2+ messages)
[PATCH net] net: bcmgenet: remove bcmgenet_internal_phy_setup()
2017-03-22 19:49 UTC (2+ messages)
[patch -next] net: dwc-xlgmac: fix an error code in xlgmac_alloc_pages()
2017-03-22 19:46 UTC (3+ messages)
[PATCH net-next] rtnetlink: Add dump all for netconf
2017-03-22 19:45 UTC (2+ messages)
[PATCH net-next 0/7] Clean up PHY MMD accessors
2017-03-22 19:43 UTC (2+ messages)
[PATCH] ipv6: make sure to initialize sockc.tsflags before first use
2017-03-22 19:40 UTC (2+ messages)
[PATCH v3 0/2] fjes: Do not load fjes driver
2017-03-22 19:39 UTC (2+ messages)
[PATCH net-next 0/4] bpf: Add map-in-map support
2017-03-22 19:33 UTC (6+ messages)
` [PATCH net-next 1/4] bpf: Fix and simplifications on inline map lookup
` [PATCH net-next 2/4] bpf: Add array of maps support
` [PATCH net-next 3/4] bpf: Add hash "
` [PATCH net-next 4/4] bpf: Add tests for map-in-map
[PATCH net-next v7 0/3] net: core: Two Helper function about socket information
2017-03-22 19:25 UTC (9+ messages)
` [PATCH net-next v7 1/3] Add a helper function to get socket cookie in eBPF
` [PATCH net-next v7 2/3] Add a eBPF helper function to retrieve socket uid
` [PATCH net-next v7 3/3] A Sample of using socket cookie and uid for traffic monitoring
[PATCH v1] NFC: Add nfc_dbg() macro
2017-03-22 19:22 UTC
[PATCH v1] NFC: netlink: Use error code from nfc_activate_target()
2017-03-22 19:20 UTC
[PATCH 1/3] net: stmmac: Always enable MAC RX queues
2017-03-22 19:15 UTC (7+ messages)
` [PATCH 2/3] net: stmmac: Restore DT backwards-compatibility
` [PATCH 3/3] net: stmmac: Use AVB mode by default
[PATCH net 0/8] Mellanox mlx5 fixes 2017-03-21
2017-03-22 19:13 UTC (2+ messages)
pull-request: wireless-drivers 2017-03-21
2017-03-22 19:09 UTC (2+ messages)
[PATCH 07/17] net: convert sock.sk_refcnt from atomic_t to refcount_t
2017-03-22 19:08 UTC (21+ messages)
[PATCH net-next] net: greth: Utilize of_get_mac_address()
2017-03-22 19:01 UTC (2+ messages)
[PATCH net v1 1/1] tipc: fix nametbl deadlock at tipc_nametbl_unsubscribe
2017-03-22 18:59 UTC (2+ messages)
[PATCH net-next 1/2] net: dwc-xlgmac: declaration of dual license in headers
2017-03-22 18:50 UTC (2+ messages)
[PATCH net-next] liquidio: fix tx completions in napi poll
2017-03-22 18:54 UTC
[PATCH net-next] liquidio: fix Coverity scan errors
2017-03-22 18:48 UTC (2+ messages)
[PATCH net v3 1/1] net: tcp: Permit user set TCP_MAXSEG to default value
2017-03-22 18:48 UTC (2+ messages)
[PATCH net-next v2 0/5] net-next: dsa: add Mediatek MT7530 support
2017-03-22 18:39 UTC (10+ messages)
` [PATCH net-next v2 3/5] net-next: ethernet: mediatek: add CDM able to recognize the tag for DSA
` [PATCH net-next v2 4/5] net-next: ethernet: mediatek: add device_node of GMAC pointing into the netdev instance
` [PATCH net-next v2 5/5] net-next: dsa: add dsa support for Mediatek MT7530 switch
[PATCH net-next] liquidio: allocate RX buffers in OOM conditions in PF and VF
2017-03-22 18:31 UTC
[net-next sample action optimization v4 0/4]
2017-03-22 18:28 UTC (8+ messages)
` [net-next sample action optimization v4 1/4] openvswitch: Deferred fifo API change
` [net-next sample action optimization v4 3/4] openvswitch: Optimize sample action for the clone use cases
` [net-next sample action optimization v4 4/4] Openvswitch: Refactor sample and recirc actions implementation
[PATCH] enic: Store permanent MAC address during probe()
2017-03-22 18:26 UTC (2+ messages)
[net-next PATCH 0/2] NAPI ID fixups related to busy polling
2017-03-22 18:26 UTC (2+ messages)
[PATCH net-next 0/2] netvsc: performance regressions in net-next
2017-03-22 18:23 UTC (4+ messages)
[PATCH] sock: introduce SO_MEMINFO getsockopt
2017-03-22 18:20 UTC (2+ messages)
[PATCH net-next 0/2] net: vrf: performance improvements
2017-03-22 18:20 UTC (2+ messages)
[PATCH net] tcp: initialize icsk_ack.lrcvtime at session start time
2017-03-22 18:13 UTC (2+ messages)
[PATCH] mlxsw: spectrum: fix swapped order of arguments packets and bytes
2017-03-22 18:13 UTC (2+ messages)
[PATCH iproute2 1/1] tc: print skbedit action when dumping actions
2017-03-22 18:00 UTC
[PATCH net] sctp: remove useless err from sctp_association_init
2017-03-22 17:58 UTC (2+ messages)
[PATCH net] sctp: declare struct sctp_stream before using it
2017-03-22 17:58 UTC (2+ messages)
[PATCH] [v2, -net] cpsw/netcp: work around reverse cpts dependency
2017-03-22 17:57 UTC (2+ messages)
[PATCH net-next] cxgb4: Update IngPad and IngPack values
2017-03-22 17:54 UTC (2+ messages)
[PATCH 1/2] [net-next] net: dwc-xlgmac: include dcbnl.h
2017-03-22 17:53 UTC (4+ messages)
` [PATCH 2/2] [net-next] net: dwc-xlgmac: add module license
[PATCH net 0/2] r8152: fix the rx settings of RTL8153
2017-03-22 17:52 UTC (2+ messages)
[PATCH net-next] neighbour: fix nlmsg_pid in notifications
2017-03-22 17:49 UTC (2+ messages)
Page allocator order-0 optimizations merged
2017-03-22 17:39 UTC (3+ messages)
[PATCH net-next 0/2] sctp: support MSG_MORE flag when sending msg
2017-03-22 17:33 UTC (10+ messages)
` [PATCH net-next 2/2] sctp: add support for MSG_MORE
[PATCH v4.11] cgroup, net_cls: iterate the fds of only the tasks which are being migrated
2017-03-22 17:33 UTC (2+ messages)
[net-next 0/5][pull request] Intel Wired LAN Driver Updates 2017-03-21
2017-03-22 17:32 UTC (2+ messages)
net: deadlock between ip_expire/sch_direct_xmit
2017-03-22 15:57 UTC (2+ messages)
` [PATCH net] inet: frag: release spinlock before calling icmp_send()
[PATCH] net: stmmac: dwmac-rk: Add handling for RGMII_ID/RXID/TXID
2017-03-22 15:50 UTC
[PATCHv3 net] igmp: do not remove igmp souce list info when set link down
2017-03-22 15:04 UTC (2+ messages)
` IGMP on IPv6
[PATCH net-next 0/8] vhost-net rx batching
2017-03-22 14:16 UTC (7+ messages)
` [PATCH net-next 1/8] ptr_ring: introduce batch dequeuing
` [PATCH net-next 7/8] vhost_net: try batch dequing from skb array
"TCP: eth0: Driver has suspect GRO implementation, TCP performance may be compromised." message with "ethtool -K eth0 gro off"
2017-03-22 13:47 UTC (12+ messages)
[PATCH 0/5] netfilter: Clean up tests if NULL returned on failure
2017-03-22 13:45 UTC (3+ messages)
[PATCH] net: stmmac: add set_mac to the stmmac_ops
2017-03-22 13:29 UTC
[PATCH 2/2] wireless: zd1211rw: fix NULL-deref at probe
2017-03-22 13:24 UTC (5+ messages)
` [2/2] "
[PATCH v3 net-next] net: stmmac: fix dma operation mode config for older versions
2017-03-22 12:37 UTC (2+ messages)
net/sctp: recursive locking in sctp_do_peeloff
2017-03-22 12:29 UTC (7+ messages)
[PATCH net] socket, bpf: fix sk_filter use after free in sk_clone_lock
2017-03-22 12:08 UTC
[PATCH iproute2 v3 1/1] actions: Add support for user cookies
2017-03-22 12:06 UTC (2+ messages)
[PATCH v2 0/2] net: phy: state machine fixes for interrupt driven PHYs
2017-03-22 11:02 UTC (3+ messages)
` [PATCH v2 1/2] net: phy: Fix PHY AN done state machine "
` [PATCH v2 2/2] net: phy: Don't miss phy_suspend() on PHY_HALTED for PHYs with interrupts
Re:
2017-03-22 11:10 UTC
[PATCH v2 net-next] net: fix dma operation mode config for older versions
2017-03-22 11:07 UTC (3+ messages)
[PATCH 3/4] flowcache: make struct flow_cache_percpu::hash_rnd_recalc bool
2017-03-22 10:38 UTC (3+ messages)
(unknown),
2017-03-22 9:38 UTC
[REGRESSION] mac80211: IBSS vif queue stopped when started after 11s vif
2017-03-22 9:15 UTC
[PATCH] net: vmxnet3: use new api ethtool_{get|set}_link_ksettings
2017-03-22 7:27 UTC
[PATCH] net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4
2017-03-22 2:07 UTC (2+ messages)
[PATCH] netfilter: ipset: print out warnings generated by commands
2017-03-22 2:07 UTC
[PATCH 1/2] netfilter: ipset: warn users of list:set that parameter 'size' is ignored
2017-03-22 2:06 UTC (2+ messages)
` [PATCH 2/2] "
[PATCH net-next 0/9] qed: IOV related clenaups
2017-03-22 2:02 UTC (2+ messages)
[PATCH v2 net] selftests/bpf: fix broken build, take 2
2017-03-22 1:56 UTC (4+ messages)
[PATCH net 1/2] tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
2017-03-22 1:45 UTC (4+ messages)
` [PATCH net 2/2] tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS
[PATCH net] sctp: out_qlen should be updated when pruning unsent queue
2017-03-22 1:32 UTC (2+ messages)
[PATCH net] sctp: define dst_pending_confirm as a bit in sctp_transport
2017-03-22 1:32 UTC (2+ messages)
[PATCH net] sctp: remove temporary variable confirm from sctp_packet_transmit
2017-03-22 1:31 UTC (2+ messages)
[PATCH v2 net-next 0/4] drivers: net: xgene-v2: Add MDIO and ethtool support
2017-03-22 1:18 UTC (5+ messages)
` [PATCH v2 net-next 1/4] drivers: net: xgene-v2: Add MDIO support
` [PATCH v2 net-next 2/4] drivers: net: xgene-v2: Add ethtool support
` [PATCH v2 net-next 3/4] drivers: net: xgene-v2: Fix port reset
` [PATCH v2 net-next 4/4] drivers: net: xgene-v2: misc fixes
[PATCH] net: vrf: Reset rt6i_idev in local dst after put
2017-03-22 0:51 UTC (2+ messages)
[PATCH] rhashtable: Add rhashtable_lookup_get_insert_fast
2017-03-22 0:52 UTC (2+ messages)
[PATCH net-next] liquidio: fix for vf mac addr command sent to nic firmware
2017-03-22 0:48 UTC (2+ messages)
[PATCH net 0/4] ibmvnic: Initialization fixes and improvements
2017-03-22 0:46 UTC (2+ messages)
[PATCH net-next] liquidio: remove duplicate code
2017-03-22 0:43 UTC (2+ messages)
[PATCH net-next] liquidio: add debug error messages to report command timeout
2017-03-22 0:43 UTC (2+ messages)
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).