netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-27 11:08:20 to 2019-03-27 19:02:04 UTC [more...]

[PATCH AUTOSEL 4.19 064/192] e1000e: Fix -Wformat-truncation warnings
 2019-03-27 18:10 UTC  (18+ messages)
` [PATCH AUTOSEL 4.19 091/192] mt76: usb: do not run mt76u_queues_deinit twice
` [PATCH AUTOSEL 4.19 103/192] selftests: skip seccomp get_metadata test if not real root
` [PATCH AUTOSEL 4.19 106/192] netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrack_confirm
` [PATCH AUTOSEL 4.19 110/192] ath10k: fix shadow register implementation for WCN3990
` [PATCH AUTOSEL 4.19 118/192] net: marvell: mvpp2: fix stuck in-band SGMII negotiation
` [PATCH AUTOSEL 4.19 120/192] net: phy: consider latched link-down status in polling mode
` [PATCH AUTOSEL 4.19 127/192] e1000e: fix cyclic resets at link up with active tx
` [PATCH AUTOSEL 4.19 128/192] e1000e: Exclude device from suspend direct complete optimization
` [PATCH AUTOSEL 4.19 132/192] iwlwifi: mvm: fix RFH config command with >=10 CPUs
` [PATCH AUTOSEL 4.19 142/192] mt7601u: bump supported EEPROM version
` [PATCH AUTOSEL 4.19 146/192] bpf: fix missing prototype warnings
` [PATCH AUTOSEL 4.19 147/192] selftests/bpf: skip verifier tests for unsupported program types
` [PATCH AUTOSEL 4.19 163/192] Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
` [PATCH AUTOSEL 4.19 171/192] netfilter: physdev: relax br_netfilter dependency
` [PATCH AUTOSEL 4.19 180/192] brcmfmac: Use firmware_request_nowarn for the clm_blob
` [PATCH AUTOSEL 4.19 181/192] wlcore: Fix memory leak in case wl12xx_fetch_firmware failure
` [PATCH AUTOSEL 4.19 190/192] net: stmmac: Avoid one more sometimes uninitialized Clang warning

[PATCH AUTOSEL 4.14 006/123] net/mlx5: Avoid panic when setting vport rate
 2019-03-27 18:16 UTC  (14+ messages)
` [PATCH AUTOSEL 4.14 007/123] net/mlx5: Avoid panic when setting vport mac, getting vport config
` [PATCH AUTOSEL 4.14 011/123] enic: fix build warning without CONFIG_CPUMASK_OFFSTACK
` [PATCH AUTOSEL 4.14 033/123] wil6210: check null pointer in _wil_cfg80211_merge_extra_ies
` [PATCH AUTOSEL 4.14 045/123] e1000e: Fix -Wformat-truncation warnings
` [PATCH AUTOSEL 4.14 046/123] mlxsw: spectrum: Avoid "
` [PATCH AUTOSEL 4.14 066/123] iwlwifi: pcie: fix emergency path
` [PATCH AUTOSEL 4.14 070/123] netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrack_confirm
` [PATCH AUTOSEL 4.14 082/123] e1000e: fix cyclic resets at link up with active tx
` [PATCH AUTOSEL 4.14 091/123] mt7601u: bump supported EEPROM version
` [PATCH AUTOSEL 4.14 094/123] bpf: fix missing prototype warnings
` [PATCH AUTOSEL 4.14 104/123] Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
` [PATCH AUTOSEL 4.14 110/123] netfilter: physdev: relax br_netfilter dependency
` [PATCH AUTOSEL 4.14 117/123] wlcore: Fix memory leak in case wl12xx_fetch_firmware failure

netif_receive_skb_list and interrupts enabled/disabled
 2019-03-27 18:55 UTC  (3+ messages)

[RFC] net: sch_generic: fq_codel vs pfifo_fast
 2019-03-27 18:53 UTC  (6+ messages)
` [PATCH 1/2] net: sch_generic: add flag IFF_FIFO_QUEUE to use pfifo_fast as default scheduler
` [PATCH 2/2] can: dev: let all CAN devices "

"r8169: Reinstate ASPM Support" causes increased packet latency on Asus H87M-E motherboard
 2019-03-27 18:46 UTC  (3+ messages)

[PATCH AUTOSEL 4.9 08/87] enic: fix build warning without CONFIG_CPUMASK_OFFSTACK
 2019-03-27 18:20 UTC  (10+ messages)
` [PATCH AUTOSEL 4.9 24/87] wil6210: check null pointer in _wil_cfg80211_merge_extra_ies
` [PATCH AUTOSEL 4.9 32/87] e1000e: Fix -Wformat-truncation warnings
` [PATCH AUTOSEL 4.9 33/87] mlxsw: spectrum: Avoid "
` [PATCH AUTOSEL 4.9 46/87] iwlwifi: pcie: fix emergency path
` [PATCH AUTOSEL 4.9 59/87] e1000e: fix cyclic resets at link up with active tx
` [PATCH AUTOSEL 4.9 65/87] mt7601u: bump supported EEPROM version
` [PATCH AUTOSEL 4.9 73/87] Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
` [PATCH AUTOSEL 4.9 77/87] netfilter: physdev: relax br_netfilter dependency
` [PATCH AUTOSEL 4.9 83/87] wlcore: Fix memory leak in case wl12xx_fetch_firmware failure

[PATCH net 0/2] nfp: fix retcode and disable netpoll on representors
 2019-03-27 18:38 UTC  (3+ messages)
` [PATCH net 1/2] nfp: validate the return code from dev_queue_xmit()
` [PATCH net 2/2] nfp: disable netpoll on representors

[PATCH v2 net-next 00/13] net: Move fib_nh and fib6_nh to a common struct
 2019-03-27 18:23 UTC  (14+ messages)
` [PATCH v2 net-next 01/13] ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabled
` [PATCH v2 net-next 02/13] ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helper
` [PATCH v2 net-next 03/13] ipv4: Create init helper for fib_nh
` [PATCH v2 net-next 04/13] ipv4: Create cleanup "
` [PATCH v2 net-next 05/13] ipv6: Create init helper for fib6_nh
` [PATCH v2 net-next 06/13] ipv6: Create cleanup "
` [PATCH v2 net-next 07/13] ipv6: Move gateway checks to a fib6_nh setting
` [PATCH v2 net-next 08/13] ipv6: Refactor fib6_ignore_linkdown
` [PATCH v2 net-next 09/13] ipv6: Change rt6_add_nexthop and rt6_nexthop_info to take fib6_nh
` [PATCH v2 net-next 10/13] ipv4: Rename fib_nh entries
` [PATCH v2 net-next 11/13] ipv6: Rename fib6_nh entries
` [PATCH v2 net-next 12/13] net: Add fib_nh_common and update fib_nh and fib6_nh
` [PATCH v2 net-next 13/13] net: Use common nexthop init and release helpers

[PATCH AUTOSEL 4.4 07/63] enic: fix build warning without CONFIG_CPUMASK_OFFSTACK
 2019-03-27 18:23 UTC  (7+ messages)
` [PATCH AUTOSEL 4.4 25/63] e1000e: Fix -Wformat-truncation warnings
` [PATCH AUTOSEL 4.4 44/63] e1000e: fix cyclic resets at link up with active tx
` [PATCH AUTOSEL 4.4 48/63] mt7601u: bump supported EEPROM version
` [PATCH AUTOSEL 4.4 54/63] Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
` [PATCH AUTOSEL 4.4 57/63] netfilter: physdev: relax br_netfilter dependency
` [PATCH AUTOSEL 4.4 60/63] wlcore: Fix memory leak in case wl12xx_fetch_firmware failure

[net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2019-03-26
 2019-03-27 18:23 UTC  (2+ messages)

[PATCH] cfg80211: remove redundant zero check on variable 'changed'
 2019-03-27 18:35 UTC 

[PATCH net-next v4 1/2] netfilter: Export nf_ct_{set,destroy}_timeout()
 2019-03-27 18:24 UTC  (4+ messages)
` [PATCH net-next v4 2/2] openvswitch: Add timeout support to ct action

Revising prandom_32 generator
 2019-03-27 18:32 UTC  (5+ messages)

[PATCH AUTOSEL 3.18 16/41] e1000e: Fix -Wformat-truncation warnings
 2019-03-27 18:25 UTC  (4+ messages)
` [PATCH AUTOSEL 3.18 29/41] e1000e: fix cyclic resets at link up with active tx
` [PATCH AUTOSEL 3.18 34/41] Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
` [PATCH AUTOSEL 3.18 38/41] wlcore: Fix memory leak in case wl12xx_fetch_firmware failure

INFO: rcu detected stall in sys_bpf
 2019-03-27 18:31 UTC 

[PATCH rdma-next 0/4] Small set of mlx5 related fixes
 2019-03-27 18:29 UTC  (8+ messages)
` [PATCH mlx5-next 3/4] net/mlx5: Decrease default mr cache size

[PATCH v1 1/2] net: phy: mscc: add support for VSC8514 PHY
 2019-03-27 18:29 UTC  (2+ messages)

[PATCH AUTOSEL 5.0 094/262] net: hns3: fix setting of the hns reset_type for rdma hw errors
 2019-03-27 18:15 UTC  (11+ messages)
` [PATCH AUTOSEL 5.0 145/262] iwlwifi: pcie: fix emergency path
` [PATCH AUTOSEL 5.0 157/262] ath10k: fix shadow register implementation for WCN3990
` [PATCH AUTOSEL 5.0 172/262] bpf: test_maps: fix possible out of bound access warning
` [PATCH AUTOSEL 5.0 182/262] iwlwifi: mvm: fix RFH config command with >=10 CPUs
` [PATCH AUTOSEL 5.0 192/262] nfp: bpf: correct the behavior for shifts by zero
  ` [oss-drivers] "
` [PATCH AUTOSEL 5.0 201/262] selftests/bpf: skip verifier tests for unsupported program types
` [PATCH AUTOSEL 5.0 233/262] netfilter: physdev: relax br_netfilter dependency
` [PATCH AUTOSEL 5.0 234/262] nfp: flower: tidy tunnel related private data
  ` [oss-drivers] "

[patch net-next v3 00/12] net: call for phys_port_name into devlink directly if possible
 2019-03-27 17:57 UTC  (15+ messages)
` [patch net-next v3 01/12] nfp: register devlink port before netdev
` [patch net-next v3 02/12] net: replace ndo_get_devlink with ndo_get_devlink_port
` [patch net-next v3 03/12] net: devlink: introduce devlink_compat_phys_port_name_get()
` [patch net-next v3 04/12] mlxsw: Implement ndo_get_devlink_port
` [patch net-next v3 05/12] mlxsw: Remove ndo_get_phys_port_name implementation
` [patch net-next v3 06/12] net: devlink: remove unused devlink_port_get_phys_port_name() function
` [patch net-next v3 07/12] bnxt: implement ndo_get_devlink_port
` [patch net-next v3 08/12] bnxt: remove ndo_get_phys_port_name implementation
` [patch net-next v3 09/12] dsa: implement ndo_get_devlink_port
` [patch net-next v3 10/12] dsa: don't fill-up remove ndo_get_phys_port_name for slaves
` [patch net-next v3 11/12] nfp: do not handle nn->port defined case in nfp_net_get_phys_port_name()
` [patch net-next v3 12/12] net: devlink: add warning for ndo_get_phys_port_name set when not needed

[RFC bpf-next v3 6/8] flow_dissector: handle no-skb use case
 2019-03-27 17:55 UTC  (11+ messages)

KMSAN: uninit-value in tipc_nl_compat_link_set (3)
 2019-03-27 17:54 UTC 

KMSAN: uninit-value in tipc_nl_compat_bearer_enable (2)
 2019-03-27 17:54 UTC 

[PATCH net-next 0/2] mlxsw: Add support for devlink info command
 2019-03-27 17:53 UTC  (6+ messages)
` [PATCH net-next 2/2] mlxsw: core: "

[PATCH/RFC bpf-next 00/16] bpf: eliminate zero extensions for sub-register writes
 2019-03-27 17:45 UTC  (17+ messages)
` [PATCH/RFC bpf-next 01/16] bpf: turn "enum bpf_reg_liveness" into bit representation
` [PATCH/RFC bpf-next 02/16] bpf: refactor propagate_live implementation
` [PATCH/RFC bpf-next 03/16] bpf: split read liveness into REG_LIVE_READ64 and REG_LIVE_READ32
` [PATCH/RFC bpf-next 04/16] bpf: mark sub-register writes that really need zero extension to high bits
` [PATCH/RFC bpf-next 06/16] bpf: new sysctl "bpf_jit_32bit_opt"

[PATCH v2 1/2] Provide in-kernel headers for making it easy to extend the kernel
 2019-03-27 17:31 UTC  (3+ messages)

[PATCH ipsec-next 00/11] xfrm: remove xfrm_mode indirections
 2019-03-27 17:31 UTC  (12+ messages)
` [PATCH ipsec-next 01/11] xfrm: place af number into xfrm_mode struct
` [PATCH ipsec-next 02/11] xfrm: prefer family stored in "
` [PATCH ipsec-next 03/11] xfrm: remove input indirection from xfrm_mode
` [PATCH ipsec-next 04/11] xfrm: remove output "
` [PATCH ipsec-next 05/11] xfrm: remove xmit "
` [PATCH ipsec-next 06/11] xfrm: remove gso_segment "
` [PATCH ipsec-next 07/11] xfrm: remove input2 "
` [PATCH ipsec-next 08/11] xfrm: remove output2 "
` [PATCH ipsec-next 09/11] xfrm: remove afinfo pointer "
` [PATCH ipsec-next 10/11] xfrm: make xfrm modes builtin
` [PATCH ipsec-next 11/11] xfrm: store xfrm_mode directly, not its address

[PATCH] net: ieee802154: fix missing checks for regmap_update_bits
 2019-03-27 17:15 UTC  (3+ messages)

[PATCH] tools/perf/util: Remove duplicate headers
 2019-03-27 22:07 UTC 

[PATCH net-next v5 00/22] ethtool netlink interface, part 1
 2019-03-27 16:35 UTC  (9+ messages)
` [PATCH net-next v5 09/22] ethtool: implement EVENT notifications
` [PATCH net-next v5 10/22] ethtool: generic handlers for GET requests

[PATCH net-next] net: mvneta: Add 2500BaseT support
 2019-03-27 16:31 UTC 

[PATCH] net: dsa: Implement flow_dissect callback for tag_qca
 2019-03-27 16:27 UTC  (2+ messages)

[PATCH] net: phy: mdio-bcm-unimac: remove redundant !timeout check
 2019-03-27 16:21 UTC  (2+ messages)

[PATCH v3 bpf-next 0/3] bpf: add bpf_progenyof helper
 2019-03-27 16:02 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 bpf-next 1/3] "

[PATCH] ibmvnic: Move debug printk out of spinlock
 2019-03-27 15:58 UTC 

[PATCH iproute2 v2 0/2] tc: pie: make tc/q_pie.c consistent with the kernel
 2019-03-27 15:36 UTC  (3+ messages)
` [PATCH iproute2 v2 1/2] tc: pie: change maximum integer value of tc_pie_xstats->prob
` [PATCH iproute2 v2 2/2] tc: pie: update man page

Inability to IPVS DR with nft dnat since 9971a514ed26
 2019-03-27 15:34 UTC  (3+ messages)

[PATCH iproute2 0/2] tc: pie: make tc/q_pie.c consistent with the kernel
 2019-03-27 15:25 UTC  (7+ messages)
` [PATCH iproute2 1/2] tc: pie: change maximum integer value of tc_pie_xstats->prob
` [PATCH iproute2 2/2] tc: pie: update man page

[PATCH net] netns: provide pure entropy for net_hash_mix()
 2019-03-27 15:21 UTC 

linux-next: manual merge of the bpf-next tree with the net tree
 2019-03-27 15:15 UTC  (4+ messages)

[PATCH 0/4] Convert rhashtable to use bitlocks
 2019-03-27 15:04 UTC  (5+ messages)
` [PATCH 3/4] rhashtable: use bit_spin_locks to protect hash bucket

[PATCH bpf 0/2] fix btf_dedup()'s type graph equivalence check
 2019-03-27 15:04 UTC  (2+ messages)

[PATCH v3] dccp: Fix memleak in __feat_register_sp
 2019-03-27 14:55 UTC  (2+ messages)

[RFC 0/4] net/fib: Speed up trie rebalancing for full view
 2019-03-27  3:33 UTC  (5+ messages)
` [RFC 4/4] net/ipv4/fib: Don't synchronise_rcu() every 512Kb

[PATCH v2 1/2] selftests/bpf: ksym_search won't check symbols exists
 2019-03-27 14:45 UTC  (2+ messages)
` [PATCH v2 2/2] samples, selftests/bpf: add NULL check for ksym_search

[PATCH net,stable] qmi_wwan: add Olicard 600
 2019-03-27 14:26 UTC 

[PATCH net-next 00/13] net: Move fib_nh and fib6_nh to a common struct
 2019-03-27 14:22 UTC  (13+ messages)
` [PATCH net-next 03/13] ipv4: Create init helper for fib_nh
` [PATCH net-next 06/13] ipv6: Create cleanup helper for fib6_nh
` [PATCH net-next 07/13] ipv6: Move gateway checks to a fib6_nh setting
` [PATCH net-next 13/13] net: Use common nexthop init and release helpers

[PATCH net-next] dpaa2-eth: use netif_receive_skb_list
 2019-03-27 14:20 UTC  (4+ messages)

New xdpsock sample
 2019-03-27 14:18 UTC  (6+ messages)

[PATCH] net/ipv6: Skip policy check to improve compliance
 2019-03-27 14:11 UTC  (4+ messages)

[PATCH bpf 0/2] libbpf: minor packaging fixes
 2019-03-27 13:51 UTC  (3+ messages)
` [PATCH bpf 1/2] libbpf: add xsk.h to install_headers target
` [PATCH bpf 2/2] libbpf: add libelf dependency to shared library build

[PATCH] MAINTAINER: Fix Qualcomm ETHQOS ethernet DT file
 2019-03-27 13:47 UTC  (2+ messages)

[PATCH] net: stmmac: fix a potential NULL pointer dereference
 2019-03-27 13:42 UTC  (2+ messages)

[PATCH net v3] failover: allow name change on IFF_UP slave interfaces
 2019-03-27 13:25 UTC  (4+ messages)

KASAN: use-after-free Read in bpf_prog_kallsyms_del
 2019-03-27 12:55 UTC  (2+ messages)

[patch net-next v2 00/12] net: call for phys_port_name into devlink directly if possible
 2019-03-27 11:56 UTC  (5+ messages)
` [patch net-next v2 11/12] net: devlink: expose phys port name

[PATCH net-next 1/1] bnx2x: Utilize FW 7.13.11.0
 2019-03-27 11:40 UTC 


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