messages from 2020-02-26 17:44:19 to 2020-02-27 10:41:37 UTC [more...]
[PATCH RFC net-next] virtio_net: Relax queue requirement for using XDP
2020-02-27 10:41 UTC (12+ messages)
possible deadlock in cma_netdev_callback
2020-02-27 10:11 UTC (3+ messages)
[PATCH net-next 0/3] Add support for configuring Marvell 10G PHY LEDs
2020-02-27 9:52 UTC (4+ messages)
` [PATCH net-next 1/3] dt-bindings: net: add dt bindings for marvell10g driver
` [PATCH net-next 2/3] net: phy: marvell10g: add support for configuring LEDs
` [PATCH net-next 3/3] arm64: dts: configure Macchiatobin 10G PHY LED modes
[PATCH net-next] net: phy: marvell10g: read copper results from CSSR1
2020-02-27 9:46 UTC
[PATCH net] net: phy: marvell: don't interpret PHY status unless resolved
2020-02-27 9:44 UTC
[PATCH bpf-next 0/7] bpf: sockmap, sockhash: support storing UDP sockets
2020-02-27 9:40 UTC (7+ messages)
` [PATCH bpf-next 3/7] skmsg: introduce sk_psock_hooks
` [PATCH bpf-next 4/7] bpf: sockmap: allow UDP sockets
linux-next: Fixes tag needs some work in the net-next tree
2020-02-27 9:01 UTC (2+ messages)
[PATCH] unix: define and set show_fdinfo only if procfs is enabled
2020-02-27 8:50 UTC (2+ messages)
[PATCHv3 00/18] bpf: Add trampoline and dispatcher to /proc/kallsyms
2020-02-27 8:50 UTC (41+ messages)
` [PATCH 01/18] x86/mm: Rename is_kernel_text to __is_kernel_text
` [PATCH 02/18] bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHER
` [PATCH 03/18] bpf: Add struct bpf_ksym
` [PATCH 04/18] bpf: Add name to "
` [PATCH 05/18] bpf: Add lnode list node "
` [PATCH 06/18] bpf: Add bpf_ksym_tree tree
` [PATCH 07/18] bpf: Move bpf_tree add/del from bpf_prog_ksym_node_add/del
` [PATCH 08/18] bpf: Separate kallsyms add/del functions
` [PATCH 09/18] bpf: Add bpf_ksym_add/del functions
` [PATCH 10/18] bpf: Re-initialize lnode in bpf_ksym_del
` [PATCH 11/18] bpf: Rename bpf_tree to bpf_progs_tree
` [PATCH 12/18] bpf: Add trampolines to kallsyms
` [PATCH 13/18] bpf: Return error value in bpf_dispatcher_update
` [PATCH 14/18] bpf: Add dispatchers to kallsyms
` [PATCH 15/18] bpf: Sort bpf kallsyms symbols
` [PATCH 16/18] perf tools: Synthesize bpf_trampoline/dispatcher ksymbol event
` [PATCH 17/18] perf tools: Set ksymbol dso as loaded on arrival
` [PATCH 18/18] perf annotate: Add base support for bpf_image
SFP+ support for 8168fp/8117
2020-02-27 8:49 UTC (11+ messages)
[PATCH net-next 00/10] Wire up Ocelot tc-flower to Felix DSA
2020-02-27 8:47 UTC (13+ messages)
` [PATCH net-next 01/10] net: mscc: ocelot: make ocelot_ace_rule support multiple ports
` [PATCH net-next 02/10] net: mscc: ocelot: simplify tc-flower offload structures
` [PATCH net-next 03/10] net: mscc: ocelot: replace "rule" and "ocelot_rule" variable names with "ace"
` [PATCH net-next 04/10] net: mscc: ocelot: return directly in ocelot_cls_flower_{replace,destroy}
` [PATCH net-next 06/10] net: mscc: ocelot: remove port_pcs_init indirection for VSC7514
` [PATCH net-next 07/10] net: mscc: ocelot: parameterize the vcap_is2 properties
[PATCH net-next 1/2] hinic: Fix a irq affinity bug
2020-02-27 8:39 UTC (6+ messages)
` [PATCH net-next 2/2] hinic: Fix a bug of setting hw_ioctxt
(no subject)
2020-02-27 8:14 UTC (8+ messages)
` virtio_net: can change MTU after installing program
[PATCH RFC v4 bpf-next 00/11] Add support for XDP in egress path
2020-02-27 8:00 UTC (13+ messages)
` [PATCH RFC v4 bpf-next 01/11] net: Add XDP setup and query commands for Tx programs
` [PATCH RFC v4 bpf-next 02/11] net: Add BPF_XDP_EGRESS as a bpf_attach_type
` [PATCH RFC v4 bpf-next 03/11] xdp: Add xdp_txq_info to xdp_buff
` [PATCH RFC v4 bpf-next 04/11] net: Add IFLA_XDP_EGRESS for XDP programs in the egress path
` [PATCH RFC v4 bpf-next 05/11] net: core: rename netif_receive_generic_xdp to do_generic_xdp_core
` [PATCH RFC v4 bpf-next 06/11] net: core: Rename do_xdp_generic to do_xdp_generic_rx and export
` [PATCH RFC v4 bpf-next 07/11] tun: set egress XDP program
` [PATCH RFC v4 bpf-next 08/11] tun: Support xdp in the Tx path for skb
` [PATCH RFC v4 bpf-next 09/11] tun: Support xdp in the Tx path for xdp_frames
` [PATCH RFC v4 bpf-next 10/11] libbpf: Add egress XDP support
` [PATCH RFC v4 bpf-next 11/11] samples/bpf: xdp1, add "
[patch net-next 00/16] selftests: updates for mlxsw driver test
2020-02-27 7:50 UTC (17+ messages)
` [patch net-next 01/16] selftests: forwarding: lib.sh: Add start_tcp_traffic
` [patch net-next 02/16] selftests: mlxsw: Add a RED selftest
` [patch net-next 03/16] selftests: add egress redirect test to mlxsw tc flower restrictions
` [patch net-next 04/16] selftests: add a mirror "
` [patch net-next 05/16] selftests: devlink_trap_l3_drops: Avoid race condition
` [patch net-next 06/16] selftests: mlxsw: Use busywait helper in blackhole routes test
` [patch net-next 07/16] selftests: mlxsw: Use busywait helper in vxlan test
` [patch net-next 08/16] selftests: mlxsw: Use busywait helper in rtnetlink test
` [patch net-next 09/16] selftests: mlxsw: Add shared buffer configuration test
` [patch net-next 10/16] selftests: devlink_lib: Check devlink info command is supported
` [patch net-next 11/16] selftests: devlink_lib: Add devlink port helpers
` [patch net-next 12/16] selftests: mlxsw: Add mlxsw lib
` [patch net-next 13/16] selftests: mlxsw: Add shared buffer traffic test
` [patch net-next 14/16] selftests: mlxsw: Reduce running time using offload indication
` [patch net-next 15/16] selftests: mlxsw: Reduce router scale "
` [patch net-next 16/16] selftests: mlxsw: resource_scale: Invoke for Spectrum-3
[PATCH net 06/10] net: rmnet: print error message when command fails
2020-02-27 7:36 UTC (3+ messages)
[PATCH net 04/10] net: rmnet: fix suspicious RCU usage
2020-02-27 7:33 UTC (3+ messages)
[patch net v2] mlx5: register lag notifier for init network namespace only
2020-02-27 7:22 UTC
[patch net] mlx5: register lag notifier for init network namespace only
2020-02-27 6:19 UTC (4+ messages)
[PATCH bpf-next v2 0/4] Provide bpf_sk_storage data in INET_DIAG
2020-02-27 6:16 UTC (5+ messages)
` [PATCH bpf-next v2 4/4] bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()
WARNING: kobject bug in add_one_compat_dev
2020-02-27 6:09 UTC
[PATCH] bpf: Replace zero-length array with flexible-array member
2020-02-27 5:56 UTC (2+ messages)
[PATCH net-next v3 0/2] VLANs, DSA switches and multiple bridges
2020-02-27 5:32 UTC (6+ messages)
` [PATCH net-next v3 1/2] net: switchdev: do not propagate bridge updates across bridges
` [PATCH net-next v3 2/2] net: dsa: mv88e6xxx: fix duplicate vlan warning
[PATCH net] net/smc: check for valid ib_client_data
2020-02-27 4:57 UTC (2+ messages)
[PATCH v2] net: stmmac: fix notifier registration
2020-02-27 4:55 UTC (2+ messages)
[PATCH net] net: phy: mscc: fix firmware paths
2020-02-27 4:53 UTC (2+ messages)
[PATCH net-next] net: qrtr: Fix error pointer vs NULL bugs
2020-02-27 4:52 UTC (2+ messages)
[PATCH net-next] net: phy: mscc: add missing shift for media operation mode selection
2020-02-27 4:51 UTC (2+ messages)
[PATCH net] mptcp: add dummy icsk_sync_mss()
2020-02-27 4:50 UTC (3+ messages)
[RESEND PATCH V1 net-next] net: ena: fix broken interface between ENA driver and FW
2020-02-27 4:48 UTC (2+ messages)
[PATCH net-next 0/7] mptcp: update mptcp ack sequence outside of recv path
2020-02-27 4:47 UTC (16+ messages)
` [PATCH net-next 1/7] mptcp: add and use mptcp_data_ready helper
` [PATCH net-next 2/7] mptcp: add work queue skeleton
` [PATCH net-next 3/7] mptcp: update mptcp ack sequence from work queue
` [PATCH net-next 4/7] mptcp: add rmem queue accounting
` [PATCH net-next 5/7] mptcp: remove mptcp_read_actor
` [PATCH net-next 6/7] mptcp: avoid work queue scheduling if possible
` [PATCH net-next 7/7] mptcp: defer work schedule until mptcp lock is released
[patch net-next 0/4] mlxsw: Small driver update
2020-02-27 4:45 UTC (2+ messages)
[PATCH v2 ] net: phy: corrected the return value for genphy_check_and_restart_aneg and genphy_c45_check_and_restart_aneg
2020-02-27 4:42 UTC (2+ messages)
[PATCH net-next] af_llc: fix if-statement empty body warning
2020-02-27 4:38 UTC (2+ messages)
[PATCH v2] slip: not call free_netdev before rtnl_unlock in slip_open
2020-02-27 4:37 UTC (2+ messages)
[pull request][net-next 00/16] Mellanox, mlx5 updates 2020-02-25
2020-02-27 4:31 UTC (2+ messages)
[PATCH v2] net: qrtr: fix len of skb_put_padto in qrtr_node_enqueue
2020-02-27 4:28 UTC (4+ messages)
[PATCH net-next v2 0/2] net/smc: improve peer ID in CLC decline
2020-02-27 4:27 UTC (2+ messages)
[PATCH v2 net-next] tcp-zerocopy: Update returned getsockopt() optlen
2020-02-27 4:24 UTC (2+ messages)
[PATCH] bonding: do not enslave CAN devices
2020-02-27 4:23 UTC (3+ messages)
[PATCH net] ipv6: restrict IPV6_ADDRFORM operation
2020-02-27 4:21 UTC (2+ messages)
[PATCH net] net/smc: fix cleanup for linkgroup setup failures
2020-02-27 4:18 UTC (2+ messages)
[PATCH v7 0/9] net: fix sysfs permssions when device changes network
2020-02-27 4:15 UTC (11+ messages)
` [PATCH v7 1/9] sysfs: add sysfs_file_change_owner()
` [PATCH v7 2/9] sysfs: add sysfs_link_change_owner()
` [PATCH v7 3/9] sysfs: add sysfs_group{s}_change_owner()
` [PATCH v7 4/9] sysfs: add sysfs_change_owner()
` [PATCH v7 5/9] device: add device_change_owner()
` [PATCH v7 6/9] drivers/base/power: add dpm_sysfs_change_owner()
` [PATCH v7 7/9] net-sysfs: add netdev_change_owner()
` [PATCH v7 8/9] net-sysfs: add queue_change_owner()
` [PATCH v7 9/9] net: fix sysfs permssions when device changes network namespace
[PATCH v6 0/9] net: fix sysfs permssions when device changes network
2020-02-27 3:21 UTC (5+ messages)
[net-next] net/mlx5e: Remove the unnecessary parameter
2020-02-27 2:02 UTC (4+ messages)
[PATCH v5] lib: optimize cpumask_local_spread()
2020-02-27 1:58 UTC
[PATCH net v2] net: bcmgenet: Clear ID_MODE_DIS in EXT_RGMII_OOB_CTRL when not needed
2020-02-27 1:13 UTC (2+ messages)
[patch net] sched: act: count in the size of action flags bitfield
2020-02-27 1:11 UTC (2+ messages)
[PATCH v8 1/2] net: mdio: add ipq8064 mdio driver
2020-02-27 1:10 UTC (2+ messages)
` [PATCH v8 2/2] dt-bindings: net: Add ipq806x mdio bindings
[PATCH] net: core: devlink.c: Use built-in RCU list checking
2020-02-27 0:59 UTC (2+ messages)
[PATCH][next] net: cisco: Replace zero-length array with flexible-array member
2020-02-27 0:53 UTC (3+ messages)
[PATCH][next] net: marvell: Replace zero-length array with flexible-array member
2020-02-27 0:46 UTC (2+ messages)
[PATCH][next] net: hns: Replace zero-length array with flexible-array member
2020-02-27 0:46 UTC (2+ messages)
[PATCH][next] sfc: Replace zero-length array with flexible-array member
2020-02-27 0:46 UTC (2+ messages)
[PATCH][next] qlogic: Replace zero-length array with flexible-array member
2020-02-27 0:46 UTC (2+ messages)
[PATCH net-next] Revert "net: dsa: bcm_sf2: Also configure Port 5 for 2Gb/sec on 7278"
2020-02-27 0:46 UTC (2+ messages)
[PATCH net] net: dsa: bcm_sf2: Forcibly configure IMP port for 1Gb/sec
2020-02-27 0:39 UTC (2+ messages)
[PATCH 0/6] Netfilter fixes for net
2020-02-27 0:32 UTC (8+ messages)
` [PATCH 1/6] netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reports
` [PATCH 2/6] netfilter: ipset: Fix forceadd evaluation path
` [PATCH 3/6] selftests: nft_concat_range: Move option for 'list ruleset' before command
` [PATCH 4/6] nft_set_pipapo: Actually fetch key data in nft_pipapo_remove()
` [PATCH 5/6] selftests: nft_concat_range: Add test for reported add/flush/add issue
` [PATCH 6/6] netfilter: xt_hashlimit: unregister proc file before releasing mutex
[PATCH V5 5/5] vdpasim: vDPA device simulator
2020-02-26 23:55 UTC (2+ messages)
[PATCH] bnxt_en: add newline to netdev_*() format strings
2020-02-26 23:52 UTC (2+ messages)
[PATCH next] igc: make non-global functions static
2020-02-26 23:32 UTC (2+ messages)
` [Intel-wired-lan] "
[Intel PMC TGPIO Driver 0/5] Add support for Intel PMC Time GPIO Driver with PHC interface changes to support additional H/W Features
2020-02-26 23:06 UTC (4+ messages)
[PATCH][next] Bluetooth: Replace zero-length array with flexible-array member
2020-02-26 23:02 UTC
[RFC PATCH 0/2] AT8031 PHY timestamping support
2020-02-26 22:56 UTC (6+ messages)
` [RFC PATCH 1/2] net: phy: let the driver register its own IRQ handler
[for-next PATCH 0/5] phy: ti: gmii-sel: add support for am654x/j721e soc
2020-02-26 22:19 UTC (3+ messages)
` [for-next PATCH 2/5] dt-bindings: "
[RFC] wwan subsystem
2020-02-26 22:15 UTC (5+ messages)
` [RFC] wwan: add a new WWAN subsystem
[PATCH][next] ice: remove redundant assignment to pointer vsi
2020-02-26 22:06 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH][next] WAN: Replace zero-length array with flexible-array member
2020-02-26 21:23 UTC
[PATCH][next] NFC: Replace zero-length array with flexible-array member
2020-02-26 21:20 UTC
[PATCH net 00/10] net: rmnet: fix several bugs
2020-02-26 20:30 UTC (2+ messages)
net/sched/sch_generic.c stacktrace
2020-02-26 20:08 UTC (2+ messages)
[PATCH v3] cgroup: memcg: net: do not associate sock with unrelated cgroup
2020-02-26 20:02 UTC (3+ messages)
[PATCH net] ethtool: limit bitset size
2020-02-26 19:28 UTC (2+ messages)
WARNING: refcount bug in j1939_netdev_start (2)
2020-02-26 19:19 UTC (2+ messages)
[net PATCH v2] net: Fix Tx hash bound checking
2020-02-26 19:14 UTC (2+ messages)
[Patch nf] netfilter: xt_hashlimit: unregister proc file before releasing mutex
2020-02-26 19:14 UTC (7+ messages)
[PATCH net-next v2 0/8] rework phylink interface for split MAC/PCS support
2020-02-26 19:11 UTC (11+ messages)
` [PATCH net-next v2 1/8] net: phylink: propagate resolved link config via mac_link_up()
[PATCH v3] virtio: Work around frames incorrectly marked as gso
2020-02-26 19:09 UTC (2+ messages)
[PATCH net] netlink: Use netlink header as base to calculate bad attribute offset
2020-02-26 18:47 UTC
[PATCH net 10/10] net: rmnet: fix packet forwarding in rmnet bridge mode
2020-02-26 17:49 UTC
[PATCH net 09/10] net: rmnet: fix bridge mode bugs
2020-02-26 17:49 UTC
[PATCH net 08/10] net: rmnet: use upper/lower device infrastructure
2020-02-26 17:48 UTC
[PATCH net 07/10] net: rmnet: do not allow to change mux id if mux id is duplicated
2020-02-26 17:48 UTC
[PATCH v2 net-next 0/3] Improve bind(addr, 0) behaviour
2020-02-26 17:47 UTC (3+ messages)
` [PATCH v2 net-next 3/3] tcp: Prevent port hijacking when ports are exhausted
[PATCH net 05/10] net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()
2020-02-26 17:47 UTC
[PATCH net 03/10] net: rmnet: fix NULL pointer dereference in rmnet_changelink()
2020-02-26 17:44 UTC
[PATCH net 02/10] net: rmnet: add missing module alias
2020-02-26 17:44 UTC
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).