netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-25 15:10:19 to 2019-02-26 03:32:30 UTC [more...]

[PATCH v2 bpf-next 0/9] bpf: Network Resource Manager (NRM)
 2019-02-26  3:32 UTC  (10+ messages)
` [PATCH v2 bpf-next 2/9] bpf: Add bpf helper bpf_tcp_enter_cwr
` [PATCH v2 bpf-next 4/9] bpf: add bpf helper bpf_skb_ecn_set_ce

[PATCH v3 bpf-next 0/4] bpf: per program stats
 2019-02-26  3:10 UTC  (9+ messages)
` [PATCH v3 bpf-next 1/4] bpf: enable "
` [PATCH v3 bpf-next 2/4] bpf: expose program stats via bpf_prog_info
` [PATCH v3 bpf-next 3/4] tools/bpf: sync bpf.h into tools
` [PATCH v3 bpf-next 4/4] tools/bpftool: recognize bpf_prog_info run_time_ns and run_cnt

[PATCH net-next v3 0/6] devlink: make ethtool compat reliable
 2019-02-26  3:07 UTC  (8+ messages)
` [PATCH net-next v3 5/6] devlink: hold a reference to the netdevice around ethtool compat
` [PATCH net-next v3 6/6] devlink: add missing NULL checks for devlink ops

[PATCH net] ipv4: Add ICMPv6 support when parse route ipproto
 2019-02-26  2:23 UTC  (5+ messages)

[PATCH net] sit: use ipv6_mod_enabled to check if ipv6 is disabled
 2019-02-26  2:15 UTC  (8+ messages)

[RFC PATCH net-next v6 0/4] Enable virtio_net to act as a backup for a passthru device
 2019-02-26  2:08 UTC  (13+ messages)
` [RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework
      ` net_failover slave udev renaming (was Re: [RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework)
          ` [virtio-dev] "

[PATCH] tools: testing: selftests: Remove duplicate headers
 2019-02-26  1:48 UTC  (2+ messages)

[PATCH net-next] net: remove unused struct inet_frag_queue.fragments field
 2019-02-26  1:43 UTC 

[PATCH net-next] can: kvaser_usb: Use struct_size() in alloc_candev()
 2019-02-26  0:48 UTC  (2+ messages)

[PATCH net-next v3 0/7] net: sched: pie: align PIE implementation with RFC 8033
 2019-02-26  1:02 UTC  (11+ messages)
` [PATCH net-next v3 1/7] net: sched: pie: change value of QUEUE_THRESHOLD
` [PATCH net-next v3 2/7] net: sched: pie: change default value of pie_params->target
` [PATCH net-next v3 3/7] net: sched: pie: change default value of pie_params->tupdate
` [PATCH net-next v3 4/7] net: sched: pie: change initial value of pie_vars->burst_time
` [PATCH net-next v3 5/7] net: sched: pie: add more cases to auto-tune alpha and beta
` [PATCH net-next v3 6/7] net: sched: pie: add derandomization mechanism
` [PATCH net-next v3 7/7] net: sched: pie: update references

[PATCH net-next] net: hns: use struct_size() in devm_kzalloc()
 2019-02-26  0:27 UTC 

[net-next 00/16][pull request] 100GbE Intel Wired LAN Driver Updates 2019-02-22
 2019-02-26  0:36 UTC  (19+ messages)
` [net-next 01/16] ice: Mark extack argument as __always_unused
` [net-next 02/16] ice: Fix the calculation of ICE_MAX_MTU
` [net-next 03/16] ice: Fix added in VSI supported nodes calc
` [net-next 04/16] ice: sizeof(<type>) should be avoided
` [net-next 05/16] ice: fix stack hogs from struct ice_vsi_ctx structures
` [net-next 06/16] ice: fix ice_remove_rule_internal vsi_list handling
` [net-next 07/16] ice: fix issue where host reboots on unload when iommu=on
` [net-next 08/16] ice: fix numeric overflow warning
` [net-next 09/16] ice: only use the VF for ICE_VSI_VF in ice_vsi_release
` [net-next 10/16] ice: don't spam VFs with link messages
` [net-next 11/16] ice: clear VF ARQLEN register on reset
` [net-next 12/16] ice: flush Tx pipe on disable queue timeout
` [net-next 13/16] ice: check for a leaf node presence
` [net-next 14/16] ice: use absolute vector ID for VFs
` [net-next 15/16] ice: Fix for FC get rx/tx pause params
` [net-next 16/16] ice: fix overlong string, update stats output

[PATCH v4 perf,bpf 00/15] perf annotation of BPF programs
 2019-02-26  0:20 UTC  (16+ messages)
` [PATCH v4 perf,bpf 01/15] perf, bpf: consider events with attr.bpf_event as side-band events
` [PATCH v4 perf,bpf 02/15] bpf: libbpf: introduce bpf_program__get_prog_info_linear()
` [PATCH v4 perf,bpf 03/15] bpf: bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump()
` [PATCH v4 perf,bpf 04/15] perf, bpf: synthesize bpf events with bpf_program__get_prog_info_linear()
` [PATCH v4 perf,bpf 05/15] perf: change prototype of perf_event__synthesize_bpf_events()
` [PATCH v4 perf,bpf 06/15] perf, bpf: save bpf_prog_info in a rbtree in perf_env
` [PATCH v4 perf,bpf 07/15] perf, bpf: save bpf_prog_info information as headers to perf.data
` [PATCH v4 perf,bpf 08/15] perf, bpf: save btf in a rbtree in perf_env
` [PATCH v4 perf,bpf 09/15] perf, bpf: save btf information as headers to perf.data
` [PATCH v4 perf,bpf 10/15] perf-top: add option --no-bpf-event
` [PATCH v4 perf,bpf 11/15] perf: add -lopcodes to feature-libbfd
` [PATCH v4 perf,bpf 12/15] perf, bpf: enable annotation of bpf program
` [PATCH v4 perf,bpf 13/15] perf, bpf: process PERF_BPF_EVENT_PROG_LOAD for annotation
` [PATCH v4 perf,bpf 14/15] perf: introduce side band thread
` [PATCH v4 perf,bpf 15/15] perf, bpf: save information about short living bpf programs

[PATCH net] netfilter: bridge: Don't sabotage nf_hook calls for an l3mdev slave
 2019-02-26  0:21 UTC 

[PATCH net-next] net: sched: don't release block->lock when dumping chains
 2019-02-26  0:15 UTC  (3+ messages)

[PATCH] rtnetlink: Synchronze net in rtnl_unregister()
 2019-02-26  0:09 UTC  (6+ messages)

[PATCH] netlabel: fix out-of-bounds memory accesses
 2019-02-26  0:06 UTC 

[PATCH v3 net-next 2/2] net: sock: undefine SOCK_DEBUGGING
 2019-02-25 23:54 UTC  (11+ messages)

[PATCH] NETWORKING: avoid use IPCB in cipso_v4_error
 2019-02-25 23:30 UTC  (11+ messages)
  ` [PATCH v2 0/2] "
      ` [PATCH v2 1/2] "
      ` [PATCH v2 2/2] "

[PATCH bpf-next v6 0/3] libbpf: adding AF_XDP support
 2019-02-25 22:59 UTC  (2+ messages)

[PATCH net-next] net: sched: set dedicated tcf_walker flag when tp is empty
 2019-02-25 22:52 UTC  (3+ messages)

[PATCH net-next] net: wan: z85230: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-25 22:39 UTC  (2+ messages)

[PATCH net-next] net: wan: cosa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-25 22:39 UTC  (2+ messages)

[PATCH net-next] net: wan: sbni: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-25 22:39 UTC  (2+ messages)

[PATCH net-next 00/12] Refactor flower classifier to remove dependency on rtnl lock
 2019-02-25 22:39 UTC  (9+ messages)
` [PATCH net-next 01/12] net: sched: flower: don't check for rtnl on head dereference

[PATCH net-next] net: wan: ixp4xx_hss: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-25 22:39 UTC  (2+ messages)

[PATCH net-next] net: wan: wanxl: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-25 22:39 UTC  (2+ messages)

[PATCH net-next] net: lmc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-25 22:39 UTC  (2+ messages)

[PATCH] tun: fix blocking read
 2019-02-25 22:28 UTC  (8+ messages)
      ` [PATCH] tun: remove unnecessary memory barrier

[PATCH] MIPS: lantiq: Remove separate GPHY Firmware loader
 2019-02-25 22:19 UTC  (2+ messages)

[PATCH net-next] mlxsw: spectrum: acl: Use struct_size() in kzalloc()
 2019-02-25 22:18 UTC  (3+ messages)

[PATCH net-next v3 0/2] net: phy: aquantia: add hwmon support
 2019-02-25 22:16 UTC  (6+ messages)
` [PATCH net-next v3 1/2] net: phy: aquantia: rename aquantia.c to aquantia_main.c
` [PATCH net-next v3 2/2] net: phy: aquantia: add hwmon support

[PATCH 4.9 28/63] net: ethernet: stmmac: change dma descriptors to __le32
 2019-02-25 21:11 UTC 

[PATCH net] ipv4: Pass original device to ip_rcv_finish_core
 2019-02-25 21:55 UTC 

[PATCH v2] bpf: test_bpf: turn of preemption in function __run_once
 2019-02-25 21:28 UTC  (2+ messages)

[PATCH bpf-next] bpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissector
 2019-02-25 21:36 UTC  (2+ messages)

[PATCH iproute2 1/1] man: Document COLORFGBG environment variable
 2019-02-25 21:38 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: make sure signal interrupts BPF_PROG_TEST_RUN
 2019-02-25 21:37 UTC  (2+ messages)

[PATCH 4.20 040/183] soc/fsl/qe: fix err handling of ucc_of_parse_tdm
 2019-02-25 21:10 UTC 

[PATCH v2 0/6] RCU fixes for rcu_assign_pointer() usage
 2019-02-25 21:12 UTC  (13+ messages)
` [PATCH v2 1/6] net: rtnetlink: Fix incorrect RCU API usage
` [PATCH v2 2/6] ixgbe: "
` [PATCH v2 3/6] sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcu
` [PATCH v2 4/6] sched_domain: Annotate RCU pointers properly
` [PATCH v2 5/6] rcuwait: Annotate task_struct with __rcu
` [PATCH v2 6/6] sched: Annotate perf_domain pointer "

[PATCH 2/2] bpf: initial implementation for BPF_PROG_TYPE_GTRACE
 2019-02-25 20:57 UTC  (2+ messages)

[RFC bpf-next 0/7] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
 2019-02-25 20:33 UTC  (11+ messages)

[PATCH net] ipvs: get sctphdr by sctphoff in sctp_csum_check
 2019-02-25 20:19 UTC  (3+ messages)

[PATCH 1/2] bpf: context casting for tail call
 2019-02-25 20:10 UTC  (3+ messages)

[PATCH v2 bpf-next 0/4] bpf: per program stats
 2019-02-25 19:47 UTC  (6+ messages)
` [PATCH v2 bpf-next 2/4] bpf: expose program stats via bpf_prog_info
` [PATCH v2 bpf-next 4/4] tools/bpftool: recognize bpf_prog_info runtime and runcnt

[PATCH net-next 0/8] net: Remove switchdev_ops
 2019-02-25 19:47 UTC  (6+ messages)
` [PATCH net-next 7/8] net: switchdev: Replace port attr set SDO with a notification

INFO: task hung in rtnetlink_rcv_msg
 2019-02-25 19:26 UTC  (8+ messages)

[net-next 00/14][pull request] 40GbE Intel Wired LAN Driver Updates 2017-07-25
 2019-02-25 19:20 UTC  (5+ messages)
` [net-next 05/14] i40e: fix up 32 bit timespec references

[PATCH][next] Bluetooth: mgmt: Use struct_size() helper
 2019-02-25 19:11 UTC 

[RFC v1 00/19] Add unified Intel Ethernet RDMA driver (irdma)
 2019-02-25 18:50 UTC  (7+ messages)
` [RFC v1 10/19] RDMA/irdma: Add connection manager
` [RFC v1 12/19] RDMA/irdma: Implement device supported verb APIs

[PATCH net-next 1/2] xdp: Always use a devmap for XDP_REDIRECT to a device
 2019-02-25 18:47 UTC  (7+ messages)

[PATCH net] net: socket: set sock->sk to NULL after calling proto_ops::release()
 2019-02-25 18:41 UTC  (2+ messages)

[PATCH v1 net-next 0/4] net: dsa: microchip: add MIB counters support
 2019-02-25 18:34 UTC  (7+ messages)
` [PATCH v1 net-next 2/4] net: dsa: microchip: add MIB counter reading support

[PATCH net] geneve: use ipv6_mod_enabled to check if ipv6 is disabled
 2019-02-25 18:28 UTC  (3+ messages)

[PATCH 0/3] Allow checking SYN cookies from XDP and tc cls act
 2019-02-25 18:26 UTC  (4+ messages)
` [PATCH 1/3] bpf: add helper to check for a valid SYN cookie

[PATCH net-next 0/4] -Wformat fixes
 2019-02-25 18:26 UTC  (3+ messages)
` [PATCH net-next 3/4] e1000e: Fix -Wformat-truncation warnings
  ` [Intel-wired-lan] "

[PATCH net-next] net: sched: act_tunnel_key: fix metadata handling
 2019-02-25 18:16 UTC  (7+ messages)
  ` [PATCH net] net: sched: act_tunnel_key: fix NULL pointer dereference during init
  ` [PATCH net-next v2] net: sched: act_tunnel_key: fix metadata handling

[PATCH net-next v2 0/7] net: sched: pie: align PIE implementation with RFC 8033
 2019-02-25 18:04 UTC  (4+ messages)
` [PATCH net-next v2 5/7] net: sched: pie: add more cases to auto-tune alpha and beta

[PATCH net-next resend 0/2]
 2019-02-25 17:47 UTC  (5+ messages)
` [PATCH net-next resend 1/2] net: dsa: mv88e6xxx: Default CMODE to 1000BaseX only on 6390X
` [PATCH net-next resend 2/2] net: dsa: mv88e6xxx: Fix phylink_validate for Topaz family

[PATCH net v3 0/2] selftests: pmtu: fix and increase coverage
 2019-02-25 17:46 UTC  (4+ messages)
` [PATCH net v3 1/2] selftests: pmtu: disable DAD in all namespaces
` [PATCH net v3 2/2] selftests: pmtu: add explicit tests for PMTU exceptions cleanup

[PATCH] tcp: clean up SOCK_DEBUG()
 2019-02-25 17:41 UTC  (2+ messages)

[PATCH net-next] tcp: remove unused parameter of tcp_sacktag_bsearch()
 2019-02-25 17:38 UTC  (3+ messages)

[PATCH v2] net: dsa: fix a leaked reference by adding missing of_node_put
 2019-02-25 17:35 UTC  (2+ messages)

[PATCH] net: dsa: read mac address from DT for slave device
 2019-02-25 17:27 UTC  (4+ messages)

[PATCH 1/3] net: ethernet: add support for PCS and 2.5G speed
 2019-02-25 17:21 UTC  (4+ messages)

[PATCH net-next] net: marvell: neta: disable comphy when setting mode
 2019-02-25 16:43 UTC 

[PATCH net-next v3 0/4] enetc: Add mdio support and device tree nodes
 2019-02-25 16:16 UTC  (4+ messages)
` [PATCH net-next v3 4/4] dt-bindings: net: freescale: enetc: Add connection bindings for ENETC ethernet nodes

[PATCH net] sctp: get sctphdr by offset in sctp_compute_cksum
 2019-02-25 16:15 UTC  (5+ messages)

[PATCH net-next 0/2] net: phy: marvell10g: Clean .get_features by using C45 helpers
 2019-02-25 16:14 UTC  (3+ messages)
` [PATCH net-next 1/2] net: phy: marvell10g: Let genphy_c45_pma_read_abilities set Aneg bit
` [PATCH net-next 2/2] net: phy: marvell10g: Use the generic C45 helper to read the 2110 features

[PATCH] net: netem: fix skb length BUG_ON in __skb_to_sgvec
 2019-02-25 16:01 UTC  (2+ messages)

[PATCH 0/2] bpf: context casting for tail call and gtrace prog type
 2019-02-25 15:54 UTC 

[PATCH ethtool V2] ethtool: Add support for 200Gbps (50Gbps per lane) link mode
 2019-02-25 15:44 UTC 

[PATCH bpf] bpf: properly check TCP_CONGESTION optlen
 2019-02-25 15:43 UTC  (6+ messages)

[stable 3.18 backport v2] netlink: Trim skb to alloc size to avoid MSG_TRUNC
 2019-02-25 15:30 UTC  (2+ messages)

[PATCH ethtool] ethtool: Add support for 200Gbps (50Gbps per lane) link mode
 2019-02-25 15:30 UTC  (5+ messages)


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